Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/add-pagination-accessibility.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/add-programmatic-control-docs.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-touchable-deprecation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-walls-clap.md

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# react-native-reanimated-carousel

## 4.0.3

### Patch Changes

- [#834](https://github.com/dohooo/react-native-reanimated-carousel/pull/834) [`1d2767b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/1d2767b566939ff76d92c51b0f4aeea8b71a9eaa) Thanks [@dohooo](https://github.com/dohooo)! - Add accessibility support to pagination components and replace deprecated TouchableWithoutFeedback with Pressable

- Add comprehensive accessibility props (accessibilityLabel, accessibilityRole, accessibilityHint, accessibilityState) to both Basic and Custom pagination components
- Add carouselName prop to allow descriptive accessibility labels
- Replace TouchableWithoutFeedback with Pressable to remove deprecation warnings
- Improve screen reader support with proper labeling and state information

Co-authored-by: AlexJackson01 <alex@example.com>

- [#834](https://github.com/dohooo/react-native-reanimated-carousel/pull/834) [`1d2767b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/1d2767b566939ff76d92c51b0f4aeea8b71a9eaa) Thanks [@dohooo](https://github.com/dohooo)! - Add comprehensive programmatic control documentation

- Add new "Programmatic Control" documentation page with detailed examples
- Clarify that there's no React-style controlled component mode
- Update migration guide to use correct terminology and link to new docs
- Provide examples for common use cases: pagination, navigation buttons, dynamic content, auto-advance, and jump-to-item patterns
- Include warnings about race conditions and timing considerations

- [#834](https://github.com/dohooo/react-native-reanimated-carousel/pull/834) [`1d2767b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/1d2767b566939ff76d92c51b0f4aeea8b71a9eaa) Thanks [@dohooo](https://github.com/dohooo)! - Replace deprecated TouchableWithoutFeedback with Pressable in pagination components

Fixes deprecation warnings by replacing TouchableWithoutFeedback with the recommended Pressable component in both Basic and Custom pagination items. This change maintains the same functionality while using the modern React Native API.

Closes #812

- [#834](https://github.com/dohooo/react-native-reanimated-carousel/pull/834) [`1d2767b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/1d2767b566939ff76d92c51b0f4aeea8b71a9eaa) Thanks [@dohooo](https://github.com/dohooo)! - Update homepage in package.json

## 4.0.2

### Patch Changes
Expand Down
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-reanimated-carousel",
"version": "4.0.2",
"version": "4.0.3",
"packageManager": "yarn@4.0.2",
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
"author": "Doho <zhaodonghao586@outlook.com> (https://github.com/dohooo)",
Expand Down