Releases: daybrush/moveable
Releases · daybrush/moveable
0.7.0 Release (2019-08-20)
Moveable Group
Groupable indicates Whether the targets can be moved in group with draggable, resizable, scalable, rotatable.
- API Documentation
- draggable
- resizable
- scalable
- rotatable
- pinchable
Added
- Add Groupable
- Add edge option
- Add direction parameter on resize event
Fixed
- fix that do not call
resizeEnd
#19
0.6.4 Release (2019-08-07)
Fixed
- fix missing throttleScale
- fix ESM config
0.6.2 Release (2019-08-07)
Fixed
- Update framework-utils and It reduced sizes by 2 kb based on min file.
0.6.1 Release (2019-08-06)
Fixed
- fix destroy method for property release issue. #18
0.6.0 Release (2019-08-06)
0.5.0 Release (2019-07-31)
0.4.1 Release (2019-07-29)
0.4.1 Release
Fixed
- Fix that the
warpEnd
event didn't call
0.4.0 Release
Added
- Add Warpable and option, events #5
- Support SVG Offset (Only SVG Tag)
- Support 3d transform(matrix) (
perspective
is not yet supported.)
Fixed
- Fix right mouse click issue #7
- Synchronize target's shape. (Previously, it worked independently of target's shape.)
0.4.0 Release (2019-07-29)
0.3.0 Release (2019-07-18)
Features
- Add throttleDrag option(prop)
- Add throttleResize option(prop)
- Add throttleScale option(prop)
- Add throttleRotate option(prop)
- Add keepRatio option(prop)
- Add clientX, clientY on all events.
Bugs
- fix ratio bug that height is zero. #3