|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 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 | + |
5 | 13 | ## [2.1.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.1.0) (2023-01-04) |
6 | 14 |
|
7 | 15 | ### Features |
8 | 16 |
|
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 | + |
10 | 22 |
|
11 | 23 | ### Bug Fixes |
12 | 24 |
|
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) |
15 | 28 |
|
16 | 29 | ## [2.0.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.0.0) (2022-09-22) |
17 | 30 |
|
|
0 commit comments