Commit 1d2767b
Release: accessibility improvements and documentation updates (#834)
* docs: update homepage field of package.json
* docs: add comprehensive programmatic control documentation (#833)
- 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
* feat: add accessibility support to pagination components (#832)
- 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 <[email protected]>
* fix: replace TouchableWithoutFeedback with Pressable in pagination (#831)
- 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
* fix: correct TypeScript syntax in useCarouselController test
Fix ReturnType<typeof useSharedValue<number>> to ReturnType<typeof useSharedValue>
to resolve build error
---------
Co-authored-by: AlexJackson01 <[email protected]>1 parent 20dc0b1 commit 1d2767b
File tree
12 files changed
+440
-10
lines changed- .changeset
- example/website/pages
- src
- components/Pagination
- Basic
- Custom
- hooks
12 files changed
+440
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
233 | 238 | | |
234 | 239 | | |
235 | 240 | | |
| |||
0 commit comments