Skip to content

Commit

Permalink
Release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed Jun 10, 2019
1 parent 3e99786 commit 3a45185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ 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:
+ 2019.06.10: 2.3.2:
+ **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))
+ Fix [issue #164](https://github.com/xieziyu/angular2-draggable/issues/164): Resize doesn't work on Windows10 IE11 ([PR #171](https://github.com/xieziyu/angular2-draggable/pull/171) by [shumih](https://github.com/shumih]), [PR #174](https://github.com/xieziyu/angular2-draggable/pull/174) by [LiorSaadon](https://github.com/LiorSaadon]))

+ 2019.05.14: 2.3.0:
+ **ngResizable**:
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.1",
"version": "2.3.2",
"author": "Xie, Ziyu",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 2 additions & 4 deletions src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## 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.2 (2019-06-10)
+ **ngResizable**: Fix [issue #164](https://github.com/xieziyu/angular2-draggable/issues/164): Resize doesn't work on Windows10 IE11 ([PR #171](https://github.com/xieziyu/angular2-draggable/pull/171) by [shumih](https://github.com/shumih]), [PR #174](https://github.com/xieziyu/angular2-draggable/pull/174) by [LiorSaadon](https://github.com/LiorSaadon]))

## 2.3.0 (2019-05-14)

Expand Down

0 comments on commit 3a45185

Please sign in to comment.