Skip to content

Releases: vueform/vueform

1.9.9

14 May 12:34
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Trix updated to 2.1.1 for security fix.

1.9.8

14 May 12:33
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Phone mask order fix.

1.9.7

10 May 08:21
Compare
Choose a tag to compare

πŸŽ‰ Feature

🐞 Bug Fixes

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

1.9.6

29 Apr 17:08
Compare
Choose a tag to compare

πŸŽ‰ Feature

1.9.5

12 Apr 16:06
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Added cancel method to Vueform.

1.9.4

08 Apr 15:20
Compare
Choose a tag to compare

πŸŽ‰ 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

03 Apr 07:03
Compare
Choose a tag to compare

πŸŽ‰ 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

19 Mar 16:12
Compare
Choose a tag to compare

πŸŽ‰ 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

08 Mar 15:50
Compare
Choose a tag to compare

πŸŽ‰ Feature

  • Allow function with form$ param for class modificators

1.9.0

06 Mar 11:34
Compare
Choose a tag to compare

πŸŽ‰ 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