Skip to content

Releases: oruga-ui/oruga

v0.11.2

12 Jul 09:45
621712f
Compare
Choose a tag to compare

0.11.2 (2025-07-12)

Bug Fixes

  • table: keyof T is now a possible column field value (#1349) (ecc9102)
  • table: hide detail row when parent row got hidden (#1354) (6158228)

v0.11.1

26 Jun 14:18
074ecd9
Compare
Choose a tag to compare

0.11.1 (2025-06-26)

Bug Fixes

  • table: correct filter/paginate/sort issues (#1343) (1c89035)
  • taginput: pass variant prop to internal Tag component (#1340) (c9d9752)

Features

  • notification: add NotificationNotice component export (#1345) (9c05d4c)

v0.11.0

16 Jun 07:01
48d0669
Compare
Choose a tag to compare

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)

v0.11.0-pre.1

09 Jun 10:06
b18ab5a
Compare
Choose a tag to compare
v0.11.0-pre.1 Pre-release
Pre-release

0.11.0-pre.1 (2025-06-09)

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)

v0.10.6

27 May 09:15
30aee9a
Compare
Choose a tag to compare

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

v0.10.5

05 May 07:36
64585fb
Compare
Choose a tag to compare

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)

v0.10.4

26 Mar 16:24
c768c6c
Compare
Choose a tag to compare

0.10.4 (2025-03-26)

Bug Fixes

  • 1263: solve autocomplete two-way-binding selection issues (#1264) (b587aef)
  • extend trapFocus elements query (#1266) (f7762dc)

v0.10.3

21 Mar 13:06
b96cd5d
Compare
Choose a tag to compare

0.10.3 (2025-03-21)

Bug Fixes

  • modal: solve tapFocus not working correctly (#1256) (db02046)
  • table: solve sort ordering when paginated (#1255) (71b2e56)

Features

  • autocomplate: add prop backend-filtering to disable option filtering (#1260) (bae9fe6)
  • config: add teleportTarget root config (#1257) (18c8f90)
  • sidebar: add trapFocus functionality (#1259) (459338b)

v0.10.2

17 Mar 10:01
513393e
Compare
Choose a tag to compare

0.10.2 (2025-03-17)

Bug Fixes

  • input: include null check for modelValue parsing (#1251) (c0e7cb7)
  • programmatic: return exposed functionalities from programmatic component instance (#1252) (5835d1a)

v0.10.1

14 Mar 15:59
1a2026e
Compare
Choose a tag to compare

0.10.1 (2025-03-14)

Bug Fixes

  • programmatic: prevent console warning in dev mode (#1246) (0531d98)
  • table: show correct amount of rows when paginated (#1244) (bd6b368)

Features

  • notification: add aria-atomic for programmatic notice (#1247) (0455458)