Skip to content

Commit 354c28e

Browse files
committed
Release 3.9.6
1 parent 63716b3 commit 354c28e

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,12 +4,19 @@ 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.9.6](https://github.com/fivecar/react-native-draglist/compare/3.9.5...3.9.6)
8+
9+
- fix: web: manually measure cells when index is updated [`#102`](https://github.com/fivecar/react-native-draglist/pull/102)
10+
711
#### [3.9.5](https://github.com/fivecar/react-native-draglist/compare/3.9.4...3.9.5)
812

13+
> 27 March 2025
14+
915
- fix: #95 Re-render on iOS after reordering [`#97`](https://github.com/fivecar/react-native-draglist/pull/97)
1016
- chore: more README tweaks for clarity [`#92`](https://github.com/fivecar/react-native-draglist/pull/92)
1117
- chore: update README to reorder sections [`#91`](https://github.com/fivecar/react-native-draglist/pull/91)
1218
- fix: #95 Re-render on iOS after reordering (#97) [`#76`](https://github.com/fivecar/react-native-draglist/issues/76)
19+
- Release 3.9.5 [`be0d8b7`](https://github.com/fivecar/react-native-draglist/commit/be0d8b7387ca83f1aa1fcca44d14b8f7796a9bb3)
1320

1421
#### [3.9.4](https://github.com/fivecar/react-native-draglist/compare/3.9.3...3.9.4)
1522

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.5",
3+
"version": "3.9.6",
44
"description": "FlatList that reorders items by dragging",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)