P4sca1 / nuxt-headlessui

Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
MIT License
168 stars 7 forks source link

chore: indicate compatibility with new v4 major #51

Closed danielroe closed 4 months ago

danielroe commented 4 months ago

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be compatible.)

When Nuxt v4 comes out then you might decide or need to make breaking changes in this module and release a new major, but hopefully the migration should be smoother. 🙏

👉 You can follow this and other changes in https://github.com/nuxt/nuxt/issues/27613 - please feel free to provide feedback as well!

P4sca1 commented 4 months ago

Tested in a personal project using the future.compatibilityVersion: 4 flag. Did not find anything in the changelog that should break this module. Thank you for keeping an eye on the ecosystem!