@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 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