Skip to content

v0.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 10:31
· 96 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, and Radio as <fieldset> to improve controlling and accessibility (PR #466)
  • Make inner border radius of Buttons in ButtonGroup configurable (PR #454)
  • Prevent page from scrolling when Modal is open and implement focus trap (#397) (PR #432)
  • Introduce separator to outline Buttons in ButtonGroup to make theming options consistent for all button priorities (PR #464)

🔧 Maintenance

  • Automatically mark PRs with task/* branches as features (PR #465)