Releases: simomosi/dynamic-forms
Releases · simomosi/dynamic-forms
Release v2.0.0
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
Release v1.3.0
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
Release v1.2.0
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
First release
This is the first Dynamic Forms release!
We will start from here to build a library to manage all field interactions inside dynamic forms!