v14.15.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 ✨
<div class="tags">
<ul class="tags__list tags__list--center">
...
</ul>
</div>
Bug fixes 🐛
icons
inside buttons don'tshrink
anymore #1024- Button text that
wraps
ontomultiple
lines is nowleft
aligned #1025 - fixed an issue where the
.contrast-helper
wasoverriding
padding values of certaincomponents
#1037 buttons
inside Notices now align correctly on mobile viewport #1033
Deprecation notice⚠️
- removed Inline Form variations #1038
.detached
- it will now default to thedefault
inline form.big
- it will now default to thenormal
sized inline form
- removed
--br
css variable #1034
Other changes
- default
focus
state now looks thesame
on allbrowsers
#1027- outline
offset
now inherits browser defaults - outline
colour
changed to use-col-outline-focus
- outline
- Buttons now have
1rem
of spacing between them #1028 - removed
border-radius
#1034 primary-button
,secondary-button
,tertiary-button
, andinverted-button
mixins now usecss variables
to style thebuttons
, resulting in a~7.5%
reduction in thecss
bundle size #1030 #1031
Documentation updates
- updated Inline Form documentation #1038
- created new stories