Skip to content

Commit 764c9ff

Browse files
release: version packages (beta)
1 parent 73d066d commit 764c9ff

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"fix-flex-gesture-blocking",
1010
"fix-nonloop-overdrag-visible-ranges",
1111
"fix-nonloop-overscroll",
12+
"fix-nonloop-scrollto-offset-regression",
1213
"fix-pagination-accessibility",
1314
"fix-second-tier-tdd-issues",
1415
"fix-web-worklets-error",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-reanimated-carousel
22

3+
## 5.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#891](https://github.com/dohooo/react-native-reanimated-carousel/pull/891) [`73d066d`](https://github.com/dohooo/react-native-reanimated-carousel/commit/73d066dae6595b918c1bcf30c76bc40a7e27a6ad) Thanks [@notsuhas](https://github.com/notsuhas)! - - Fix non-loop `scrollTo()` so backward jumps keep the correct negative offset instead of briefly rendering a blank frame.
8+
- Add regression tests for non-loop backward `scrollTo()` and returning to index `0`.
9+
310
## 5.0.0-beta.4
411

512
### Patch Changes

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-reanimated-carousel",
3-
"version": "5.0.0-beta.4",
3+
"version": "5.0.0-beta.5",
44
"packageManager": "yarn@4.0.2",
55
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
66
"author": "Doho <zhaodonghao586@outlook.com> (https://github.com/dohooo)",

0 commit comments

Comments
 (0)