Skip to content

Conversation

dohooo
Copy link
Owner

@dohooo dohooo commented Aug 8, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

react-native-reanimated-carousel@4.0.3

Patch Changes

  • #834 1d2767b Thanks @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 1d2767b Thanks @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 1d2767b Thanks @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 Deprecation warning when using Pagination: TouchableWithoutFeedback is deprecated. Please use Pressable. #812

  • #834 1d2767b Thanks @dohooo! - Update homepage in package.json

Copy link

vercel bot commented Aug 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-reanimated-carousel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 2:07am

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Aug 8, 2025
@dohooo dohooo enabled auto-merge (squash) August 8, 2025 02:07
@dohooo dohooo merged commit 814f8e3 into main Aug 8, 2025
4 checks passed
@dohooo dohooo deleted the changeset-release/main branch August 8, 2025 02:08
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.87%. Comparing base (1d2767b) to head (d55446e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   78.87%   78.87%           
=======================================
  Files          35       35           
  Lines         819      819           
  Branches      238      238           
=======================================
  Hits          646      646           
  Misses        116      116           
  Partials       57       57           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warning when using Pagination: TouchableWithoutFeedback is deprecated. Please use Pressable.
1 participant