Skip to content

Releases: publiclab/Leaflet.DistortableImage

Updated Tool UI and Functionality

09 Jul 20:52
bf7aca6
Compare
Choose a tag to compare

v0.6.1

  • Bug Fixes
    • MouseEvent handling for the boxSelector is fixed, allowing selection with shift + drag to be made towards any direction (#334 by sashadev-sky)

v0.6.0

  • API Changes
    • Images in lock mode can now be 'multi-selected' so they can be exported via the "Exports" action (#324 by sashadev-sky)
    • New DistortableCollection actions "Locks" and "Unlocks" (#324)

v0.5.3

  • Enhancements
    • Add initial response handling for "Exports" action (#323 by jywarren)

v0.5.2

v0.5.1

  • Bug fixes
    • Fix "Exports" action functionality by adding a cache bust (#318 by jywarren)

v0.5.0

  • API changes

    • Multiple Image Collection actions added: "Exports" and "Deletes". (#314 by sashadev-sky)
    • Added and documented a Toolbar API, exposing an actions option for DistortableImageOverlay and DistortableCollection, as well addTool(), hasTool() and removeTool() for DistortableCollection. (#314)
  • Bug fixes

    • Updated leaflet-toolbar dependency to version "0.4.0-alpha.2" to fix a "toolbar undefined" bug. Our toolbar namespaces were updated as part of this: DistortableCollection now uses an instance of L.control for its toolbar, and DistortableImageOverlay uses an L.popup instance. The L.DistortableImage.EditToolbar class has been updated to L.DistortableImage.ControlBar and L.DistortableImage.PopupBar. L.DistortableImage.EditAction has been updated to L.EditAction. All 3 of these files have been moved into src/edit/tools/ (#314)
    • The BoxSelector multi-selection method (shift + drag) is now working and has been documented as an additional way to multi-select images. (#314)

v0.4.4

Keymapper and keybindings

08 May 04:31
cb1ed38
Compare
Choose a tag to compare

API changes

  • New keymapper component and added keymapper option to DistortableImageOverlay (#212 by rexagod)
  • Added selected option to DistortableImageOverlay (#229 by sashadev-sky)

Bug fixes

  • Normalized keybindings, only the "ToggleLock" hotkey can override lock mode (#229 by sashadev-sky)

Other enhancements

🎉🙌🏽

Toolbar positioning fixes and improvements

20 Apr 02:47
Compare
Choose a tag to compare

#210 #201 #221 and other fixes!

API changes

  • Created and exposed getCorners() and getCorner(idx) as public API methods (#201 by sashadev-sky)

Enhancements

Multiple image selection

10 Apr 21:39
2d99561
Compare
Choose a tag to compare
v0.4.1

Update package.json

Separated Rotate/Scale tools, compatibility with react-leaflet-distortable-imageoverlay

v0.2.1

20 Feb 03:28
0762806
Compare
Choose a tag to compare
Update bower.json

Full-resolution download

08 Feb 18:10
0acc91e
Compare
Choose a tag to compare

Colorized and shape-differentiated handles

03 Jul 19:13
9e026ff
Compare
Choose a tag to compare

Cross-origin options (bugfix)

03 May 19:29
0e662e2
Compare
Choose a tag to compare
Merge pull request #92 from jywarren/crossOrigin

capitaliZation

Toolbar fixes; leaflet-toolbar v0.3.0

17 Mar 10:35
f66a3b7
Compare
Choose a tag to compare
Merge pull request #79 from jywarren/new-toolbar

new toolbar version - v0.3.0