Skip to content

Commit

Permalink
v4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 20, 2020
1 parent e60ce7c commit 6c27444
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.15...v4.0.16) (2020-12-20)


### Bug Fixes

* support N Akylas fork layout improvements ([345f64b](https://github.com/Akylas/nativescript-collectionview/commit/345f64b333b64f2dfef0d941119a7d94c2146fb2))
* **ios:** prevent unecessary refresh ([cd72d3f](https://github.com/Akylas/nativescript-collectionview/commit/cd72d3fe0808fcadb27840bc8988f363b180bf71))
* always use NSCellView now ([8b986cc](https://github.com/Akylas/nativescript-collectionview/commit/8b986cc2751ef331ac036c6e1fc4e3c5fd8d1aba))
* ios dont trust getMeasuredWidth or getMeasuredHeight ([9cc830e](https://github.com/Akylas/nativescript-collectionview/commit/9cc830e259855e13fc8d67cd57d14d98cef46a31))





## [4.0.15](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.14...v4.0.15) (2020-12-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "4.0.15",
"version": "4.0.16",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.15...v4.0.16) (2020-12-20)

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





## [4.0.15](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.14...v4.0.15) (2020-12-04)

**Note:** Version bump only for package @nativescript-community/ui-collectionview
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-collectionview",
"version": "4.0.15",
"version": "4.0.16",
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
"main": "./collectionview",
"module": "./collectionview.mjs",
Expand Down

0 comments on commit 6c27444

Please sign in to comment.