Vueform Vueform Versions Save

Open-Source Form Framework for Vue

1.9.6

2 weeks ago

🎉 Feature

1.9.5

1 month ago

🎉 Feature

  • Added cancel method to Vueform.

1.9.4

1 month ago

🎉 Feature

  • Allow custom elements based on object/group/list.
  • Added el$ for conditional classes.
  • Removed base64 transformation from file elements.
  • Return preview value for all file preview types.
  • Improved tree-shaking.

1.9.3

1 month ago

🎉 Feature

  • Added msg to custom rules for automatic param replaces.
  • Allow custom rules receiving params.
  • Pass form data to @submit event.

🐞 Bug Fixes

  • Added missing onResponse prop to Vueform component.
  • Fixed fr_CA translation issues. (Thanks @digino 🙏)
  • Replaced process. with import.meta. in Nuxt package. (Thanks @danielroe 🙏)

1.9.2

1 month ago

🎉 Feature

  • Allow false for file endpoints to disable temp upload.
  • Expose classes in <Vueform> #empty slot.

🐞 Bug Fixes

  • Auto-style links within forms.
  • Don't init sort if the list has no prototype.

1.9.1

2 months ago

🎉 Feature

  • Allow function with form$ param for class modificators

1.9.0

2 months ago

🎉 Feature

  • Input mask plugin compatibility
  • Option to force converting numeric strings to numbers in form data/requestData with forceNumbers on config, form and text element level
  • Allow function for StaticElement's content prop #155
  • Option to define nullValue for generic element.
  • Ability to disable Finish button #158

🐞 Bug Fixes

  • Accept 0 as number for required rule #149
  • Fix for date change event when in group #156
  • Fire button click in all cases #150

1.8.0

2 months ago

🎉 Feature

🐞 Bug Fixes

  • not_empty condition with select 0 fix (builder/35)
  • Datepicker conditional rendering fix #147
  • Date data in group fix #131

1.7.3

3 months ago

🎉 Feature

  • Keep file as binary in data if not uploaded.

🐞 Bug Fixes

  • Async exists/unique rule fix #133

1.7.2

3 months ago

🎉 Feature

  • Added between condition.
  • Added nesting and condition in or conditions.