Skip to content

Bolt v2.8.0-beta.4 Released

Compare
Choose a tag to compare
@sghoweri sghoweri released this 26 Sep 16:30
· 8151 commits to master since this release

Enhancements & Updates

  • Renamed the @bolt/with-without package to @pegawww/with-without as prep for handing this off to the Drupal team
  • Moved W/WO demos to the new Experiments section in Pattern Lab:
  • New Slide Up / Slide Down animations added to the Animate component
  • New SVG icons added: https://boltdesignsystem.com/pattern-lab/?p=viewall-components-icon
    • credit-card
    • close-circled
    • face-happy
    • face-sad
    • chart-bar
    • exclamation
  • Updated the Custom Events polyfill used in @bolt/core for improved Animation support in IE 11 support
  • JavaScript bug fixes and cleanup in the the original W/WO code (ex. errors are no longer thrown on pages not using any of the W/WO code)
  • Optimized image assets used in W/WO (shaving off almost 11MBs in total!)

Additional Updates

  • Updated the Build Tools to allow for scoped NPM packages (ex. @pegawww/with-without) to be added to the Twig namespaces auto-registered.
  • Fixed a Base Theme-related Build Tools issue when testing to see if Icons should get automatically compiled: https://github.com/bolt-design-system/bolt/pull/1453/files#diff-7cca2c9ae3aaa93176f56d4578c0e174
  • Backported a Build Tool update slated for v2.9.0 which addresses a Build Tool issue when the verbosity config option is set to 5 (the most verbose output when compiling) #1355
  • Updated the Build Tools to now handle JPG image assets being run through Webpack (ex. background images referenced in Sass files)
  • Added the mousetrap and react-html-parser packages missing from the recently released Typeahead component CC @christophersmith262