Skip to content

Releases: mateenagy/vue-formify

v2.1.1

30 Jul 18:15
Compare
Choose a tag to compare

FIx

  • Checkbox input values
  • Remove strict node version from package.json

v2.1.0

16 Jul 12:33
Compare
Choose a tag to compare

Fixes

  • Add option for useInput and Field (as prop) to define custom component to prevent multiple input change.
  • setInitialValue now replace initial value instead merging them.
  • setValue from composable updates also arrays.

v2.0.11

21 Jun 14:10
Compare
Choose a tag to compare

Fix

  • Better type hint for components

v2.0.10

18 Jun 17:10
Compare
Choose a tag to compare

Fix

  • typo setInitalValues -> setInitialValues(mentioned: #23 )

v2.0.9

17 Jun 22:06
Compare
Choose a tag to compare

Fix

  • array modelValue and value set fix

v2.0.8

15 Jun 19:06
Compare
Choose a tag to compare

Fix

  • Field component usage without Form component

Change

  • Field component: schema prop renamed to rule

v2.0.7

07 Jun 10:42
Compare
Choose a tag to compare

Fix

  • modelValue boolean value

v2.0.6

06 Jun 09:31
Compare
Choose a tag to compare

No significant changes

v.2.0.5

06 Jun 08:17
Compare
Choose a tag to compare

No significant changes

v2.0.4

04 Jun 21:24
Compare
Choose a tag to compare

Fixes

  • add value for inputProps