Skip to content

Commit

Permalink
Merge pull request #172 from xieziyu/release
Browse files Browse the repository at this point in the history
Release v2.3.1
  • Loading branch information
xieziyu authored May 31, 2019
2 parents 9583790 + de8b4ec commit c1655af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ angular2-draggable has angular directives that make the DOM element draggable an
+ provided since v2.0, requires Angular >= 6

# Latest Update
+ 2019.05.31: 2.3.1:
+ **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))

+ 2019.05.14: 2.3.0:
+ **ngResizable**:
+ Fix [issue #157](https://github.com/xieziyu/angular2-draggable/issues/159): Problem resizing with containment
Expand Down Expand Up @@ -70,10 +74,6 @@ angular2-draggable has angular directives that make the DOM element draggable an
+ 2018.10.26: 2.1.6
+ **ngResizable**: fix [issue #115](https://github.com/xieziyu/angular2-draggable/issues/115): rzResizing IE event issue

+ 2018.10.15: 2.1.5
+ **ngDraggable**: fix [issue #114](https://github.com/xieziyu/angular2-draggable/issues/114): EndOffset event not working properly with SnapToGrid


# Installation
```
npm install angular2-draggable --save
Expand Down
2 changes: 1 addition & 1 deletion projects/angular2-draggable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-draggable",
"version": "2.3.0",
"version": "2.3.1",
"author": "Xie, Ziyu",
"license": "MIT",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.1 (2019-05-31)

#### Bugfix
+ **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))

## 2.3.0 (2019-05-14)

#### New
Expand Down

0 comments on commit c1655af

Please sign in to comment.