Skip to content

API Updates & scale/rotate/rotateScale distortions fixed!

Compare
Choose a tag to compare
@sashadev-sky sashadev-sky released this 28 Aug 00:03
· 590 commits to main since this release

v0.7.4

  • Bug Fixes
  • Enhancements
    • Update index.html and select.html to use a Google satellite base layer superimposed with a toner labels layer (#370 by sashadev-sky)

v0.7.3

  • Enhancements
    • Restructure keymapping code to move towards dynamic hotkey functionality (#387 by rexagod)

v0.7.2

  • Bug Fixes
  • Development Workflow

v0.7.1

  • API Changes
    • 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

v0.6.8

  • Enhancements
    • Add rotate and scale tools to make them accessible via the toolbar "addon" API (#373 by sashadev-sky)