You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can no longer give dataUrl as value, only as a background image and/or by adding the image as an object see relevant documentation which is coming with version 4
**0.4.0** New Features and fixes
- Fixes
-- Upgraded to latest packages (thanks @fjogeleit)
-- Fix for undo/redo (thanks @pomelyu)
-- Issue #9 fixed
-- Issue #10 and #15 you can no longer give dataUrl as value only as background image and/or by adding the image as an object
- Breaking Changes
-- `data` and `dataType` properties have been replaced with `value` and `defaultValue`
to be able to use the component as controlled component
-- node support of 6,7 and 8
- New Features
-- ability to add an image as object
I suppose a string shouldn't fail ?
The text was updated successfully, but these errors were encountered: