Releases: xieziyu/angular2-draggable
Releases · xieziyu/angular2-draggable
v2.1.3
v2.1.2
v2.1.1
2.1.1 (2018-08-14)
New
- ngResizable: Provide
[rzGrid]
. Snaps the resizing element to a grid. - ngResizable: Provide
[rzMinWidth]
,[rzMaxWidth]
,[rzMinHeight]
,[rzMaxHeight]
. The minimum/maximum width/height the resizable should be allowed to resize to.
Bugfix
v2.0.0
2.0.0 (2018-08-03)
New
- ngResizable: Provide
[rzAspectRatio]
, whether the element should be constrained to a specific aspect ratio. - ngResizable: Provide
[rzContainment]
, constrains resizing to within the bounds of the specified element or region. - ngResizable: Provide
(rzStart)
,(rzResizing)
,(rzStop)
event emitters - ngResizable: Provide
resetSize()
,getStatus()
methods
Bugfix
- #84: iFrames, and context unrelated elements block all events, and are unusable
v2.0.0-beta.0
2.0.0-beta.0 (2018-06-25)
New
ngResizable
directive which you can use to make the element resizable.- Provide
[rzHandles]
option for which handles can be used for resizing.