Skip to content

v4.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 13:23
· 19 commits to main since this release

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

馃悰 Bug Fixes

馃摑 Documentation

馃敤 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