Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-16 | 1.9 kB | |
v0.11.0 source code.tar.gz | 2025-06-16 | 1.2 MB | |
v0.11.0 source code.zip | 2025-06-16 | 1.5 MB | |
Totals: 3 Items | 2.6 MB | 0 |
0.11.0 (2025-06-16)
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)