Skip to content

Bolt v2.6.0-beta.2 Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@sghoweri sghoweri released this 27 Aug 22:05
· 9106 commits to master since this release

Besides the updates released in the first v2.6.0 beta, this pre-release of the Bolt Design System includes the following changes:

Bug Fixes

Image Component Lazyloading Fix

  • Fixed an unreported issue with the Image component’s lazyloading functionality that had been causing dynamically injected Images to not fully lazy load the image.

Build Tools Hotfix Ported Over (#1362)

  • Fixes errors in the Build Tools caused by a recent upstream dependency change
  • Adjusts the CLI logic for toggling internationalization on / off

Fast Follow Updates after the initial v2.6.0-beta.1 release (#1333)

  • Added missing yeoman-doctor dependency needed for Bolt's Yeoman component generator
  • Updated @bolt/build tools Jest snapshots to reflect minor CSS changes
  • Updated the monorepo install process to properly install and pre-build the new @bolt/critical-path-polyfills package
  • Updated JS-converted SVG icons based on upstream SVGO / compression updates

Deprecations

  • Deprecate isBackgroundVideo prop #1326

Documentation

  • Added guidelines for when (and when not) to patch npm packages on the consumer/Drupal side #1301
  • Add comment about autoplay behavior on iOS #1347