Skip to content

Commit 0c8049d

Browse files
committed
Release 3.10.0
1 parent d320f87 commit 0c8049d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [3.10.0](https://github.com/fivecar/react-native-draglist/compare/3.9.9...3.10.0)
8+
9+
- feat: clamp drag bounds when scrolling is disabled [`#112`](https://github.com/fivecar/react-native-draglist/pull/112)
10+
711
#### [3.9.9](https://github.com/fivecar/react-native-draglist/compare/3.9.8...3.9.9)
812

13+
> 12 August 2025
14+
915
- fix: #74 rolls back rendering hacks over past few releases [`#109`](https://github.com/fivecar/react-native-draglist/pull/109)
16+
- Release 3.9.9 [`69342a6`](https://github.com/fivecar/react-native-draglist/commit/69342a6f4d7f93050e96d0e3009ee4a1fe2a2a99)
1017

1118
#### [3.9.8](https://github.com/fivecar/react-native-draglist/compare/3.9.7...3.9.8)
1219

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-draglist",
3-
"version": "3.9.9",
3+
"version": "3.10.0",
44
"description": "FlatList that reorders items by dragging",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)