Skip to content

Commit d4ecfb8

Browse files
release: 1.3.0
# [1.3.0](v1.2.1...v1.3.0) (2025-02-26) ### Bug Fixes * Incorrect touch position measurement in modals ([#282](#282)) ([c67ee84](c67ee84)) * Quick fix for added item flickering ([#275](#275)) ([286cac2](286cac2)) * Some flex reordering issues ([#224](#224)) ([54ac234](54ac234)) ### Features * Add horizontal direction support to the Sortable Grid ([#277](#277)) ([8706955](8706955)) * Container overflow customization ([#278](#278)) ([fb6de0f](fb6de0f)) * Customizable reorder trigger origin ([#274](#274)) ([21a23ce](21a23ce)) * Implement better grid reordering ([#280](#280)) ([c7e5daf](c7e5daf))
1 parent c67ee84 commit d4ecfb8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/react-native-sortables/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.3.0](https://github.com/MatiPl01/react-native-sortables/compare/v1.2.1...v1.3.0) (2025-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Incorrect touch position measurement in modals ([#282](https://github.com/MatiPl01/react-native-sortables/issues/282)) ([c67ee84](https://github.com/MatiPl01/react-native-sortables/commit/c67ee84725ba6a8e96b60ae07e875d196d479484))
7+
* Quick fix for added item flickering ([#275](https://github.com/MatiPl01/react-native-sortables/issues/275)) ([286cac2](https://github.com/MatiPl01/react-native-sortables/commit/286cac2ebf9f0e0c34a13316eda915598a4831ba))
8+
* Some flex reordering issues ([#224](https://github.com/MatiPl01/react-native-sortables/issues/224)) ([54ac234](https://github.com/MatiPl01/react-native-sortables/commit/54ac23408fe561c23020d38ff549fc7161c51f9c))
9+
10+
11+
### Features
12+
13+
* Add horizontal direction support to the Sortable Grid ([#277](https://github.com/MatiPl01/react-native-sortables/issues/277)) ([8706955](https://github.com/MatiPl01/react-native-sortables/commit/8706955254962951aa49e9aed75950b94c2552f3))
14+
* Container overflow customization ([#278](https://github.com/MatiPl01/react-native-sortables/issues/278)) ([fb6de0f](https://github.com/MatiPl01/react-native-sortables/commit/fb6de0fe63fd369282d4e7c7173e9d1236fe93e0))
15+
* Customizable reorder trigger origin ([#274](https://github.com/MatiPl01/react-native-sortables/issues/274)) ([21a23ce](https://github.com/MatiPl01/react-native-sortables/commit/21a23ce4cf3246bee5710e15263f48cb9e866a31))
16+
* Implement better grid reordering ([#280](https://github.com/MatiPl01/react-native-sortables/issues/280)) ([c7e5daf](https://github.com/MatiPl01/react-native-sortables/commit/c7e5dafaec90bd85ddf38741ba239aaab282b91a))
17+
118
## [1.2.1](https://github.com/MatiPl01/react-native-sortables/compare/v1.2.0...v1.2.1) (2025-02-19)
219

320

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.2.1",
4+
"version": "1.3.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)