@formio/js 5.0.0-dev.5772.7636454 → 5.0.0-dev.5778.eb7f268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -0
- package/dist/formio.form.js +517 -517
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +518 -518
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/PDFBuilder.js +2 -1
- package/lib/cjs/components/datagrid/DataGrid.js +1 -1
- package/lib/mjs/PDFBuilder.js +1 -1
- package/lib/mjs/components/datagrid/DataGrid.js +1 -1
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -57,6 +57,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
57
57
|
- FIO-8789: Fixing issues where the wrong urls are used for CDN on remote env
|
|
58
58
|
- FIO-7524: Added back aspect ratio option to Signature
|
|
59
59
|
- FIO-8798: updated shape of the data of day component with hidden fields
|
|
60
|
+
- FIO-8760: Fixes an issue where nested form is not getting all the options
|
|
61
|
+
- FIO-8706: allow data interpolation for data source in components
|
|
62
|
+
- FIO-8849: fixed an issue where value of the selctboxes/radio with URL data source are not available in simple conditons UI
|
|
63
|
+
- FIO-8874: fixed conditional value field for time component
|
|
64
|
+
- FIO-8931: Disable file synchronization feature
|
|
65
|
+
- FIO-8458: removing row from data grid triggers save draft action
|
|
60
66
|
|
|
61
67
|
### New Features
|
|
62
68
|
|