@formio/js 5.0.0-dev.5871.544083b → 5.0.0-dev.5875.f359435
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 +84 -84
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +84 -84
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.js +9 -9
- package/dist/formio.min.js +1 -1
- package/dist/formio.utils.js +69 -69
- package/dist/formio.utils.min.js +1 -1
- package/lib/cjs/Webform.js +1 -1
- package/lib/cjs/utils/conditionOperators/IsEqualTo.js +1 -9
- package/lib/cjs/utils/formUtils.d.ts +3 -0
- package/lib/cjs/utils/formUtils.js +5 -2
- package/lib/cjs/utils/utils.d.ts +0 -13
- package/lib/cjs/utils/utils.js +1 -33
- package/lib/mjs/Webform.js +2 -2
- package/lib/mjs/utils/conditionOperators/IsEqualTo.js +2 -10
- package/lib/mjs/utils/formUtils.d.ts +3 -0
- package/lib/mjs/utils/formUtils.js +2 -2
- package/lib/mjs/utils/utils.d.ts +0 -13
- package/lib/mjs/utils/utils.js +0 -30
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -111,6 +111,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
111
111
|
- FIO-9127 fixed saving an empty value for day component after deleting values
|
|
112
112
|
- FIO-9120: Fix issue with unchecking radio default value
|
|
113
113
|
- FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable
|
|
114
|
+
- FIO-7195: Fixes an issue where Radio/SelectBoxes will show values instead of labels on View tab and in DataTable
|
|
114
115
|
|
|
115
116
|
### New Features
|
|
116
117
|
|