Skip to content

Commit c1655af

Browse files
authored
Merge pull request #172 from xieziyu/release
Release v2.3.1
2 parents 9583790 + de8b4ec commit c1655af

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```
7979
npm install angular2-draggable --save

projects/angular2-draggable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-draggable",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"author": "Xie, Ziyu",
55
"license": "MIT",
66
"keywords": [

src/assets/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

0 commit comments

Comments
 (0)