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
Make corners option for DistortableImageOverlay initialization optional (#381 by sashadev-sky)
Move the listener to enable image editing on load out of the html demo files and into DistortableImageOverlay as a default internal behavior. Add an initialization option editable to allow the user to disable it if needed (#381)
Add a DistortableCollection.Edit handler to match DistortableImageOverlay.Edit and add additional logic to their #enable and #disable methods so that they work together coherently (#381)
v0.6.9
API Changes
Standardize and expose #setCorner, #setCorners, #scaleBy, and #rotateBy to API (#380 by sashadev-sky)
Bug Fixes
Fix distortions for scale, rotate, and rotateScale (#341 by jywarren, #380)
v0.6.8
Enhancements
Add rotate and scale tools to make them accessible via the toolbar "addon" API (#373 by sashadev-sky)