Skip to content

Releases: formly-js/vue-formly-bootstrap

SSR & Boolean value compatibility

16 Nov 03:54
Compare
Choose a tag to compare

2.5.0 moves all .vue files to .js files and changes templates for render functions. It also fixes #8 where false boolean values were causing the labels to appear incorrectly.

Added validation messages

19 Feb 21:27
Compare
Choose a tag to compare

Validation messages have recently been added to Vue Formly. This release accommodates those changes by displaying the most recent validation error. Documentation will be added to the Vue Formly docs on how to add these validation messages.

Minor Updates with Breaking Changes

22 Jan 17:52
Compare
Choose a tag to compare

V2.0.1 just updates templateOptions to get rid of type and adds inputType on input fields. This is just for continuity.