@formio/js 5.0.0-dev.5841.9817451 → 5.0.0-dev.5844.c491f7d
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 +2 -0
- package/dist/formio.form.js +3 -3
- 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/components/_classes/component/Component.js +1 -1
- package/lib/cjs/components/day/Day.js +23 -10
- package/lib/cjs/components/radio/Radio.js +8 -0
- package/lib/mjs/components/_classes/component/Component.js +1 -1
- package/lib/mjs/components/day/Day.js +23 -10
- package/lib/mjs/components/radio/Radio.js +8 -0
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -102,6 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
102
102
|
- FIO-8970 resolved failing test
|
|
103
103
|
- FIO-8921: fixed an issue where newly created PDF-form cannot be saved in builder after adding some components in it
|
|
104
104
|
- FIO-8866-8864: fixed simple conditions operators for recaptcha
|
|
105
|
+
- FIO-9158: fixed an issue where Password component error message persists to displayed in Edit page
|
|
106
|
+
- FIO-9126: fixed display of value for Day component with hidden fields
|
|
105
107
|
|
|
106
108
|
### New Features
|
|
107
109
|
|