Skip to content

v2.4.0

Compare
Choose a tag to compare
@benjamincanac benjamincanac released this 13 Jun 15:54
· 1123 commits to dev since this release

✨ Highlights

🚨 Breaking Changes

Select

  • text-attribute prop has been renamed to option-attribute and now defaults to label (like SelectMenu)

Input / Textarea / Radio / Checkbox / Select / SelectMenu

  • ui.custom has been removed in favor of class binding through v-bind="$attrs"
  • class will no longer apply on the wrapper but on the element so use :ui="{ wrapper: '...' }" instead

If you were using some form elements outside the library components, for example a basic <input type="checkbox" /> in your prose, you might loose some reset styles as @tailwindcss/forms now only applies when using form-${element} classes, see #278.

🚀 What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0