Releases: daybrush/moveable
Releases · daybrush/moveable
0.9.3 Release (2019-10-01)
Fixed
- fix that keepRatio want to behave like sketches and illustrators. #47
- fix keepRatio default false
0.9.2 Release (2019-10-01)
Fixed
- fix that bounds don't apply when snap
0.9.1 Release (2019-09-30)
Fixed
- remove console.log
0.9.0 Release (2019-09-29)
Added
- Add Snappable (Drag, Resize, Scale, Warp) (#6)
- Add
horizontalGuidelines
&verticalGuidelines
&elementGuidelines
(#6) - Add
bounds
option (boundaries) (#23, #24) - Add
rotationPositoin
option for rotation handle position (#40) - Add
dragArea
option (#38) - Add
dragStart
event onresizeStart
,scaleStart
. (#9) - Add
drag
event onresize
,scale
. (#9) - Add
set
parameter function onwarpStart
.
Fixed
- north and west controls want to behave like photoshop (#9)
- Fix offset caculation for Webkit
0.8.0 Release (2019-08-28)
Add New Demo: Block Stack Editor
https://codepen.io/daybrush/full/QWLpOby
Added
- Add
pinchThreshold
option that set minimum distance to pinch easily. - Add
events
parameter for allgroupStart
event. (such asonDragGroupStart
,onScaleGroupStart
, ...etc) - Add
clickGroup
event to find clicked target in the group - Add
set
event method for allstart
event for absolute value. (such asonDragStart
,onScaleStart
, ...etc) #16 - Add
dragStart
method for external mouse, touch event. - Add
isInside
method that the coordinates are inside Moveable
Fixed
- Update @daybrush/[email protected]
- Fix the way dist is used in
onScale
event
0.7.5 Release (2019-08-24)
Fixed
- Update @daybrush/[email protected]
0.7.4 Release (2019-08-24)
0.7.3 Release (2019-08-23)
Fixed
- fix infinite loop issue.
0.7.2 Release (2019-08-21)
Fixed
- Remove react types.
0.7.1 Release (2019-08-20)
Fixed
- Remove unnecessary code.