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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ 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.11.11: 2.1.8
31
+
+**ngResizable**: add [preventDefaultEvent] flag to ngResizable mousedown ([by mecp](https://github.com/mecp) - [PR #119](https://github.com/xieziyu/angular2-draggable/pull/119))
32
+
30
33
+ 2018.10.31: 2.1.7
31
34
+**ngResizable**: fix [issue #116](https://github.com/xieziyu/angular2-draggable/issues/116): ngResizable Locks Height When rzHandles Includes Only e, w. (Thanks to [Yamazaki93](https://github.com/Yamazaki93))
32
35
@@ -147,6 +150,7 @@ Well you can use both directives concurrently if you wish:
0 commit comments