Skip to content

Commit 5591089

Browse files
committed
chore(release): angular-grid-layout@2.1.0
1 parent 704c411 commit 5591089

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.1.0) (2023-01-04)
6+
7+
8+
### Features
9+
10+
* 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)
11+
* **custom-drag-placeholders:** added custom drag placeholders ([ce78265](https://github.com/katoid/angular-grid-layout/commit/ce7826522f67333359afcac4f10cb3cd4b76f7b0))
12+
* **gap:** added gap functionality to grid component ([a8b129d](https://github.com/katoid/angular-grid-layout/commit/a8b129d76cb7bf12a63ff92beee5d5bbb28046b3))
13+
* update angular to 14 ([065889e](https://github.com/katoid/angular-grid-layout/commit/065889e0d1d27494be9555095d023f860450e690))
14+
15+
16+
### Bug Fixes
17+
18+
* **compact-horizontal:** fixed compact horizontal bug that was compacting also vertically ([806a2f8](https://github.com/katoid/angular-grid-layout/commit/806a2f8f5d09ce00668165f1c32155a435deadc5))
19+
* **demo-app:** fixed Row height fit example not saving the updated layout ([bb3886b](https://github.com/katoid/angular-grid-layout/commit/bb3886b02788585d13062e0575134585bb367d1d))
20+
* **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)
21+
522
## [2.0.0](https://github.com/katoid/angular-grid-layout/compare/v1.2.0...v2.0.0) (2022-09-22)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
8383
}
8484
},
85-
"version": "2.0.0"
85+
"version": "2.1.0"
8686
}

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.0.0",
13+
"version": "2.1.0",
1414
"keywords": [
1515
"angular",
1616
"grid",

0 commit comments

Comments
 (0)