Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Releases: asigloo/vue-dynamic-forms

v3.4.0

14 Oct 14:36
c4c6049
Compare
Choose a tag to compare
v3.4.0 Pre-release
Pre-release

3.4.0 (2020-10-14)

Features

  • accessibility: extend InputBase with autocomplete and aria attr (a0f7506)
  • accessibility: support for required and fixing labels (c61b438)

v3.3.2

11 Oct 06:43
1a5c483
Compare
Choose a tag to compare
v3.3.2 Pre-release
Pre-release

3.3.2 (2020-10-11)

Bug Fixes

v2.0.3

11 Oct 06:50
1f57661
Compare
Choose a tag to compare

2.0.3 (2020-10-11)

Bug Fixes

  • docs: remove local docs since are moved to a another repo (066b1d1)

v2.0.2

10 Oct 10:02
9a6de50
Compare
Choose a tag to compare

2.0.2 (2020-10-10)

Bug Fixes

  • readme: Added vue3 info to readme (56775f3)

v3.3.1

08 Oct 21:05
528344e
Compare
Choose a tag to compare
v3.3.1 Pre-release
Pre-release

3.3.1 (2020-10-08)

Bug Fixes

  • custom: fix change event on custom field (ffd226d)

v3.3.0

08 Oct 19:12
9f40b70
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

3.3.0 (2020-10-08)

Features

  • inputs: improve event handling (64abf4e)

v3.2.3

06 Oct 15:28
c36c23e
Compare
Choose a tag to compare
v3.2.3 Pre-release
Pre-release

3.2.3 (2020-10-06)

Bug Fixes

  • custom-field: add possibility to default number value (3a3b97e)
  • custom-field: bring back name (4eebc69)
  • custom-fields: emm (8ddcadd)

v3.2.2

05 Oct 18:17
b7ead1a
Compare
Choose a tag to compare
v3.2.2 Pre-release
Pre-release

3.2.2 (2020-10-05)

Bug Fixes

  • events: add condition for control in input-events (709bb42)

v3.2.1

05 Oct 17:47
1f058cc
Compare
Choose a tag to compare
v3.2.1 Pre-release
Pre-release

3.2.1 (2020-10-05)

Bug Fixes

  • form: add missing condition to fieldOrder sorting (2ebcac4)

v3.2.0

05 Oct 12:25
b4caad7
Compare
Choose a tag to compare
v3.2.0 Pre-release
Pre-release

3.2.0 (2020-10-05)

Bug Fixes

  • types: fix new types usage (b5a753a)
  • types: fix number parsing (8bba457)
  • types: fix ts exception with non exported subtypes. (515a2fc)
  • types: fix ts warnings (a060e80)
  • types: handle validation on submit (32b2bae)

Features

  • demo: update javascript dev app (d38c29a)
  • fields: added field order sorting (e51bcda)
  • fields: reactivity is working as expected (0a6257d)
  • form: removed empty fields from change and fix type warnings (2104599)