Install
Works with Drupal: ^10.1Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This release introduces several new features including Tugboat support for Drupal.org development, Cypress testing, a new slideshow component, and a new default spacing function for styling. Additionally this resolves some issues with the default teaser component and build steps failing. Gulp tasks have been converted to the new format away from the deprecated settings.
The addition of Tugboat and Cypress into this project allows for new development and better overall testing when releasing new features. To read more about how this project uses testing view the testing readme located here.
With this release is a new feature the spacing scale, the scale is organized into groups of CSS length values similar to the already existing type scale. Each key represents the target `px` value at the largest breakpoint, within each, a target `px` values are set per breakpoint. There are two variables provided by this system one using px values --prototype-space-8, and the other using rems --prototype-space-rem-8.
Changelog
Issues: 12 issues resolved.
Bugs
- #3440579 Build step fails due to missing includePaths option
- #3440942 Cypress tests are out of date
- #3432487 Gulp Tasks Being Deprecated
- #3441682 Generator is out of date with recent changes
- #3437428 Implement default model for spacing
- #3443332 Update styleguide demo for new components