Modes Part 1: Single Image Interface + Drop Node 8
Stay tuned for - Modes Part 2: Collection Interface! 🚀
v0.16.6
- CI
- Drop Node.js 8 support (#609 by @sashadev-sky)
- Enhancements
- Update method creation to ES6 syntax for the
L.IconUtil
(#610 by @Alexjake660),L.UnlockAction
(#615 by @TejaSwaroopArukoti),L.StackAction
(#620 by @h-khoza), andL.FreeRotateHandle
(#614 by @Manwej) classes.
- Update method creation to ES6 syntax for the
v0.15.6
-
Modes! Part 1: Single Image Interface (#586 by @sashadev-sky)
- Features: You can now limit the usable modes via the pre-existing
actions
option. Details on this have been added to the README - API: Additional methods for interacting with mode -
#getModes
and#hasMode
. - Breaking changess:
L.UnlocksAction
->L.UnlockAction
- Bug Fixes:
#nextMode
(triggered via function or dblclick) won't iterate over modes that are removed from the image- Disable interactions with hidden image handles
- Enhancements: Lock icons are now only visible when the image is deselected
- Features: You can now limit the usable modes via the pre-existing
-
Enhancements
- Update method creation syntax from ES5 to ES6 for the
L.DistortHandle
(#601 by @GSKSan) andL.DragHandle
(#606 by @terror) classes, and theL.MatrixUtil
(#599 by @AkzharkynDM) andL.ImageUtil
(#598 by @neelesh17) objects - Update
L.FreeRotateHandle
initialization to use class factory syntax (#589 by @imrishabh18) - Consolidate code for disabling image dragging into a single method (#585 by @prncvrm)
- Update method creation syntax from ES5 to ES6 for the
-
Features
- Enable passing a function for custom toolbar translations (#573 by @adriankwiat)