Skip to content

Commit

Permalink
Fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Xie, Ziyu committed Sep 17, 2018
1 parent 29447a1 commit 12b081a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.3",
"version": "2.1.4",
"author": "Xie, Ziyu",
"license": "MIT",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

---
Expand Down

0 comments on commit 12b081a

Please sign in to comment.