Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This release includes a fix for the typography map not taking into account differences in breakpoints. This was resulting in missing custom properties or incorrect order of typography for different breakpoints when CSS is finally built for production. The Typography CSS Custom Property mixin was rewritten to include all breakpoints and build them in the correct order.
A feature update was made to the slideshow component to support more Splide API options and improved the default options to simplify developer experience.
One notable change in this release is updating to Gulp 5 along with supporting packages. This does include known breaking changes in SCSS compiling related to a CSS change that can be reviewed here.
Changelog
Issues: 5 issues resolved.
Feature Request
- #3457470 Adjust the Slideshow api to handle more Splide options
- #3471046 Component: Add keyboard support as default for slideshow
Support Request
- #3470712 Update to Gulp v5
Task
- #3466036 Move the target for "skip to main link"
Bugs
- #3462492 Account for all breakpoints and order in typography partial