Skip to content

Commit bb8598b

Browse files
committed
chore(release): angular-grid-layout@2.2.0
1 parent a1c0e96 commit bb8598b

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
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+
## [2.2.0](https://github.com/katoid/angular-grid-layout/compare/v2.1.0...v2.2.0) (2023-07-03)
6+
7+
8+
### Features
9+
10+
* add manual drag event handler ([#87](https://github.com/katoid/angular-grid-layout/issues/87)) ([a1c0e96](https://github.com/katoid/angular-grid-layout/commit/a1c0e96151638a1621244d979763fdfe9c8c9c11))
11+
* **grid:** added grid background ([fe9c71f](https://github.com/katoid/angular-grid-layout/commit/fe9c71ffa7a70511ca3605568b14c6c371d060e1))
12+
513
## [2.1.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.1.0) (2023-01-04)
614

715
### Features
816

9-
* **grid:** Added support for rowHeight = 'fit', also added Input() height ([fe7d0e7](https://github.com/katoid/angular-grid-layout/commit/fe7d0e7af9e5ede885a34a9c4700df23012cd1a9)), closes [#1](https://github.com/katoid/angular-grid-layout/issues/1) [#51](https://github.com/katoid/angular-grid-layout/issues/51) [#58](https://github.com/katoid/angular-grid-layout/issues/58)
17+
* added support for rowHeight = 'fit', also added Input() height ([fe7d0e7](https://github.com/katoid/angular-grid-layout/commit/fe7d0e7af9e5ede885a34a9c4700df23012cd1a9)), closes [#1](https://github.com/katoid/angular-grid-layout/issues/1) [#51](https://github.com/katoid/angular-grid-layout/issues/51) [#58](https://github.com/katoid/angular-grid-layout/issues/58)
18+
* **custom-drag-placeholders:** added custom drag placeholders ([ce78265](https://github.com/katoid/angular-grid-layout/commit/ce7826522f67333359afcac4f10cb3cd4b76f7b0))
19+
* **gap:** added gap functionality to grid component ([a8b129d](https://github.com/katoid/angular-grid-layout/commit/a8b129d76cb7bf12a63ff92beee5d5bbb28046b3))
20+
* update angular to 14 ([065889e](https://github.com/katoid/angular-grid-layout/commit/065889e0d1d27494be9555095d023f860450e690))
21+
1022

1123
### Bug Fixes
1224

13-
* **grid:** Fixed compact horizontal bug that was compacting also vertically ([806a2f8](https://github.com/katoid/angular-grid-layout/commit/806a2f8f5d09ce00668165f1c32155a435deadc5))
14-
* **grid:** Fixed compact horizontal method not moving items to the left sometimes ([5420a6f](https://github.com/katoid/angular-grid-layout/commit/5420a6f6c2b4e2fc26b975803acd285a7ee9b471)), closes [#21](https://github.com/katoid/angular-grid-layout/issues/21)
25+
* **compact-horizontal:** fixed compact horizontal bug that was compacting also vertically ([806a2f8](https://github.com/katoid/angular-grid-layout/commit/806a2f8f5d09ce00668165f1c32155a435deadc5))
26+
* **demo-app:** fixed Row height fit example not saving the updated layout ([bb3886b](https://github.com/katoid/angular-grid-layout/commit/bb3886b02788585d13062e0575134585bb367d1d))
27+
* **grid:** fixed compact horizontal method not moving items to the left sometimes ([5420a6f](https://github.com/katoid/angular-grid-layout/commit/5420a6f6c2b4e2fc26b975803acd285a7ee9b471)), closes [#21](https://github.com/katoid/angular-grid-layout/issues/21)
1528

1629
## [2.0.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.0.0) (2022-09-22)
1730

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.1.0"
86+
"version": "2.2.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.1.0",
13+
"version": "2.2.0",
1414
"keywords": [
1515
"angular",
1616
"grid",

0 commit comments

Comments
 (0)