Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fivecar committed Dec 1, 2024
1 parent 4626bda commit 1907410
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [3.7.0](https://github.com/fivecar/react-native-draglist/compare/3.6.3...3.7.0)

- fix: maintain elevation on all active items [`#61`](https://github.com/fivecar/react-native-draglist/pull/61)
- fix: Use center of active item for placement [`#60`](https://github.com/fivecar/react-native-draglist/pull/60)
- feat: Autoscroll without needing additional movement [`#59`](https://github.com/fivecar/react-native-draglist/pull/59)
- fix: #25 - scroll equally fast downward [`#58`](https://github.com/fivecar/react-native-draglist/pull/58)
- fix: #50 - pan correctly relative to touch position [`#57`](https://github.com/fivecar/react-native-draglist/pull/57)
- feat: Include Bart's article for more details [`#56`](https://github.com/fivecar/react-native-draglist/pull/56)

#### [3.6.3](https://github.com/fivecar/react-native-draglist/compare/3.6.2...3.6.3)

> 29 November 2024
- fix: #53 - Active item animation rendering for RN 0.76.3 [`#54`](https://github.com/fivecar/react-native-draglist/pull/54)
- Release 3.6.3 [`0e33eff`](https://github.com/fivecar/react-native-draglist/commit/0e33eff0942c3ba9680029adc4b780ec54e1ae0f)

#### [3.6.2](https://github.com/fivecar/react-native-draglist/compare/3.6.1...3.6.2)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-draglist",
"version": "3.6.3",
"version": "3.7.0",
"description": "FlatList that reorders items by dragging",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down

0 comments on commit 1907410

Please sign in to comment.