-
-
Notifications
You must be signed in to change notification settings - Fork 345
Release: accessibility improvements and documentation updates #834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add new 'Programmatic Control' page with detailed API reference - Include practical examples for pagination, navigation, dynamic content - Clarify difference between controlled components and imperative API - Update migration guide to use correct terminology - Add warnings about race conditions and timing considerations Fixes #822
- Add comprehensive a11y props to Basic and Custom pagination components - Add carouselName prop for descriptive accessibility labels - Replace TouchableWithoutFeedback with Pressable - Improve screen reader support with proper labeling Co-authored-by: AlexJackson01 <alex@example.com>
) - Replace deprecated TouchableWithoutFeedback with Pressable in Basic PaginationItem - Replace deprecated TouchableWithoutFeedback with Pressable in Custom PaginationItem - Maintains same functionality while using modern React Native API - Removes deprecation warnings Closes #812
🦋 Changeset detectedLatest commit: 954121c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fix ReturnType<typeof useSharedValue<number>> to ReturnType<typeof useSharedValue> to resolve build error
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #834 +/- ##
==========================================
+ Coverage 74.29% 78.87% +4.58%
==========================================
Files 35 35
Lines 817 819 +2
Branches 236 239 +3
==========================================
+ Hits 607 646 +39
+ Misses 145 116 -29
+ Partials 65 57 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What's New
Changes
Ready for release 🚀