Skip to content

Releases: YannicEl/vue-useForm

v0.2.7

19 Jan 15:34
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Added custom input components (a9d9ea1)
  • Added native html validation attributes on custom inputs (19773ab)

🩹 Fixes

  • Run async validator on initialization too (fb1d20f)
  • Added more optional chaining (2a2c500)
  • Small custom input component fixes (09dd975)
  • Explicitly bind host attributes on custom inputs (564780b)

πŸ“– Documentation

🏑 Chore

βœ… Tests

❀️ Contributors

v0.2.6

02 Jan 17:58
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Updated email regex (74e2201)
  • Make dirty on field a computed value (6b4a4af)
  • Check if field is a formgroup (b990928)

πŸ“– Documentation

🏑 Chore

  • Updated prettier and fixed formatting (cb20b02)
  • Remove unnecessary generic type (a8b0a0d)

❀️ Contributors

v0.2.5

23 Aug 10:59
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Added form wide sync validators (e0cbb48)

🩹 Fixes

  • Removed old export in package.json (68090f4)
  • Added return types to some functions (82afa69)
  • Refactored zod and valibot validators (026a0be)

πŸ“– Documentation

❀️ Contributors

v0.2.4

23 Aug 07:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Reset method not resetting touched state correctly (bd3a81b)

❀️ Contributors

v0.2.3

23 Aug 07:10
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Added v-untouched and v-touched validation calsses (4ac927e)

🩹 Fixes

  • Moved touched/untouched state into useField and useForm (d385785)

πŸ“– Documentation

  • Updated touched/untouched docs (fd22c9c)

❀️ Contributors

v0.2.2

22 Aug 20:45
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Added zod and valibot validators (b7e0b4a)

πŸ“– Documentation

  • Added algolia doc search (d6688bd)

🏑 Chore

  • Remove prettier-plugin-tailwindcss patch (1ab68a2)

❀️ Contributors

v0.2.1

13 Aug 20:53
Compare
Choose a tag to compare

compare changes

πŸ“– Documentation

🏑 Chore

❀️ Contributors

v0.2.0

13 Aug 10:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • lib: Fix broken component exports (c69a6eb)
  • lib: ⚠️ Made type arguments optional on definePlugin (09d9547)
  • lib: Added utils export (aa98e04)
  • lib: Region fixes (16fcc73)

πŸ’… Refactors

  • lib: ⚠️ Refactored validator stuff (dbba958)

πŸ“– Documentation

🏑 Chore

  • Fix prettier plugin order (df20082)

⚠️ Breaking Changes

  • lib: ⚠️ Made type arguments optional on definePlugin (09d9547)
  • lib: ⚠️ Refactored validator stuff (dbba958)

❀️ Contributors

v0.1.4

09 Aug 14:29
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • lib: Added defineplugin helper and storage plugins (9045d12)

🩹 Fixes

  • docs: Mark docs package.json as type module (a3011c9)

πŸ“– Documentation

🏑 Chore

  • Updated readme (25b54c5)
  • Updated renovate config (6532fb9)
  • Package.json config (f76b4e0)
  • docs: Docs work (6211f06)
  • Re added type: module to base package.json (9039e63)
  • CI: Updated node version in actions to 20 (54fac10)
  • lib: Updated @types/node to 20 (c3d7daf)

❀️ Contributors

v0.1.3

08 Aug 10:17
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • docs: Override tab size (afbbf48)
  • lib: Reset() not marking field as pristine (499a257)

🏑 Chore

❀️ Contributors