Skip to content

v2.5.0

Compare
Choose a tag to compare
@benjamincanac benjamincanac released this 27 Jun 15:18
· 1306 commits to dev since this release

✨ Highlights

🚨 Breaking Changes

Radio / Checkbox / Toggle

Some classes have been extracted from the base config preset and split into multiple ones to ease the customization like color, background, border, ring, rounded, etc.

If you've overridden ui.radio.base, ui.checkbox.base or ui.toggle.base in your app.config.ts, you might want to take a look at #323.

🚀 Features

🐛 Bug Fixes

  • components: prefix @headlessui/vue components (41b85d5), closes #315
  • FormGroup: prevent overriding color of children (6be9290), closes #352
  • Table: missing default sort icon when overriding sort-button prop (0f3fe0d)
  • Toggle: add opacity-50 when disabled (c2ebb04)
  • Tooltip: add color in config (1b03b8a)

👋 New Contributors

Full Changelog: v2.4.1...v2.5.0