Skip to content

Commit 6162b58

Browse files
release: 1.6.0
# [1.6.0](v1.5.2...v1.6.0) (2025-04-27) ### Bug Fixes * Column and row count issues ([#354](#354)) ([dd3143e](dd3143e)) ### Features * Customizable dimensions animation type - layout and worklet ([#355](#355)) ([1d06c6f](1d06c6f)) * Item context and docs ([#363](#363)) ([ae212ba](ae212ba))
1 parent ae212ba commit 6162b58

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/react-native-sortables/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.6.0](https://github.com/MatiPl01/react-native-sortables/compare/v1.5.2...v1.6.0) (2025-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Column and row count issues ([#354](https://github.com/MatiPl01/react-native-sortables/issues/354)) ([dd3143e](https://github.com/MatiPl01/react-native-sortables/commit/dd3143e37cabbfa6be8112824f3d5c87eea32a44))
7+
8+
9+
### Features
10+
11+
* Customizable dimensions animation type - layout and worklet ([#355](https://github.com/MatiPl01/react-native-sortables/issues/355)) ([1d06c6f](https://github.com/MatiPl01/react-native-sortables/commit/1d06c6f5394d5aaa1b8659043a611888bc46236e))
12+
* Item context and docs ([#363](https://github.com/MatiPl01/react-native-sortables/issues/363)) ([ae212ba](https://github.com/MatiPl01/react-native-sortables/commit/ae212ba9004dc32cbcde36a7bbb5883f7646fd83))
13+
114
## [1.5.2](https://github.com/MatiPl01/react-native-sortables/compare/v1.5.1...v1.5.2) (2025-04-14)
215

316

packages/react-native-sortables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-sortables",
33
"description": "Powerful Sortable Components for Flexible Content Reordering in React Native",
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"author": "Mateusz Łopaciński (https://github.com/MatiPl01)",
66
"bugs": "https://github.com/MatiPl01/react-native-sortables/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)