@formio/js 5.0.0-dev.5887.811d065 → 5.0.0-dev.5890.76714be

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
@@ -275,6 +275,7 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
275
275
  ```
276
276
 
277
277
  ### Breaking Changes
278
+ - Sketchpad imageType is being removed. All image types are now treated the same. You no longer need the imageType property in your form json
278
279
  - Bootstrap 5 Default Template - With the 5.x version of the renderer, the default template is now **Bootstrap 5** and is found @ https://github.com/formio/bootstrap repo.
279
280
  - Bootstrap Icons - Now, instead of Font Awesome being the default icon set for our renderer, we are using Bootstrap Icons as the default icon set which is compatible with Bootstrap 5. Of course, you can always change out icon sets, but this is now the default.
280
281
  - This version implements a new validation system. Within this, there are some changes that you should be aware of.