Skip to content

Commit da7a9a6

Browse files
committed
chore(release): angular-grid-layout@3.0.0
1 parent 850f5df commit da7a9a6

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [3.0.0](https://github.com/katoid/angular-grid-layout/compare/v2.2.0...v3.0.0) (2024-08-19)
6+
7+
8+
### Features
9+
10+
* **demo-app:** added a drag handle in the real-life-example table ([850f5df](https://github.com/katoid/angular-grid-layout/commit/850f5df7dd519a0c5e99dc0e11150297a62af616))
11+
* update to angular v15 ([#117](https://github.com/katoid/angular-grid-layout/issues/117)) ([e7c0ae1](https://github.com/katoid/angular-grid-layout/commit/e7c0ae14b81e439c04f4e586c91160cd4dfcbc62))
12+
* update to angular v16 ([#118](https://github.com/katoid/angular-grid-layout/issues/118)) ([bce1287](https://github.com/katoid/angular-grid-layout/commit/bce128794c3853e3f88e2bcf7b0acf117e321287))
13+
* added support for hybrid devices (touch and mouse) ([a1a40a5](https://github.com/katoid/angular-grid-layout/commit/a1a40a5150691aa9ddff5d7422217e57ba2d16a0))
14+
15+
### Bug Fixes
16+
17+
* **grid-component:** improve end of drag events of the grid elements, animate over other elements ([251c1bb](https://github.com/katoid/angular-grid-layout/commit/251c1bbebb96f3482e4eba6ca2eeeebe3c8ca5fb))
18+
* **grid:** fix edge case crash in ngOnDestroy when subscriptions array is undefined ([f74824f](https://github.com/katoid/angular-grid-layout/commit/f74824fdf5672cfca413cdcadf5b16244da4cd8f)), closes [#79](https://github.com/katoid/angular-grid-layout/issues/79)
19+
* prevent browser drag event in custom handles example ([7f6426e](https://github.com/katoid/angular-grid-layout/commit/7f6426e3dfd48d8115771f0ab1876ac26a71f04d))
20+
521
## [2.2.0](https://github.com/katoid/angular-grid-layout/compare/v2.1.0...v2.2.0) (2023-07-03)
622

723

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Both cover the same necessities.
2626
## Compatibility
2727
| Version | Compatibility |
2828
|----------------------|---------------------|
29-
| \>= 2.0.0 | Angular 14 & 15 |
29+
| \>= 3.0.0 | Angular 16, 17 & 18 |
30+
| \>= 2.0.0 | Angular 14, 15 |
3031
| \>= 1.1.0 && < 2.0.0 | Angular 12, 13 & 14 |
3132
| \>= 0.1.1 && < 1.1.0 | Angular 9, 10 & 11 |
3233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@
8383
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
8484
}
8585
},
86-
"version": "2.2.0"
86+
"version": "3.0.0"
8787
}

projects/angular-grid-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "git+https://github.com/katoid/angular-grid-layout.git"
1111
},
1212
"license": "MIT",
13-
"version": "2.2.0",
13+
"version": "3.0.0",
1414
"keywords": [
1515
"angular",
1616
"grid",

0 commit comments

Comments
 (0)