v0.52.0
·
126 commits
to master
since this release
⚠️ Breaking Changes
- Introduce a smaller border radius (PR #454)
🌟 Features
- Create
InputGroup
component (#430) (PR #443) - Render
InputGroup
,ButtonGroup
, andRadio
as<fieldset>
to improve controlling and accessibility (PR #466) - Make inner border radius of
Button
s inButtonGroup
configurable (PR #454) - Prevent page from scrolling when
Modal
is open and implement focus trap (#397) (PR #432) - Introduce separator to outline
Button
s inButtonGroup
to make theming options consistent for all button priorities (PR #464)
🔧 Maintenance
- Automatically mark PRs with
task/*
branches as features (PR #465)