@formio/js 5.0.0-dev.5620.dedc19b → 5.0.0-dev.5625.9910504
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 +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 +1 -6
- package/lib/cjs/components/_classes/component/Component.d.ts +5 -3
- package/lib/cjs/components/_classes/component/Component.js +2 -3
- package/lib/cjs/translations/en.d.ts +1 -0
- package/lib/cjs/translations/en.js +1 -0
- package/lib/mjs/WebformBuilder.js +1 -5
- package/lib/mjs/components/_classes/component/Component.d.ts +5 -3
- package/lib/mjs/components/_classes/component/Component.js +2 -3
- package/lib/mjs/translations/en.d.ts +1 -0
- package/lib/mjs/translations/en.js +1 -0
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -251,6 +251,8 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
|
251
251
|
- FIO-7195: Fixes an issue where Select, Radio and SelectBoxes components with URL DataSource show values instead of labels in modal preview
|
|
252
252
|
- FIO-8302: Fixed issue with wizard api key overriding window.property objects
|
|
253
253
|
- FIO-8326: Recaptcha now requires type of event to be selected
|
|
254
|
+
- FIO-8234: Fixes an issue where Select with Resource data source renders values instead of labels in the read only mode
|
|
255
|
+
- FIO-8366: API key is not unique translation
|
|
254
256
|
|
|
255
257
|
## 5.0.0-rc.37
|
|
256
258
|
### Fixed
|