Skip to content

Release 1.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Oct 07:48
· 572 commits to main since this release

1.3.1 (2025-10-27)

⚠ BREAKING CHANGES

  • UText: rename config key from wrapper to text

✨ Features

  • UNotify: add info notification type (a3e86ed)
  • add new inverted variant to text-block, text-header, and container-card components (ecb607b)
  • introduce inverted variant to UModal, UDrawer, UPage, and UConfirmModal components (f195bcf)
  • UText: add tag prop to support dynamic HTML tags, simplify slot fallback (88c192a)

🐛 Bug Fixes

  • UInput: fix focus issue with focusable components as slots inside UInput (4980170)
  • USkeletonText: improve 1 header line without text and 1 text line without header styles (02cfec6)
  • UText: remove unexpected gaps between inline elements (a078670)