Skip to content

v0.12.0-pre.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Oct 08:59
· 157 commits to develop since this release
ed34f30

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