Skip to content

Commit

Permalink
Upgrade version to 1.0.0-alfa
Browse files Browse the repository at this point in the history
  • Loading branch information
swiety85 committed Nov 19, 2017
1 parent 9d7412b commit 24d0cde
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.0.0-alfa"></a>
# [1.0.0-alfa]((https://github.com/swiety85/angular2gridster/compare/0.6.9...1.0.0-alfa)) (2017-11-19)


### Bug Fixes

* **drag:** Fix problem with focused el when dragging in IE. Issue #128

### Features

* **drag:** Provide tolerance for gridster config. Issue #71
* **drag:** Scroll container while dragging. Issue #27
* **drag:** Output bindings in gridster item on drag/resize start and end
* **resize:** Auto height for item. Issue #78



<a name="0.6.9"></a>
# [0.6.9]((https://github.com/swiety85/angular2gridster/compare/0.6.8...0.6.9)) (2017-11-04)

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2gridster",
"version": "0.6.9",
"version": "1.0.0-alfa",
"license": "MIT",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -18,10 +18,13 @@
},
"keywords": [
"gridster",
"angular",
"grid",
"angular",
"angular2",
"dashboard",
"ngx"
"ngx",
"drag&drop",
"widgets"
],
"bugs": {
"url": "https://github.com/swiety85/angular2gridster/issues"
Expand Down

0 comments on commit 24d0cde

Please sign in to comment.