Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 07:01
· 2 commits to develop since this release
48d0669

0.11.0 (2025-06-16)

Bug Fixes

  • add type="button" where the default tag is a button element to prevent form submission (#1324) (c46fe95), closes #1323
  • field: correct default classes to fit BEM convention (#1329) (b36b38e)
  • field: prevent setting aria-describedby when no message is displayed (#1332) (ad06f00)
  • trapFocus: prevent duplicate event handler binding on component update (#1330) (09bf251)

Features

  • allow configuration of expanded prop on form components (#1326) (df001fb)
  • types: increase programmatic type strictness (#1322) (5947965)
  • types: rename closable to closeable to ensure consistent spelling (#1313) (06fa959)
  • types: add utility DeepKeys type (#1325) (de74d59)