Skip to content

Latest commit

 

History

History
118 lines (37 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

118 lines (37 loc) · 4.11 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.6.4 (2021-10-05)

Bug Fixes

  • default boolean false is not accepted (#241) (2d52bd4)

3.6.3 (2021-10-02)

Bug Fixes

3.6.2 (2021-09-26)

Bug Fixes

  • deep map schema fields against lookup components fixes #224 (#234) (77c1a0f)

3.6.1 (2021-09-14)

Bug Fixes

3.6.0 (2021-09-12)

Features

  • lookup plugin replace SchemaForm with plugin version in sub schemas closes #224 (#229) (90577e7)

3.5.3 (2021-09-08)

Bug Fixes

  • model cleanup not working with nested schemas (fix #227) (#228) (24be6e0)

3.5.2 (2021-09-05)

Note: Version bump only for package formvuelate-monorepo

3.5.1 (2021-09-05)

Bug Fixes

  • pass the label prop to vee-validate useField options closes #225 (#226) (e896abb)

Features

  • add validation schema to form props (7b54fca)
  • allow plugins to extend form props (10610eb)

3.5.0 (2021-08-17)

Bug Fixes

3.4.0 (2021-08-08)

Bug Fixes

  • mapField does not handle array in schema array properly (7daaf12)

Features