vueform

Open-Source Form Framework for Vue

MIT License

Stars
740
Committers
12

Bot releases are hidden (Show)

vueform - 1.10.2 Latest Release

Published by adamberecz 3 months ago

🎉 Feature

  • Added @focus event to text, textarea and phone.

🐞 Bug Fixes

  • Don't cleanup select on refetch when object
  • forceNumbers should work in nested elements #285
  • Phone element should update when using sync #280
vueform - 1.10.1

Published by adamberecz 3 months ago

🐞 Bug Fixes

  • Type fixes #278
vueform - 1.10.0

Published by adamberecz 3 months ago

🎉 Feature

🐞 Bug Fixes

  • Don't throw error on phone flag select with empty value.
vueform - 1.9.13

Published by adamberecz 4 months ago

🎉 Feature

  • Moving moment to services, making it tree-shakeable.
vueform - 1.9.12

Published by adamberecz 4 months ago

🐞 Bug Fixes

  • Build fix (previous excluded Multiselect updates)
vueform - 1.9.11

Published by adamberecz 4 months ago

🐞 Bug Fixes

  • Editor fix #173

🎉 Feature

  • Korean translation (Thanks @tienipia 🙏)
vueform - 1.9.10

Published by adamberecz 4 months ago

🐞 Bug Fixes

  • Tailwind preflight: false fix #247
  • Text overflow with clear in select, fixes #221
  • ButtonLabel as function, fixes #258
  • Editor rendering in Vue 2, fixes #173
  • Phone error thrown when not using masks fix
vueform - 1.9.9

Published by adamberecz 5 months ago

🐞 Bug Fixes

  • Trix updated to 2.1.1 for security fix.
vueform - 1.9.8

Published by adamberecz 5 months ago

🐞 Bug Fixes

  • Phone mask order fix.
vueform - 1.9.7

Published by adamberecz 5 months ago

🎉 Feature

  • New PhoneElement.
  • New completed rule.
  • Romanian translation (Thanks @u-alexandru 🙏)

🐞 Bug Fixes

  • Fix for function static content with tags #229.
  • Allow h5-h6 tags #236.
vueform - 1.9.6

Published by adamberecz 6 months ago

🎉 Feature

vueform - 1.9.5

Published by adamberecz 6 months ago

🎉 Feature

  • Added cancel method to Vueform.
vueform - 1.9.4

Published by adamberecz 6 months 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.
vueform - 1.9.3

Published by adamberecz 7 months 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 🙏)
vueform - 1.9.2

Published by adamberecz 7 months 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.
vueform - 1.9.1

Published by adamberecz 7 months ago

🎉 Feature

  • Allow function with form$ param for class modificators
vueform - 1.9.0

Published by adamberecz 8 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
vueform - 1.8.0

Published by adamberecz 8 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
vueform - 1.7.3

Published by adamberecz 8 months ago

🎉 Feature

  • Keep file as binary in data if not uploaded.

🐞 Bug Fixes

  • Async exists/unique rule fix #133
vueform - 1.7.2

Published by adamberecz 9 months ago

🎉 Feature

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