Releases: callstack/react-native-testing-library
Releases · callstack/react-native-testing-library
v11.1.0
What's Changed
- docs: v11 migration changelog link by @mdjastrzebski in #1023
- refactor: update example apps by @mdjastrzebski in #1024
- feature: basic example app by @mdjastrzebski in #1025
- Update README.md by @heecheolman in #1036
- chore: upgrade docusaurus to v2.0.1 by @okwasniewski in #1049
- chore: update deps to expo 46 by @mdjastrzebski in #1059
- chore: disable test examples workflow on main merge, add GH action for test examples by @mdjastrzebski in #1058
- docs: troubleshooting guilde by @mdjastrzebski in #1065
- chore: update troubleshooting guide with typical error messages by @mdjastrzebski in #1073
- Update API.md by @AlanWen2016 in #1075
- feature: export options types and renderHook result type by @mdjastrzebski in #1091
- chore: remove cp-cli dep by @mdjastrzebski in #1106
- docs: Changed targes in line 44 to targets. by @Gabiveu1574 in #1108
- chore: optional jest peer dep by @mdjastrzebski in #1101
- chore: remove and add again
conventional-changelog-cli
to update deep deps by @mdjastrzebski in #1109 - fix: prevent non editable textinputs from being updated through getByTestID by @pierrezimmermannbam in #1092
- chore: add test to ensure it is possible to trigger native event by @AugustinLF in #1114
New Contributors
- @heecheolman made their first contribution in #1036
- @okwasniewski made their first contribution in #1049
- @AlanWen2016 made their first contribution in #1075
- @Gabiveu1574 made their first contribution in #1108
Full Changelog: v11.0.0...v11.1.0
v11.0.0
What's Changed
- chore(breaking): update Jest to 28 by @mdjastrzebski in #1008
- refactor(breaking): remove legacy wait for options support by @mdjastrzebski in #1018
- refactor(breaking): remove
byA11yStates
queries by @mdjastrzebski in #1015 - chore: update react-native to 0.69.1 by @mdjastrzebski in #1010
- chore: update deps @types for react/react-native by @mdjastrzebski in #1013
- feat: Trigger non-touch events on box-none targets by @dcalhoun in #906
- docs: create document describing act function and related errors by @mdjastrzebski in #969
- chore: Organise a11y queries by predicate by @MattAgn in #977
- chore: reenable skipped byText tests by @mdjastrzebski in #1017
Full Changelog: v10.1.1...v11.0.0
Migration Guide
See the RNTL v11 migration guide
v11.0.0-rc.0
What's Changed
- chore(breaking): update Jest to 28 by @mdjastrzebski in #1008
- refactor(breaking): remove legacy wait for options support by @mdjastrzebski in #1018
- refactor(breaking): remove
byA11yStates
queries by @mdjastrzebski in #1015 - chore: update react-native to 0.69.1 by @mdjastrzebski in #1010
- chore: update deps @types for react/react-native by @mdjastrzebski in #1013
- feat: Trigger non-touch events on box-none targets by @dcalhoun in #906
- docs: create document describing act function and related errors by @mdjastrzebski in #969
- chore: Organise a11y queries by predicate by @MattAgn in #977
- chore: reenable skipped byText tests by @mdjastrzebski in #1017
Full Changelog: v10.1.1...v11.0.0-rc.0
v10.1.1
v10.1.0
v10.0.1
v10.0.0
Features
- feat(breaking): migrate Flow to TS; remove some deprecated functions and aliases by @AugustinLF in #881
- feat: add renderHook function by @pierrezimmermannbam in #923
Fixes
- fix(docs): links in API.md by @helenaford in #958
- fix: missing jsx/tsx in build by @carlosdp in #957
- Fix QuestionsBoard example url by @raghavyadavm in #968
Chore & Maintenance
- docs(renderHook): remove references to error and all from renderHook API by @mpeyper in #963
- Update GettingStarted.md by @nirajniroula in #954
- docs: fix typo in redux integration by @rvasseur31 in #976
- docs: table of contents for Queries and API pages by @mdjastrzebski in #980
- docs: add FAQ page and native features question by @mdjastrzebski in #979
- refactor: re-organise regular (non A11y) queries by predicate by @mdjastrzebski in #965
New Contributors
- @nirajniroula made their first contribution in #954
- @helenaford made their first contribution in #958
- @carlosdp made their first contribution in #957
- @mpeyper made their first contribution in #963
- @raghavyadavm made their first contribution in #968
- @rvasseur31 made their first contribution in #976
Full Changelog: v9.1.0...v10.0.0
v9.1.0
What's Changed
- feat: adds onTimeout option to waitFor by @jmbeach in #885
- feat: allow getByText and queryByText to find text nested in fragments by @pierrezimmermannbam in #934
- docs: add doc on compatibility with eslint-plugin-testing-library by @pierrezimmermannbam in #884
- docs: fix textmatch broken link by @gkartalis in #903
New Contributors
- @pierrezimmermannbam made their first contribution in #884
- @jmbeach made their first contribution in #885
- @gkartalis made their first contribution in #903
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- feat(breaking): add text match options a.k.a string precision API by @AugustinLF and @RafikiTiki in #554
- Add v9 release docs by @AugustinLF in #876
Migration guide: https://callstack.github.io/react-native-testing-library/docs/migration-v9
Full Changelog: v8.0.0...v9.0.0
v9.0.0-alpha.0
Features
- breaking: add text match options a.k.a string precision API by @AugustinLF in #554
Please refer to #554 to see what's breaking
Full Changelog: v8.0.0...v9.0.0-alpha.0