Skip to content

Releases: formly-js/vue-formly

v2.5.8

08 Mar 04:08
Compare
Choose a tag to compare

Changelog

  • adding the $formlyGet method to support nested fields

v2.5.7

22 Jan 03:17
Compare
Choose a tag to compare

Changelog

  • Added support for nested values as per #28 and #30

Various Updates

07 Jan 20:43
Compare
Choose a tag to compare

This update includes changes from the following PRs:

To summarise the changes:

  • Fields with validation are now implicitly required. To run validation on empty fields you must set the required attribute to false
  • The fieldset wrapper can now be changed to a different element by passing the tag prop to the formly-form element.

Fixing issues with keys in the template

17 Dec 19:07
Compare
Choose a tag to compare

As highlighted in #23 this release fixes the issue with incorrect :key values in a v-for loop.

Adding default values for templateOptions

25 Oct 03:11
Compare
Choose a tag to compare

Fixing validation with undefined values

25 Oct 01:56
Compare
Choose a tag to compare

SSR Compatibility

12 Oct 01:52
Compare
Choose a tag to compare

The templates have been changed to template functions to add compatibility for SSR & Nuxt

Validation functionality

09 May 21:30
Compare
Choose a tag to compare

Extra validation functionality has been added to the FormlyForm component. This should help with validating the forms before submitting them. See the docs for details.

Asynchronous Validation *BREAKING CHANGE*

26 Apr 02:05
Compare
Choose a tag to compare

Asynchronous validation has been added to v2.3.1 and as such has changed the way that function validation expressions are handled. Please see the docs for more info.

Added validation messages

19 Feb 21:11
Compare
Choose a tag to compare

v2.2.0 comes with the addition of validation messages. You can now set global strings for error messages or set them on a case by case basis. Documentation will be added soon.