File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
projects/angular2-draggable Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ angular2-draggable has angular directives that make the DOM element draggable an
2727 + provided since v2.0, requires Angular >= 6
2828
2929# Latest Update
30+ + 2019.05.31: 2.3.1:
31+ + ** ngResizable**
32+ + Fix [ issue #164 ] ( https://github.com/xieziyu/angular2-draggable/issues/164 ) : Resize doesn't work on Windows10 IE11 ([ by shumih] ( https://github.com/shumih] ) - [ PR #171 ] ( https://github.com/xieziyu/angular2-draggable/pull/171 ) )
33+
3034+ 2019.05.14: 2.3.0:
3135 + ** ngResizable** :
3236 + Fix [ issue #157 ] ( https://github.com/xieziyu/angular2-draggable/issues/159 ) : Problem resizing with containment
@@ -70,10 +74,6 @@ angular2-draggable has angular directives that make the DOM element draggable an
7074+ 2018.10.26: 2.1.6
7175 + ** ngResizable** : fix [ issue #115 ] ( https://github.com/xieziyu/angular2-draggable/issues/115 ) : rzResizing IE event issue
7276
73- + 2018.10.15: 2.1.5
74- + ** ngDraggable** : fix [ issue #114 ] ( https://github.com/xieziyu/angular2-draggable/issues/114 ) : EndOffset event not working properly with SnapToGrid
75-
76-
7777# Installation
7878```
7979npm install angular2-draggable --save
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-draggable" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.3.1 " ,
44 "author" : " Xie, Ziyu" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 1+ ## 2.3.1 (2019-05-31)
2+
3+ #### Bugfix
4+ + ** ngResizable** : Fix [ issue #164 ] ( https://github.com/xieziyu/angular2-draggable/issues/164 ) : Resize doesn't work on Windows10 IE11 ([ by shumih] ( https://github.com/shumih] ) - [ PR #171 ] ( https://github.com/xieziyu/angular2-draggable/pull/171 ) )
5+
16## 2.3.0 (2019-05-14)
27
38#### New
You can’t perform that action at this time.
0 commit comments