Commit Graph

12 Commits

Author SHA1 Message Date
Maciej Jastrzębski 653715cf32 chore: v13.0.0 2025-01-03 12:21:58 +01:00
Maciej Jastrzebski 0e8555066e chore: React Native 0.76 support (#1664) 2024-10-18 11:10:22 +02:00
Maciej Jastrzebski 78994129f8 docs: updates to docs (#1547)
* docs: update TestingEnv doc

* docs: update Contributing.md

* docs: update UserEvent.md

* docs: remove tocs

* docs: remove no-longer working FlatList examples for `fireEvent.scroll()`
2024-01-03 22:10:17 +01:00
Maciej Jastrzebski ca32d3e63c v12.4.0 2023-11-14 12:25:12 +01:00
Maciej Jastrzebski bc1ec0d065 v12.3.3 2023-11-13 18:17:25 +01:00
Stephen Hanson 2c8909f9a6 Fix broken link in contributing.md (#1377)
This just fixes a broken link in the contributing guide.

Before: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
After: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
2023-03-31 21:31:06 +02:00
Michał Pierzchała c1cc140396 chore: remove release-it as it's unused (#1050) 2022-08-09 17:41:49 +02:00
Nick McCurdy b6ec6b0198 chore: rename default branch to main (#784) 2021-10-15 20:39:35 +02:00
Maciej Jastrzebski 37f0c42a1f fix: update package name in docs (#462)
* fix: package reference in docs

* fix: more references to package name

* Update README.md

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

* Update website/docs/GettingStarted.md

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>

* Update website/docs/API.md

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2020-07-30 16:13:15 +02:00
Ryan Wessel 61359c70e6 feat: introduce ByLabelText, ByRole and ByHintText a11y aliases (#445)
* feat: Add alias accessibilityLabel queries to assist in migrating from @testing-library/react-native

* feat: Add alias accessibilityHint queries to assist in migrating from @testing-library/react-native

* feat: Add alias accessibilityRole queries to assist in migrating from @testing-library/react-native

* feat: Add to A11yAPI types to include the newly-aliased queries for label, hint, and role

* test: Add tests for newly-aliased label, hint, and role a11y queries

* test: Add newly-alised a11y queries to the index typings test file

* docs: Add query aliases for testing library migrators to Queries documentation

* test: Consolidate aliased query tests into shared tests. FIXME's where there are errors

* test: Update a11yAPI tests to assert referential equality for query aliases

* refactor: apply Prettier formatting to a11yAPI test file

* fix: address typos in CONTRIBUTING.md

* test: Separate referential quality assertion tests for query aliases into their own tests

Co-authored-by: Ryan Wessel <rwessel@dataminr.com>
2020-07-21 15:46:06 +02:00
Michał Pierzchała 22ffe8405b chore: add release-it for release and changelog automation (#38) 2018-10-17 16:18:03 +02:00
Ahmet Cetin 065e11076c docs: Create CONTRIBUTING.md (#9)
issue #2
2018-10-05 17:18:50 +02:00