Skip to content

Commit 669e256

Browse files
release: version packages (beta) (#886)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd4e867 commit 669e256

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"fix-nonloop-overdrag-visible-ranges",
1111
"fix-nonloop-overscroll",
1212
"fix-pagination-accessibility",
13+
"fix-second-tier-tdd-issues",
1314
"fix-web-worklets-error",
1415
"honest-baboons-sip",
1516
"odd-news-carry",

CHANGELOG.md

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

3+
## 5.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- [#883](https://github.com/dohooo/react-native-reanimated-carousel/pull/883) [`dd4e867`](https://github.com/dohooo/react-native-reanimated-carousel/commit/dd4e86788bfaf7cce949f5e95c1eba4d2ea1e263) Thanks [@dohooo](https://github.com/dohooo)! - Fix four high-confidence issues with TDD-first coverage:
8+
9+
- Issue #837: Fix non-loop + `overscrollEnabled={false}` behavior so right overdrag is clamped instead of bouncing past bounds.
10+
- Issue #855: Harden visible range calculation for invalid runtime sizes (for example, `viewSize` becoming `NaN`) to avoid blank rendering in non-loop scenarios.
11+
- Issue #863: Improve Pagination accessibility defaults and add `paginationItemAccessibility` overrides for `Pagination.Basic` and `Pagination.Custom`.
12+
- Issue #867: Guard `customAnimation` output by sanitizing style values and normalizing `zIndex` to finite integers to reduce native crash risk.
13+
14+
Also adds focused regression tests for gesture translation clamping, visibility range fallbacks, pagination accessibility labels, and animation style sanitization.
15+
316
## 5.0.0-beta.3
417

518
### 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.3",
3+
"version": "5.0.0-beta.4",
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)