v4.6.0
Getting Vanilla Framework
Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs
New in Vanilla v4.6.0
🚀 Features
- Responsive grid patterns by @bartaz (#4933)
- Adjust spacing between heading groups by @bartaz (#4941)
💣 Potentially breaking changes
With the introduction of new responsive grid patterns (row--25-75-on-medium
, etc), the default responsive behaviour of row--25-75
has changed. Previously on medium screens it did not split the layout, but used a stacked mobile layout. With Vanilla 4.6.0 the row--25-75
will split into 2+4 columns layout on medium screens by default. This also means that is-split-on-medium
modifier class is no longer needed, as its behaviour is now default for row--25-75
.
If you are using row--25-75
without is-split-on-medium
make sure that the layout doesn't break on medium screen sizes.
If you are using row--25-75
with is-split-on-medium
no change is needed, but is-split-on-medium
is redundant and can be safely removed from code.
For more information refer to the Vanilla grid documentation.
🐛 Bug Fixes
- Add support for "Removed" status label to Vanilla changelog by @bartaz (#4943)
- Add more space between logo tag and text by @aaryanporwal (#4924)
🔨 Maintenance
- Reverts postcss-cli update to v11 as it breaks dotrun by @bartaz (#4940)
- Update actions/download-artifact action to v4 by @renovate (#4936)
- Update actions/upload-artifact action to v4 by @renovate (#4937)
- Update dependency postcss-cli to v11 by @renovate (#4938)
- Update all non-major dependencies by @renovate (#4935)
- Update all non-major dependencies by @renovate (#4928)
- Update dependency @testing-library/cypress to v10 by @renovate (#4930)
- Update dependency pyyaml to v6 by @renovate (#4931)
- Update actions/setup-node action to v4 by @renovate (#4929)
Full Changelog: v4.5.1...v4.6.0