Releases: genu/nuxt-ui-formwerk
Releases · genu/nuxt-ui-formwerk
v0.1.21
v0.1.20
v0.1.19
v0.1.18
🚀 Enhancements
🩹 Fixes
- Update dependencies for eslint-plugin-prettier, prettier, and vitest (86f0924a)
- Remove @nuxt/ui module from configuration since we already have it as a module dependency (62383656)
- Replace the @nuxt/ui registered components directly (bdfef28a)
- Update kebab name generation for components to use replaceAll for consistency (92980578)
- Streamline module setup and prevent duplicate @formwerk/core instances (89d0590a)
- Disable require-default-prop rule in Vue ESLint configuration (8a6aeb6f)
📖 Documentation
- Update README for clarity and component details (3e3e4c0e)
- Add Event Bus integration details to README (9a3339b6)
🏡 Chore
✅ Tests
- Add enhanced tests (4546dadf)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.17
🚀 Enhancements
- Add repeater component (460b3c5a)
🩹 Fixes
- Update dependencies for eslint-plugin-prettier, prettier, and vitest (86f0924a)
- Remove @nuxt/ui module from configuration since we already have it as a module dependency (62383656)
- Replace the @nuxt/ui registered components directly (bdfef28a)
- Update kebab name generation for components to use replaceAll for consistency (92980578)
- Streamline module setup and prevent duplicate @formwerk/core instances (89d0590a)
✅ Tests
- Add enhanced tests (4546dadf)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.16
🩹 Fixes
- Enhance slot handling and control type determination in Field component (2af1a964)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.15
🚀 Enhancements
- Integrate useFormField for devtools support (febb0622)
🩹 Fixes
- Simplify error computation logic in Field component (4dd5a77e)
- Ensure we quality event handling on the bus (3fa90b57)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.14
🚀 Enhancements
- Enhance TypeScript types and update ESLint configuration (8aafaa91)
🏡 Chore
- Update @nuxt/test-utils to version 3.23.0 (714bc01c)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.12
💅 Refactors
- Remove unused ModuleOptions interface and add eslint disables for any type usage (d90396d2)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.11
📖 Documentation
- Update README with peer dependency note and slot prop usage (0dccc77d)
🏡 Chore
- Add FormwerkGroup props (7f6f9483)
❤️ Contributors
- Eugen Istoc eugenistoc@gmail.com