v0.11.0-pre.1
Pre-release
Pre-release
·
6 commits
to develop
since this release
0.11.0-pre.1 (2025-06-09)
Bug Fixes
- add
type="button"
where the default tag is abutton
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)