Skip to content

Commit c849432

Browse files
committed
chore(release): 1.2.0
1 parent c4f8e9b commit c849432

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.2.0"></a>
6+
# [1.2.0](https://github.com/swiety85/angular2gridster/compare/v1.1.0...v1.2.0) (2018-01-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **config:** correct applying dragAndDrop and resizable options on init ([acfbd58](https://github.com/swiety85/angular2gridster/commit/acfbd58)), closes [#163](https://github.com/swiety85/angular2gridster/issues/163)
12+
* **gridster:** add missing unsubscribe ([6083508](https://github.com/swiety85/angular2gridster/commit/6083508))
13+
* error when lazy loading widgets ([611e56f](https://github.com/swiety85/angular2gridster/commit/611e56f)), closes [#165](https://github.com/swiety85/angular2gridster/issues/165)
14+
* Fix lint errors and extend lint script ([f61d42a](https://github.com/swiety85/angular2gridster/commit/f61d42a))
15+
16+
17+
### Features
18+
19+
* display grid lines on drag and resize ([d9440bb](https://github.com/swiety85/angular2gridster/commit/d9440bb))
20+
21+
22+
523
<a name="1.1.0"></a>
624
# [1.1.0](https://github.com/swiety85/angular2gridster/compare/v1.0.1...v1.1.0) (2017-12-13)
725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2gridster",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)