Skip to content

Commit 3eb64b6

Browse files
committed
v5.3.0
1 parent 8c062c0 commit 3eb64b6

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [5.3.0](https://github.com/@nativescript-community/ui-collectionview/compare/v5.2.0...v5.3.0) (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
* a bunch of fixes to make collectionview faster ([cc550d7](https://github.com/@nativescript-community/ui-collectionview/commit/cc550d74626dfe58ff6c593cfc89b3c189771ded))
11+
* **android:** regression fixes ([fda4f74](https://github.com/@nativescript-community/ui-collectionview/commit/fda4f74b47ac7a0e21d351f3c600828c1c69a2dd))
12+
* **android:** removed animation lib for now ([b0343f8](https://github.com/@nativescript-community/ui-collectionview/commit/b0343f85fdd2ca5d415bdc7fffd3467ecff0f12c))
13+
* vue3 component improvement. Should be much faster ([7bc0498](https://github.com/@nativescript-community/ui-collectionview/commit/7bc0498586db2e931635b62706b26d8eca608284))
14+
15+
### Features
16+
17+
* **android:** layoutCompleted event ([3a239a3](https://github.com/@nativescript-community/ui-collectionview/commit/3a239a3473de25f8d287ea9e7f71d3a2a7449dac))
18+
619
# [5.2.0](https://github.com/@nativescript-community/ui-collectionview/compare/v5.1.9...v5.2.0) (2023-09-12)
720

821
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.0",
2+
"version": "5.3.0",
33
"packages": [
44
"packages/*"
55
],

packages/collectionview/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.3.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.2.0...v5.3.0) (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
* a bunch of fixes to make collectionview faster ([cc550d7](https://github.com/nativescript-community/ui-collectionview/commit/cc550d74626dfe58ff6c593cfc89b3c189771ded))
11+
* **android:** removed animation lib for now ([b0343f8](https://github.com/nativescript-community/ui-collectionview/commit/b0343f85fdd2ca5d415bdc7fffd3467ecff0f12c))
12+
13+
### Features
14+
15+
* **android:** layoutCompleted event ([3a239a3](https://github.com/nativescript-community/ui-collectionview/commit/3a239a3473de25f8d287ea9e7f71d3a2a7449dac))
16+
617
# [5.2.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.1.9...v5.2.0) (2023-09-12)
718

819
### Features

packages/collectionview/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": "5.2.0",
3+
"version": "5.3.0",
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": "./index",
66
"sideEffects": false,

packages/swipemenu/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [5.3.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.2.0...v5.3.0) (2023-10-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
9+
610
# [5.2.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.1.9...v5.2.0) (2023-09-12)
711

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

packages/swipemenu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-swipemenu",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
55
"main": "./index",
66
"sideEffects": false,
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4141
"dependencies": {
4242
"@nativescript-community/class-mixins": "^1.0.0",
43-
"@nativescript-community/ui-collectionview": "^5.2.0",
43+
"@nativescript-community/ui-collectionview": "^5.3.0",
4444
"@nativescript-community/ui-drawer": "^0.1.13"
4545
}
4646
}

packages/waterfall/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [5.3.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.2.0...v5.3.0) (2023-10-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
610
# [5.2.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.1.9...v5.2.0) (2023-09-12)
711

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

packages/waterfall/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-waterfall",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "A NativeScript CollectionView waterfall Plugin.",
55
"main": "./index",
66
"sideEffects": false,
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4040
"dependencies": {
41-
"@nativescript-community/ui-collectionview": "^5.2.0"
41+
"@nativescript-community/ui-collectionview": "^5.3.0"
4242
}
4343
}

0 commit comments

Comments
 (0)