| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-07 | 6.2 kB | |
| v0.12.0 source code.tar.gz | 2025-11-07 | 1.2 MB | |
| v0.12.0 source code.zip | 2025-11-07 | 1.5 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
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
itemGroupTitleClasstoitemGroupClass(#1426) (c9bf162) - card: add OCard component (#1384) (2222bee)
- carousel: add
optionsprop (#1429) (d57fb7d) - carousel: add default slide template with
title,subtitleandimage(#1416) (d96f555) - dialog: add programmatic interface (#1438) (ce98766)
- dialog: convert card into dialog component (#1436) (0986bc7)
- dropdown: remove
checkScrolland always emit events whenscrollable(#1451) (0d51b7a) - dropdown: remove
methodargument 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| updatemobileprop (#1456) (68a0f2e) - steps: remove root variantClass (#1410) (0d77beb)
- programmatic: enhance programmatic types (#1445) (3efb78a)
- table: move slots
beforeandafterout ofdefaultslot (#1428) (6661827) - table: unify class names (#1406) (cfd21d5)
- tabs: add TabItem
variantclass (#1409) (a0b9f82) - upload: adjust classes (#1398) (324616c), closes #1398
- split
triggerarray props into individual props (#1452) (f737261) - split up
closeablearray props into individual props (#1444) (63d1e93)
BREAKING CHANGES
- autocomplete: rename class
itemGroupTitleClasstoitemGroupClass - dropdown: Dropdown
openandcloseevent arguments has changed - pagination: the pagination button template has changed
- sidebar: The props
expandOnHoverandreduceand related classes were removed from the Sidebar component. - steps:
variantClassgot removed from the Steps component - upload: rename
hoveredClasstodraggableHoveredClass