v4.10.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.10.0
💣 Breaking changes
Setting default theme via SCSS variables is now deprecated. For example, using $theme-default-nav
with value dark
will not work anymore. Use is-dark
or is-light
class names in HTML instead.
🚀 Features
- Add equal height row component by @mas-who (#5039)
- Add design guidelines from discourse to Vanilla docs markdown by @aaryanporwal (#4927)
- Update navigation component to new theming by @bartaz (#5043)
🐛 Bug Fixes
📝 Documentation
- Fix typo in release notes by @bartaz (#5050)
- Add design guidelines from discourse to Vanilla docs markdown by @aaryanporwal (#4927)
🔨 Maintenance
- Use new theme colours in base styles by @bartaz (#5054)
- Deprecate old theme variables and remove them from code and docs by @bartaz (#5052)
- Remove get-site-urls dependency by @bartaz (#5049)
- Fix Percy on CircleCI performance issues by @bartaz (#5048)
- Fix access to localhost server on CircleCI by @bartaz (#5045)
- Update dependency @canonical/cookie-policy to v3.6.0 by @renovate (#5038)
- Update release-drafter/release-drafter action to v6 by @renovate (#5041)
- Update all non-major dependencies by @renovate (#5040)
New Contributors
Full Changelog: v4.9.1...v4.10.0