@formio/js 5.0.0-dev.5643.9c5173a → 5.0.0-dev.5647.4cf82e8

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
@@ -255,6 +255,12 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
255
255
  - FIO-8366: API key is not unique translation
256
256
  - FIO-8433: fixed restore draft for nested forms
257
257
  - FIO-8395: html in error message not evaluating
258
+ - FIO-7206: Fixes an issue where API keys of the removed components are not removed from the Data Grid defaultValue
259
+ - FIO-8402: fixed an issue where Validation Triggering on initial Form load
260
+ - Remove *zoom (IE7 hack)
261
+ - made Formio available globally
262
+ - FIO-8027 added new Captcha provider
263
+ - FIO-8281: fixed selectData property for multiple select component
258
264
 
259
265
  ## 5.0.0-rc.37
260
266
  ### Fixed