You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-11
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ angular2-draggable has angular directives that make the DOM element draggable an
27
27
+ provided since v2.0, requires Angular >= 6
28
28
29
29
# Latest Update
30
+
+ 2018.12.22: 2.2.0
31
+
+**ngDraggable**:
32
+
+ Performance update. Fix [issue #112](https://github.com/xieziyu/angular2-draggable/issues/112): Control change detection with HostListener events.
33
+
+ Fix [issue #128](https://github.com/xieziyu/angular2-draggable/issues/128): Multiple phone draggables at the same time.
34
+
+ New `[lockAxis]` input.
35
+
+**ngResizable**:
36
+
+ Fix [issue #132](https://github.com/xieziyu/angular2-draggable/issues/132): Aspect ratio feature exits Y-Axis boundary on resize.
37
+
30
38
+ 2018.11.29: 2.1.9
31
39
+**ngDraggable**: fix [issue #31](https://github.com/xieziyu/angular2-draggable/issues/31): Problems when scale transform applied to parent. ([by rathodsanjay](https://github.com/rathodsanjay) - [PR #123](https://github.com/xieziyu/angular2-draggable/pull/123))
32
40
@@ -45,16 +53,6 @@ angular2-draggable has angular directives that make the DOM element draggable an
45
53
+ 2018.08.03: 2.0.0
46
54
+ Fix [issue #84](https://github.com/xieziyu/angular2-draggable/issues/84): iFrames, and context unrelated elements block all events, and are unusable
47
55
48
-
+ 2018.07.02: 2.0.0-beta.2
49
-
+**ngResizable**: Provide `[rzAspectRatio]`, whether the element should be constrained to a specific aspect ratio. [demo](https://xieziyu.github.io/angular2-draggable/#/resizable/aspect-ratio)
50
-
+**ngResizable**: Provide `[rzContainment]`, constrains resizing to within the bounds of the specified element or region. [demo](https://xieziyu.github.io/angular2-draggable/#/resizable/containment)
51
-
52
-
+ 2018.06.26: 2.0.0-beta.1
53
-
+**ngResizable**: Provide `(rzStart)`, `(rzResizing)`, `(rzStop)` event emitters
54
-
+**ngResizable**: Provide `resetSize()`, `getStatus()` methods
55
-
56
-
+ 2018.06.25: 2.0.0-beta.0
57
-
+ New: `ngResizable` directive which you can use to make the element resizable! More resizable options are planning. Refer to [demo](https://xieziyu.github.io/angular2-draggable/#/resizable/default)
58
56
59
57
# Installation
60
58
```
@@ -140,7 +138,8 @@ Well you can use both directives concurrently if you wish:
0 commit comments