Skip to content

v4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bartaz bartaz released this 01 May 14:54
· 78 commits to vanilla-4.0 since this release

💣 Breaking changes in Vanilla 4

This is a first pre-release of Vanilla 4.0. It includes typography changes that affect size and font weight of headings, wider grid width and fixes to any related components.

Migration guide

At this point there should be no breaking changes on SCSS code side, but visual changes introduced by changed typography may require some additional attention so make sure to:

  • properly review ALL of your pages/templates to make sure nothing looks broken, especially around new headings
  • if you have any custom styles of headings or custom components that use headings make sure they look correct
  • if you have anything that relies on grid max width (like a legacy global-nav bar on top of the page) make sure to use new value of $grid-max-width that is 80rem

What's Changed

Full Changelog: v3.14.0...v4.0.0-alpha.1