From 12b081af4817007754f739b372fdff4dc15bec5b Mon Sep 17 00:00:00 2001 From: "Xie, Ziyu" Date: Mon, 17 Sep 2018 10:39:03 +0800 Subject: [PATCH] Fix a build issue --- README.md | 4 +++- projects/angular2-draggable/package.json | 2 +- src/assets/CHANGELOG.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb44bd2..62b2edf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ angular2-draggable has angular directives that make the DOM element draggable an + provided since v2.0, requires Angular >= 6 # Latest Update -+ 2018.09.14: 2.1.3 + ++ 2018.09.17: 2.1.4 + + Fix a build issue. + **ngResizable**: fix [issue #100](https://github.com/xieziyu/angular2-draggable/issues/100): Resize bounds on a draggable element inside a containment is off + 2018.08.20: 2.1.2 diff --git a/projects/angular2-draggable/package.json b/projects/angular2-draggable/package.json index 653de3e..f1b169d 100644 --- a/projects/angular2-draggable/package.json +++ b/projects/angular2-draggable/package.json @@ -1,6 +1,6 @@ { "name": "angular2-draggable", - "version": "2.1.3", + "version": "2.1.4", "author": "Xie, Ziyu", "license": "MIT", "keywords": [ diff --git a/src/assets/CHANGELOG.md b/src/assets/CHANGELOG.md index 3f760c0..3e9175e 100644 --- a/src/assets/CHANGELOG.md +++ b/src/assets/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.1.3 (2018-09-14) +## 2.1.4 (2018-09-17) #### Bugfix ++ Fix a build issue + **ngResizable**: Resize bounds on a draggable element inside a containment is off. [#100](https://github.com/xieziyu/angular2-draggable/issues/100) ---