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
E.g., for some of the util methods (fabric.util.addClass, etc.), so that existing, 3rd party methods could be used. Also see discussion with Garrett: ed4dca3#comments
The text was updated successfully, but these errors were encountered:
**0.4.0** New Features and fixes
- Fixes
-- Upgraded to latest packages (thanks @fjogeleit)
-- Fix for undo/redo (thanks @pomelyu)
-- Issue fabricjs#9 fixed
-- Issue fabricjs#10 and fabricjs#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
E.g., for some of the
util
methods (fabric.util.addClass
, etc.), so that existing, 3rd party methods could be used. Also see discussion with Garrett: ed4dca3#commentsThe text was updated successfully, but these errors were encountered: