v4.0.0-alpha.1
Pre-release
Pre-release
·
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 is80rem
What's Changed
- Typography changes by @lyubomir-popov @ClementChaumel in #4734
- Align prefix for stepped list @ClementChaumel @bartaz in #4735
- Fix alignment of heading icon @bartaz in #4736
- Update small screens font sizes @lyubomir-popov in #4740
- Revert logo font size to match logo sizing by @bartaz in #4756
Full Changelog: v3.14.0...v4.0.0-alpha.1