v14.3.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- introduced new Text level -
typography-level-0
#810text-level-1
goes from72px
➡️48px
text-level-2
goes from48px
➡️36px
text-level-3
-text-level-6
remains the same
<h1 class="typography-level-0">...<h1>
Bug fixes 🐛
- fixed an issue where some
elements
nested inside Links were incorrectly having theirfont-weight
changed #820 - fixed a Page Header issue where
reloading
thepage
when the menu wasopen
wasn't closing the menu #818
Other changes
- created Page Header
e2e
tests foropening
&closing
the menu #818 - removed
classlist-polyfill
frompackage.json
#817