This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
[20.0.0] - 2023-02-27
·
593 commits
to next-release
since this release
[20.0.0] - 2023-02-27
Changed
- Focus states are now styled through
:focus-visible
instead of:focus
. (@lowiebenoot) in #2575
Fixed
Toggle
: the component is now focusable. (@lowiebenoot) in #2575
Removed
- [BREAKING]
Label
: Remove option for 'tiny' label size (@JorenSaeyTL) in (#2560) - [BREAKING]
Section
: removed the component and replaced the instances with either aBox
or a full-widthBanner
(@farazatarodi in #2558)
Dependency updates
postcss-preset-env
: bump peer dependency expectation to^8.0.0
, otherwise the:focus-visible
styling will not be included. (@lowiebenoot) in #2575