Skip to content

Commit 814f8e3

Browse files
release: version packages (#835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d2767b commit 814f8e3

File tree

6 files changed

+30
-38
lines changed

6 files changed

+30
-38
lines changed

.changeset/add-pagination-accessibility.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/add-programmatic-control-docs.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/fix-touchable-deprecation.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/shy-walls-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Add comprehensive accessibility props (accessibilityLabel, accessibilityRole, accessibilityHint, accessibilityState) to both Basic and Custom pagination components
10+
- Add carouselName prop to allow descriptive accessibility labels
11+
- Replace TouchableWithoutFeedback with Pressable to remove deprecation warnings
12+
- Improve screen reader support with proper labeling and state information
13+
14+
Co-authored-by: AlexJackson01 <[email protected]>
15+
16+
- [#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
17+
18+
- Add new "Programmatic Control" documentation page with detailed examples
19+
- Clarify that there's no React-style controlled component mode
20+
- Update migration guide to use correct terminology and link to new docs
21+
- Provide examples for common use cases: pagination, navigation buttons, dynamic content, auto-advance, and jump-to-item patterns
22+
- Include warnings about race conditions and timing considerations
23+
24+
- [#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
25+
26+
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.
27+
28+
Closes #812
29+
30+
- [#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
31+
332
## 4.0.2
433

534
### 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": "4.0.2",
3+
"version": "4.0.3",
44
"packageManager": "[email protected]",
55
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
66
"author": "Doho <[email protected]> (https://github.com/dohooo)",

0 commit comments

Comments
 (0)