Skip to content

Commit 6c27444

Browse files
committed
v4.0.16
1 parent e60ce7c commit 6c27444

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.16](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.15...v4.0.16) (2020-12-20)
7+
8+
9+
### Bug Fixes
10+
11+
* support N Akylas fork layout improvements ([345f64b](https://github.com/Akylas/nativescript-collectionview/commit/345f64b333b64f2dfef0d941119a7d94c2146fb2))
12+
* **ios:** prevent unecessary refresh ([cd72d3f](https://github.com/Akylas/nativescript-collectionview/commit/cd72d3fe0808fcadb27840bc8988f363b180bf71))
13+
* always use NSCellView now ([8b986cc](https://github.com/Akylas/nativescript-collectionview/commit/8b986cc2751ef331ac036c6e1fc4e3c5fd8d1aba))
14+
* ios dont trust getMeasuredWidth or getMeasuredHeight ([9cc830e](https://github.com/Akylas/nativescript-collectionview/commit/9cc830e259855e13fc8d67cd57d14d98cef46a31))
15+
16+
17+
18+
19+
620
## [4.0.15](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.14...v4.0.15) (2020-12-04)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.0.15",
5+
"version": "4.0.16",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.16](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.15...v4.0.16) (2020-12-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.15](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.14...v4.0.15) (2020-12-04)
715

816
**Note:** Version bump only for package @nativescript-community/ui-collectionview

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
55
"main": "./collectionview",
66
"module": "./collectionview.mjs",

0 commit comments

Comments
 (0)