ToDo & Changelog
ToDo List#
- Use dynamic-forms with dynamically created fields
Changelog#
Dynamic-forms follows the semver standard.
3.0.0#
- Webpack has been replaced with Vite
- Library import does not expose the dynamicFormsmodule anymore butmakeformandgetFormfunctions directly
2.0.0#
- Library has been rewritten in typescript
- FieldConfiguration.dropdownrenamed to- FieldConfiguration.select
- Better documentation
1.3.0#
- Added automatic field discovery: you don't need to specify fields with standard behavior anymore
1.2.0#
- Supported fields initialisation
- Added form.ready()method to synchronise post-initialisation operations
1.0.1#
1.0.0#
- First release