v0.8.4
- Bug Fixes
- Fix Leaflet library bug where
doubleTap
events don't work in Chrome (#438 by @sashadev-sky)
- Fix Leaflet library bug where
- Documentation
- Document
singleclick
- Document
- Enhancements
- Add a new
drag
mode, which allows dragging the overlay by a set of handles (#371 by @themacboy)
- Add a new
v0.8.3
- Major API update - naming & hotkeys for actions (#393 by @sashadev-sky):
Orig. Action Name | New Name | old key | new key | comments |
---|---|---|---|---|
L.EditAction
| ||||
var ToggleTransparency
| L.OpacityAction
| t
| o
| |
var ToggleOutline
| L.BorderAction
| o
| b
| |
var Delete and var Deletes
| L.DeleteAction
| backspace
| backspace
| 1 action internally handles single & group deletion |
var ToggleRotate
| L.RotateAction
| CAPS LOCK
| r
| No toggle |
var ToggleRotateScale
| L.FreeRotateAction
| r , d
| f
| No toggle |
N/A | L.DistortAction
| N/A | d
| |
var ToggleScale
| L.ScaleAction
| s
| s
| No toggle |
var ToggleLock and var Locks
| L.LockAction
| l toggled Lock mode
| l : locks, u :unlocks. Can still toggle via toolbar icon click /tap
| 1 action internally handles locking & unlocking |
var Export and var Exports
| L.ExportAction
| N/A | e
| |
var EnableEXIF
| L.GeolocateAction
| |||
var Revert
| L.RevertAction
| |||
var ToggleOrder
| L.StackAction
| j , k both toggled stacking order up or down
| q : stack up, a : stack down
|
- API
boxSelector
handler renamedboxCollector
(#431 by @sashadev-sky)#setMode
,#nextMode
,#setCornersFromPoints
,#select
&#deselect
methods exposed to API & documented. General refactoring of previously exposed API methods. (#431, #434, #433)
- Bug Fixes
- Image
dblclick
now iterates through all available modes in order (#393)
- Image
- Enhancements
v0.7.8
- Bug Fixes
- Fix a bug where the image becomes distorted close to the map edges (#424 by @sashadev-sky)
- Dependencies
- Relocate jQuery from
devDepencies
todependencies
(#428 by @GianCastle)
- Relocate jQuery from
v0.7.7
- API Changes
- Add
suppressToolbar
option toDistortableCollection
for more refined control over that functionality (#415 by @sashadev-sky)
- Add
- Bug Fixes
- Keymapper is no longer rendered on mobile devices (#405 by @sashadev-sky)
- Documentation
- Update Code of Conduct
- Enhancements