v0.6.0
v0.6.0
Major changes for this release include:
AutoFormModal- component for modal-based formsAutoFormPrimitive- basic reusable form component that matches as close as possibleNuxtUI'sUFormcomponent- Improved support for optional fields
- Added support for i18n using preprocessors
🚀 Enhancements
- Document exposed methods for
<AutoForm/>(c46bc77) - Mark button as
aria-disabledinstead of really disabling it (e5e7ef3) - Add support for optional fields (600c48b)
- Add AutoFormModal component for modal-based forms (98acbe7)
- Change logo depending on color theme (#27)
- Add meta string processors for custom transformations in AutoForm (0dd0c18)
- ci: New publish workflow used for Trusted Publishing (f9ec7e8)
- Forward
errorevent emission in<AutoForm/>(#15)
🩹 Fixes
- ci: Resolve issues related to playwright browser installation (438b447)
💅 Refactors
- Optional and nullable field handling in components map (690b315)
- Extract AutoFormPrimitive for reusable form logic (bf390b3)
- Unify bg colors with Nuxt UI semantic classes and add dark/light mode code highlighting (52d30c6)
- Make
AutoFormuse theAutoFormPrimitivecomponent (be581e2)
📖 Documentation
- Enhance documentation with improved layout and examples (2339658)
🏡 Chore
- deps:
⚠️ Update dependencies (@nuxt/uiv4,@nuxtv4.3) (03968b6)
⚠️ Breaking Changes
- deps:
⚠️ Update dependencies (@nuxt/uiv4,@nuxtv4.3) (03968b6)
❤️ Contributors
- Norbiros norbiros@protonmail.com
- Sanielia