Skip to content

Releases: Norbiros/nuxt-auto-form

v0.5.0

30 Aug 15:11

Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve some issues related to submit button (67f9769)

❤️ Contributors

v0.4.3

30 Aug 13:30

Choose a tag to compare

compare changes

🚀 Enhancements

  • Create theme property and document it (f892ea3)

❤️ Contributors

v0.4.2

30 Aug 12:11

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add support for disabling submit button (3efc959)
  • Add QR code modal example (6a19b13)

🩹 Fixes

  • Add missing import for useSlots composable (1244b80)

❤️ Contributors

v0.4.1

30 Aug 09:08

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support dynamic form field slots (40b0fb8)

📖 Documentation

  • Improved form & migration documentation (b303b64)

❤️ Contributors

v0.4.0 - Finally in beta

29 Aug 15:35

Choose a tag to compare

compare changes

🚀 Enhancements

  • Create online playground on stackblitz (#7)
  • Add multiple UFormField configuration options (a6e55a5)
  • Allow customizing input component & props (1289ef0)
  • Add an option to customize default components for fields (158b802)
  • Docs revisit (a3f57b1)
  • Add custom logo (081b1ef)
  • Enhance email field handling in AutoForm component (93a8de4)
  • Add AInput components (#6)
  • Update status to beta in AppHeader and README.md (fb33ff6)

🩹 Fixes

  • github: Use proper issue templates (8550158)
  • docs: Resolve issues with line height in ComponentPreview (9b41993)

💅 Refactors

  • ⚠️ Rename ui prop to config in AutoForm component (700f706)
  • Move COMPONENTS_MAP to a separate file (20f77e3)
  • ⚠️ Move configuration to app.config.ts (#8)

📖 Documentation

  • Fix documentation url in README (e77fd89)
  • Add more info in installation docs (4c19c6b)
  • Completely rewrite docs to mention the new features (d41399f)

⚠️ Breaking Changes

  • ⚠️ Rename ui prop to config in AutoForm component (700f706)
  • ⚠️ Move configuration to app.config.ts (#8)

❤️ Contributors

v0.3.0

25 Jul 08:24

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add homepage field to package.json (60c7c85)
  • Add after-fields and before-fields slots (78212c5)
  • Bind props to submit button, add submit slot (#2)

🩹 Fixes

  • Use correct module name in README.md (c97ed13)

💅 Refactors

  • Simplify component mapping logic in AutoForm (41252ac)

📖 Documentation

  • Add missing submit slot info in AutoForm docs (05b9b30)

🏡 Chore

  • Improve default configuration in .vscode (be3a921)

❤️ Contributors

v0.2.0

24 Jul 11:07

Choose a tag to compare

compare changes

🚀 Enhancements

  • docs: Start writing Customization docs section (e1ac732)
  • docs: Start documenting specific components (50d7eed)
  • New ui prop on AutoForm (2438442)

🩹 Fixes

  • Handle edge case for zod version retrieval (7a489cf)
  • ⚠️ Rename submit button property to isButtonEnabled (2f209f9)
  • Update selector in basic.test.ts (5633538)

💅 Refactors

  • Reorganize types to runtime/types/ (c988e7b)
  • Create parseMeta utility function (aa91775)

⚠️ Breaking Changes

  • ⚠️ Rename submit button property to isButtonEnabled (2f209f9)

❤️ Contributors

v0.1.0

22 Jul 17:21

Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Rename module to @norbiros/nuxt-auto-form (e8ce116)

🩹 Fixes

  • Resolve a lot of issues from basic testing (240e676)

⚠️ Breaking Changes

  • ⚠️ Rename module to @norbiros/nuxt-auto-form (e8ce116)

❤️ Contributors