Skip to content

Bolt v2.5.3 Released

Compare
Choose a tag to compare
@sghoweri sghoweri released this 12 Jul 21:46
· 9711 commits to master since this release

This is a hotfix release to address a small set component and build tool-specific issues already patched in the upcoming v2.6.0 release, including:

Utility Class Fix

Added a @bolt/core Sass fix to address a few of the auto-generated utility classes for padding / spacing missing in Japanese-specific lang builds. #1265

Note: This update also adds new automated tests to our build tools to help catch rarer bugs like this in the future.

Band Component Fix for IE 11

Fixed an Internet Explorer 11-specific bug that was causing the bottom edges of background embeded videos to be partially hidden. #1248

Device Viewer Web Performance Fix

Fixed a web performance-related issue in the Device Viewer's Twig template that had been causing the sizes prop in nested images to be overwritten with a less optimized config. #1257

Fixed --config-file Bug in Build Tools

Fixed an issue with the @bolt/build-tools CLI’s --config-file option to restore support for multiple Bolt builds via separate config files. This addresses the reported bug affecting builds using the legacy config setup to generate language-specific builds #1232

Fixed IE 11-specific <bolt-text> Sass Bug

Updated the <bolt-text> component CSS to address a minor Sass-related regression in IE 11 that had been causing the outer container to not display the correct display or margin styles. #1231

Fixed IE 11-specific <bolt-button> Sass Bug

Fixed the same Sass bug from #1231 in the Button component that was also causing the width of the component to renders incorrectly in IE11. #1244

Compare Changes Since v2.5.2