github nuxt/ui v2.4.0

latest releases: v3.3.5, v4.0.0, v4.0.0-beta.0...
2 years ago

✨ 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

Don't miss a new ui release

NewReleases is sending notifications on new releases.