Skip to content

Commit ef213d7

Browse files
committed
v5.1.0
1 parent 44ea86e commit ef213d7

File tree

8 files changed

+52
-6
lines changed

8 files changed

+52
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.1.0](https://github.com/@nativescript-community/ui-collectionview/compare/v5.0.4...v5.1.0) (2023-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** animate cell update like androi ([594ba19](https://github.com/@nativescript-community/ui-collectionview/commit/594ba19903ca15f977f8e497a81de0f5dca25f8b))
12+
* **ios:** autoReloadItemOnLayout fix allowing cell animation triggering layout changes ([6040054](https://github.com/@nativescript-community/ui-collectionview/commit/6040054d8129cdaaa1979cbe7375e7870dd0f984))
13+
* **swipemenu:** ensure we install gesturehandler ([5f12147](https://github.com/@nativescript-community/ui-collectionview/commit/5f121476c40ee725fbe89b2db9a8fb8d01df7b6b))
14+
* **swipmenu:** multiple fixes ([4b048b9](https://github.com/@nativescript-community/ui-collectionview/commit/4b048b93e6cab93b3777d64f621044bf05f5e66f))
15+
16+
17+
### Features
18+
19+
* new swipemenu plugin ([f7fb6c6](https://github.com/@nativescript-community/ui-collectionview/commit/f7fb6c6f754cb3d41a3eb659bb48c1b4086429f2))
20+
21+
22+
23+
24+
625
## [5.0.4](https://github.com/@nativescript-community/ui-collectionview/compare/v5.0.3...v5.0.4) (2023-04-19)
726

827

lerna.json

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

packages/collectionview/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+
# [5.1.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.4...v5.1.0) (2023-04-25)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.3...v5.0.4) (2023-04-19)
715

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

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.0.4",
3+
"version": "5.1.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: 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.1.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.4...v5.1.0) (2023-04-25)
7+
8+
9+
### Features
10+
11+
* new swipemenu plugin ([f7fb6c6](https://github.com/nativescript-community/ui-collectionview/commit/f7fb6c6f754cb3d41a3eb659bb48c1b4086429f2))
12+
13+
14+
15+
16+
617
## [5.0.3](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.2...v5.0.3) (2023-04-14)
718

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

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.0.3",
3+
"version": "5.1.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.0.4",
43+
"@nativescript-community/ui-collectionview": "^5.1.0",
4444
"@nativescript-community/ui-drawer": "^0.1.12"
4545
}
4646
}

packages/waterfall/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+
# [5.1.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.4...v5.1.0) (2023-04-25)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.3...v5.0.4) (2023-04-19)
715

816
**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.0.4",
3+
"version": "5.1.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.0.4"
41+
"@nativescript-community/ui-collectionview": "^5.1.0"
4242
}
4343
}

0 commit comments

Comments
 (0)