Skip to content

Releases: simomosi/dynamic-forms

Release v2.0.0

06 Jun 23:22
c50414b
Compare
Choose a tag to compare

Changelog

  • Library has been rewritten in typescript
  • FieldConfiguration.dropdown renamed to FieldConfiguration.select
  • Better documentation

Complete changelog: https://simomosi.github.io/dynamic-forms/dev/todo_changelog/#200

Documentation

See https://simomosi.github.io/dynamic-forms/

Release v1.3.0

23 Apr 13:29
64bb0f9
Compare
Choose a tag to compare

Changelog

  • Added automatic field discovery: you don't need to specify fields with standard behavior anymore

Complete changelog: https://simomosi.github.io/dynamic-forms/dev/todo_changelog/#130

Documentation

See https://simomosi.github.io/dynamic-forms/

Release v1.2.0

14 Apr 21:58
5cfd070
Compare
Choose a tag to compare

Changelog

  • Supported fields initialisation
  • Added form.ready() method to synchronise post-initialisation operations
  • Added support for nested input names (link). Thanks to @yoannisj

Complete changelog: https://simomosi.github.io/dynamic-forms/dev/todo_changelog/#120

Documentation

See https://simomosi.github.io/dynamic-forms/

First release

13 Mar 18:01
Compare
Choose a tag to compare

This is the first Dynamic Forms release!
We will start from here to build a library to manage all field interactions inside dynamic forms!