@formio/js 5.0.0-dev.5584.9c8ee6a → 5.0.0-dev.5586.9e84922

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
@@ -243,6 +243,8 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
243
243
  - FIO-8091: Fixed missing metadata for html5 select component with default value
244
244
  - FIO-7445: fixed an issue with interpolated data in HTML
245
245
  - FIO-7507: publish-dev-tag-to-npm
246
+ - FIO-8330: fixed saving draft if saveDraft and skipDraftRestore are true
247
+ - FIO-7595: fixed incorrect value for conditionally hidden Checkbox
246
248
 
247
249
  ## 5.0.0-rc.37
248
250
  ### Fixed