From de8b4ec65beb819eadadb53b769db416b8b8374a Mon Sep 17 00:00:00 2001 From: xieziyu Date: Fri, 31 May 2019 13:46:24 +0800 Subject: [PATCH] Release v2.3.1 --- README.md | 8 ++++---- projects/angular2-draggable/package.json | 2 +- src/assets/CHANGELOG.md | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index deb37ed..2d0879e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/projects/angular2-draggable/package.json b/projects/angular2-draggable/package.json index cce9b43..4b3e60f 100644 --- a/projects/angular2-draggable/package.json +++ b/projects/angular2-draggable/package.json @@ -1,6 +1,6 @@ { "name": "angular2-draggable", - "version": "2.3.0", + "version": "2.3.1", "author": "Xie, Ziyu", "license": "MIT", "keywords": [ diff --git a/src/assets/CHANGELOG.md b/src/assets/CHANGELOG.md index a7c74d3..42c359e 100644 --- a/src/assets/CHANGELOG.md +++ b/src/assets/CHANGELOG.md @@ -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