Releases: oruga-ui/oruga
Releases · oruga-ui/oruga
v0.11.2
v0.11.1
v0.11.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)
Features
v0.11.0-pre.1
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)
Features
v0.10.6
0.10.6 (2025-05-26)
Bug Fixes
- icon: add icon to tab order when
clickable
(#1309) (645354c) - programmatic: resolve inconsistent
close
event args (#1306) (3e7b90a) - table: refilter rows when
paginated
prop change (#1316) (3882aab)
Features
- breadcrumb: add new Breadcrumb component (#861) (18abd0f)
- field: allow multiple field messages (#1292) (3520dc3)
- input: expose
checkHtml5Validity
method (#1318) (6a49a8e) - modal: add a11y alert dialog pattern support (#1310) (91dbc94)
- notification: add
pauseOnHover
prop (#1299) (122b24a) - notification: add
rounded
prop and class (#1296) (82efcbd) - table: add
paginationRangeBefore
andpaginationRangeAfter
prop (#1320) (01177a0) - tag: add new Tag component (#1301) (18aed6b)
- taginput: add
disabled
root class (#1300) (2ed25bb) - taginput: use Tag component internally (#1312) (2e475c1)
v0.10.5
0.10.5 (2025-05-05)
Bug Fixes
- autocomplete: keep first does not auto focus filtered options (#1284) (ab30f50)
- notification: solve programmatic does not pass
variant
prop to notification (#1279) (659e3e2) - slider: solve non-range slider is not clickable (#1274) (6bf6de0)
- table: solve column labels are lost on mobile cards (#1283) (00aa60e)
- trapFocus: add preventScroll for trapFocus first focus (#1287) (e5740a5)