Skip to content

Commit 24d0cde

Browse files
committed
Upgrade version to 1.0.0-alfa
1 parent 9d7412b commit 24d0cde

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.0.0-alfa"></a>
2+
# [1.0.0-alfa]((https://github.com/swiety85/angular2gridster/compare/0.6.9...1.0.0-alfa)) (2017-11-19)
3+
4+
5+
### Bug Fixes
6+
7+
* **drag:** Fix problem with focused el when dragging in IE. Issue #128
8+
9+
### Features
10+
11+
* **drag:** Provide tolerance for gridster config. Issue #71
12+
* **drag:** Scroll container while dragging. Issue #27
13+
* **drag:** Output bindings in gridster item on drag/resize start and end
14+
* **resize:** Auto height for item. Issue #78
15+
16+
17+
118
<a name="0.6.9"></a>
219
# [0.6.9]((https://github.com/swiety85/angular2gridster/compare/0.6.8...0.6.9)) (2017-11-04)
320

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2gridster",
3-
"version": "0.6.9",
3+
"version": "1.0.0-alfa",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -18,10 +18,13 @@
1818
},
1919
"keywords": [
2020
"gridster",
21-
"angular",
2221
"grid",
22+
"angular",
23+
"angular2",
2324
"dashboard",
24-
"ngx"
25+
"ngx",
26+
"drag&drop",
27+
"widgets"
2528
],
2629
"bugs": {
2730
"url": "https://github.com/swiety85/angular2gridster/issues"

0 commit comments

Comments
 (0)