Skip to content

Releases: oruga-ui/oruga

v0.12.6

22 Jan 08:16
7bfbe09

Choose a tag to compare

0.12.6 (2026-01-21)

Bug Fixes

  • carousel: prevent a memory-leak from an unstopped interval (#1527) (6ad1216)
  • table: correct wrong row filtering when a filter is cleared (#1525) (a1757be)
  • tree: correct class props (#1526) (5a2913a)

v0.12.5

20 Jan 20:40
eda9fb8

Choose a tag to compare

0.12.5 (2026-01-20)

Bug Fixes

  • input: solve value does not change in a web component setup (#1522) (38a48fb)
  • pagination: pass iconPack property correctly to the internal button components (#1518) (b4632f3)

v0.12.4

15 Jan 19:04

Choose a tag to compare

0.12.4 (2026-01-14)

Bug Fixes

  • input: debounce reactive modelValue changes (#1509) (9d738cd)
  • listbox: prevent empty state always shown (#1495) (1f163dd)
  • steps: prevent step-item is clickable when prop clickable is false (#1507) (d8654e5)
  • table: correctly filter all rows before paging when filter is active (#1508) (3f84fa0)

Features

  • dialog: enhance dialog implementation (#1492) (63d0e17)
  • listbox: update listbox component (#1502) (8232dab)
  • table: expose filter and tableColumns for programmatic use (#1513) (02e6284)
  • tree: add OTree component (#1503) (3adb12c)
  • types: update slots by implementing defineSlots macro (#1434) (e87bd88)

v0.12.3

04 Dec 14:59
2aab6df

Choose a tag to compare

0.12.3 (2025-12-04)

Bug Fixes

  • replace child items debounced sorting with flush: "post" watcher (#1484) (aece462)

Features

v0.12.2

22 Nov 14:04
3934ee9

Choose a tag to compare

0.12.2 (2025-11-22)

Bug Fixes

  • loading: fix close properties behavior (#1475) (c713353)
  • tooltip: correct the trigger behaviours so that they are more aligned with their names (#1474) (2c0d310)
  • tooltip: remove incorrectly used aria-haspopup attribute (#1476) (f60fee1)

Features

  • listbox: enhance listbox component (#1472) (df82e16)
  • tooltip: add maxWidth property | deprecate multiline property (#1477) (5fd6e4d)

v0.12.1

17 Nov 14:47
facdcb0

Choose a tag to compare

0.12.1 (2025-11-17)

Bug Fixes

  • modal: correct close properties behavior (#1468) (54b3c48)
  • sidebar: correct close properties behavior (#1469) (239a3f8)

v0.12.0

07 Nov 13:23
1e9a4a8

Choose a tag to compare

0.12.0 (2025-11-07)

Bug Fixes

  • carousel: solve tab navigation issues when has no indicators (#1432) (28d9823)
  • dialog: correct programmatic type inheritance (#1457) (288f9fa)
  • drodown: don't prevent home/end keys for elements with native key behavior (#1419) (b7b9324)
  • dropdown: clear focused item on hover out (#1418) (9e31b94)
  • pagination: solve depreacted pagination order prop issues (#1439) (b625ef0)
  • steps|tabs: clear transitioning class after transition end (#1443) (22cbfe0)
  • taginput: forward input size to tag items (#1454) (cfc46d3)

Features

  • autocomplete: rename class itemGroupTitleClass to itemGroupClass (#1426) (c9bf162)
  • card: add OCard component (#1384) (2222bee)
  • carousel: add options prop (#1429) (d57fb7d)
  • carousel: add default slide template with title, subtitle and image (#1416) (d96f555)
  • dialog: add programmatic interface (#1438) (ce98766)
  • dialog: convert card into dialog component (#1436) (0986bc7)
  • dropdown: remove checkScroll and always emit events when scrollable (#1451) (0d51b7a)
  • dropdown: remove method argument from open/close event (#1449) (358d124)
  • listbox: add OListbox component (#1380) (0ded5de)
  • pagination: use OButton component instead of custom button (#1386) (a7f22f3)
  • programmatic: use factory pattern for programmatic interfaces (#1395) (1017e08)
  • sidebar: remove prop reduce & expandOnHover | update mobile prop (#1456) (68a0f2e)
  • steps: remove root variantClass (#1410) (0d77beb)
  • programmatic: enhance programmatic types (#1445) (3efb78a)
  • table: move slots before and after out of default slot (#1428) (6661827)
  • table: unify class names (#1406) (cfd21d5)
  • tabs: add TabItem variant class (#1409) (a0b9f82)
  • upload: adjust classes (#1398) (324616c), closes #1398
  • split trigger array props into individual props (#1452) (f737261)
  • split up closeable array props into individual props (#1444) (63d1e93)

BREAKING CHANGES

  • autocomplete: rename class itemGroupTitleClass to itemGroupClass
  • dropdown: Dropdown open and close event arguments has changed
  • pagination: the pagination button template has changed
  • sidebar: The props expandOnHover and reduce and related classes were removed from the Sidebar component.
  • steps: variantClass got removed from the Steps component
  • upload: rename hoveredClass to draggableHoveredClass

v0.12.0-pre.3

06 Nov 11:12
a5ee677

Choose a tag to compare

v0.12.0-pre.3 Pre-release
Pre-release

0.12.0-pre.3 (2025-11-06)

Bug Fixes

  • dialog: correct programmatic type inheritance (#1457) (288f9fa)
  • taginput: forward input size to tag items (#1454) (cfc46d3)

Features

  • sidebar: remove prop reduce & expandOnHover | update mobile prop (#1456) (68a0f2e)

BREAKING CHANGES

  • sidebar: The props expandOnHover and reduce and related classes were removed from the Sidebar component.

v0.12.0-pre.2

31 Oct 08:59
ed34f30

Choose a tag to compare

v0.12.0-pre.2 Pre-release
Pre-release

0.12.0-pre.2 (2025-10-31)

Bug Fixes

  • pagination: solve depreacted pagination order prop issues (#1439) (b625ef0)
  • steps|tabs: clear transitioning class after transition end (#1443) (22cbfe0)

Features

  • dialog: add programmatic interface (#1438) (ce98766)
  • dialog: convert card into dialog component (#1436) (0986bc7)
  • dropdown: remove checkScroll and always emit events when scrollable (#1451) (0d51b7a)
  • dropdown: remove method argument from open/close event (#1449) (358d124)
  • programmatic: enhance programmatic types (#1445) (3efb78a)
  • split trigger array props into individual props (#1452) (f737261)
  • split up closeable array props into individual props (#1444) (63d1e93)

BREAKING CHANGES

  • dropdown: Dropdown open and close event arguments has changed

v0.12.0-pre.1

04 Oct 13:53
d2e3530

Choose a tag to compare

v0.12.0-pre.1 Pre-release
Pre-release

0.12.0-pre.1 (2025-10-04)

BREAKING CHANGES

  • autocomplete: rename class itemGroupTitleClass to itemGroupClass
  • steps: variantClass got removed from the Steps component
  • pagination: the pagination button template has changed
  • uploard: rename hoveredClass to draggableHoveredClass

Bug Fixes

  • carousel: solve tab navigation issues when has no indicators (#1432) (28d9823)
  • drodown: don't prevent home/end keys for elements with native key behavior (#1419) (b7b9324)
  • dropdown: clear focused item on hover out (#1418) (9e31b94)

Features