v0.7.4
- Bug Fixes
- Update
rgb
torgba
(#399 by adriankwiat)
- Update
- Enhancements
- Update
index.html
andselect.html
to use a Google satellite base layer superimposed with a toner labels layer (#370 by sashadev-sky)
- Update
v0.7.3
- Enhancements
v0.7.2
- Bug Fixes
- Move
#startExport
toDistortableCollection.Edit
(#384 by sashadev-sky)
- Move
- Development Workflow
v0.7.1
- API Changes
- Make
corners
option forDistortableImageOverlay
initialization optional (#381 by sashadev-sky) - Move the listener to enable image editing on
load
out of the html demo files and intoDistortableImageOverlay
as a default internal behavior. Add an initialization optioneditable
to allow the user to disable it if needed (#381) - Add a
DistortableCollection.Edit
handler to matchDistortableImageOverlay.Edit
and add additional logic to their#enable
and#disable
methods so that they work together coherently (#381)
- Make
v0.6.9
- API Changes
- Standardize and expose
#setCorner
,#setCorners
,#scaleBy
, and#rotateBy
to API (#380 by sashadev-sky)
- Standardize and expose
- Bug Fixes
v0.6.8
- Enhancements
- Add rotate and scale tools to make them accessible via the toolbar "addon" API (#373 by sashadev-sky)