Skip to content

v0.14.0-pre.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jul 07:30
· 39 commits to develop since this release
a242147

0.14.0-pre.5 (2026-07-23)

⚠ BREAKING CHANGES

  • slider: The variantClass property got renamed to fillVariantClass to match its relation.
  • dialog: The textPositionClass property got renamed to contentPositionClass to match its relation.
  • dialog: The wrapperClass property changed to contentClass.
  • notification: The wrapperClass property changed to contentClass.
  • upload: The draggableClass property got renamed to dragzoneClass.

Features

  • datepicker|timepicker: add inline class (#1690) (7b339e3)
  • dialog: convert "wrapperClass" into "contentClass" (#1695) (8f683bc)
  • notification: restructure the content template (#1694) (4ff34b5)
  • slider: add a tickBeforeClass and tickAfterClass class (#1686) (01df165)
  • timepicker: add body wrapper element (#1688) (bbc329a)
  • upload: redefine drag/drop class name (#1691) (d5aa719)

Bug Fixes

  • popover: correctly apply position change (#1693) (ad69204)
  • slider: correct wrong calculation when having negative range (#1685) (6218260)
  • tabs: correctly export TabsProps and TabItemProps types (#1689) (70cc23e)