Skip to content

Commit d33d253

Browse files
committed
chore(release): 1.5.0
1 parent f50aa7f commit d33d253

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.5.0"></a>
6+
# [1.5.0](https://github.com/swiety85/angular2gridster/compare/v1.4.0...v1.5.0) (2018-04-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **drag:** Fix error on prototype drag start ([90ade55](https://github.com/swiety85/angular2gridster/commit/90ade55))
12+
* Enabling scrolling in demo dashboard ([80326f8](https://github.com/swiety85/angular2gridster/commit/80326f8))
13+
* prevent changing bindings in gridster items on gridster destroy ([982cc53](https://github.com/swiety85/angular2gridster/commit/982cc53))
14+
* **drag:** Remove restriction about dragging items down/right ([3e596c5](https://github.com/swiety85/angular2gridster/commit/3e596c5)), closes [#228](https://github.com/swiety85/angular2gridster/issues/228)
15+
16+
17+
### Features
18+
19+
* **api:** extend "change" event object to have isNew and oldValues ([4e5d541](https://github.com/swiety85/angular2gridster/commit/4e5d541)), closes [#191](https://github.com/swiety85/angular2gridster/issues/191)
20+
* **config:** Add option lines.always to always show grid lines ([07c1512](https://github.com/swiety85/angular2gridster/commit/07c1512)), closes [#227](https://github.com/swiety85/angular2gridster/issues/227)
21+
22+
23+
524
<a name="1.4.0"></a>
625
# [1.4.0](https://github.com/swiety85/angular2gridster/compare/v1.3.4...v1.4.0) (2018-04-13)
726

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0",
3+
"version": "1.5.0",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)