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
Local uploaded JPEG image with EXIF orientation is now shown correctly. Initial image should provide data-exif-orientation attribute to work.
canvas-color default value changed from '#e6e6e6' to 'transparent'.
New methods to support rotate image: rotate(), flipX(), flipY().
New prop disabled-rotation.
New prop initial-size to specify image's size when it is first loaded on croppa. It can be 'cover', 'contain' or 'natural'.
New prop initial-position to specify image's position relative to croppa container when it is first loaded. It works similar to css's background-position.
generateDataUrl() method now accept a second argument to specify the compression rate.
New event new-image emitted when new valid image is set onto croppa.