@formio/js 5.0.0-dev.5604.02ffada → 5.0.0-dev.5605.58265d6
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 +1 -0
- package/dist/formio.form.js +12 -2
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +2 -0
- package/dist/formio.full.js +12 -2
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +2 -0
- package/dist/formio.utils.js +12 -2
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +2 -0
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -247,6 +247,7 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
|
247
247
|
- FIO-7595: fixed incorrect value for conditionally hidden Checkbox
|
|
248
248
|
- FIO-8342: fixed triggering saveDraft after submitting the form
|
|
249
249
|
- FIO-8240: fixed skipDraftRestore effect for the nested Forms
|
|
250
|
+
- FIO-8360 fixed submission state for nested form
|
|
250
251
|
|
|
251
252
|
|
|
252
253
|
## 5.0.0-rc.37
|