@formio/js 5.0.0-dev.5813.afa74f0 → 5.0.0-dev.5818.039b965
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 +2 -2
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +3 -3
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/WebformBuilder.js +4 -1
- package/lib/cjs/Wizard.js +1 -1
- package/lib/cjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/cjs/components/_classes/component/Component.js +2 -2
- package/lib/mjs/WebformBuilder.js +4 -1
- package/lib/mjs/Wizard.js +1 -1
- package/lib/mjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/mjs/components/_classes/component/Component.js +2 -2
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -72,6 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
72
72
|
- FIO-8954: fixed previously selected option is displayed in metadata with data source = url
|
|
73
73
|
- FIO-8986: fixed setting up of default value with hidden fields
|
|
74
74
|
- FIO-8938: fixed label display for multiple select with dataSrc resource
|
|
75
|
+
- FIO-8962: fixed screen shifting when validation errors pop up in an embedded Wizard form
|
|
75
76
|
|
|
76
77
|
### New Features
|
|
77
78
|
|