v5.3.2
What's Changed
v5.3.2 is a patch release of Core with backwards-compatible bug fixes. The main highlights are:
Fixed frontend build issues
The frontend build was failing due to a dependency issue with @carbon/icons-react
upstream. This release fixes that issue by pinning the version of @carbon/icons-react
to ^10.16.0
. Thanks, @ibacher, for the fix!
Error logging for failed builds
The Webpack build process now logs errors in a readable format, so that developers can easily see what went wrong during the build process. Thanks, @jayasanka-sack, for this fix!
Fixed snackbar container positioning on tablet
Thanks to @hadijahkyampeire for fixing the snackbar container positioning on tablet!
Fixes
- (fix) Try to temporarily pin @carbon/icons-react version by @ibacher in #834
- (fix) Fix Webpack compilation error logging on build by @jayasanka-sack in #829
- (fix) Pin Carbon versions by @denniskigen in #831
- (fix) App switcher UI tweaks by @denniskigen in #830
- (fix) Attempt to fix failing build on CI by @ibacher in #833
- (fix) O3-2625: Adjust snackbar container position by @hadijahkyampeire in #832
Thanks to everyone for the quick turnaround on this release! 🎉
Full Changelog: v5.3.1...v5.3.2