Releases: callstack/react-native-testing-library
Releases · callstack/react-native-testing-library
v12.2.2
What's Changed
Fixes
- remove unintended folders from NPM package (website, examples, etc) due to Yarn confusion by @mdjastrzebski in #1453
Full Changelog: v12.2.1...v12.2.2
v12.2.1
What's Changed
Improvements
- User Event
clear()
for clearing content of TextInputs by @mdjastrzebski in #1440
Under the hood
- refactor: type all queries to return host components by @pierrezimmermannbam in #1426
Full Changelog: v12.2.0...v12.2.1
v12.2.0
What's Changed
Features
- User Event API:
press()
,type()
- #1386, #1396, #1410 by @pierrezimmermannbam and @mdjastrzebski
Full Changelog: v12.1.3...v12.2.0
v12.1.3
Fixes
- fix: correct type inference for props when initialProps is used by @pierrezimmermannbam in #1421
- fix: skip configureHostComponentNamesIfNeeded when calling renderHook by @KrastanD in #1425
- fix: fixing TypeScript accessibility issue for custom render function by @FelipeESchmidt in #1428
Improvements
- feat: add autocomplete for fireEvent event names by @pierrezimmermannbam in #1434
Refactors, Docs, Chores, etc
- refactor: flush microtask queue implementation by @mdjastrzebski in #1374
- Fix a11y typo by @CodingItWrong in #1408
- chore: remove conventional-changelog-cli package by @mdjastrzebski in #1419
- Correct second test description by @Abdelalim-dev in #1424
New Contributors 👏
- @Abdelalim-dev made their first contribution in #1424
- @KrastanD made their first contribution in #1425
- @FelipeESchmidt made their first contribution in #1428
Full Changelog: v12.1.2...v12.1.3
v12.1.2
What's Changed
Fixes
- fix: pointer events evaluation by @mdjastrzebski in #1395
- fix: non-editable wrapped TextInput events by @TMaszko in #1385
- fix: support
onXxx
event name for TextInput event checks by @mdjastrzebski in #1404
Docs, Chores, etc
- docs: add config example for pnpm by @yjose in #1400
- chore: move/remove deprecation functions by @mdjastrzebski in #1402
- refactor: component tree dead code by @mdjastrzebski in #1403
- refactor:
fireEvent
cleanup by @mdjastrzebski in #1401
New Contributors
Full Changelog: v12.1.1...v12.1.2
v12.1.1
What's Changed
Fixes
- fix: remove incorrect dependencies by @mdjastrzebski in #1399
Full Changelog: v12.1.0...v12.1.1
v12.1.0
What's Changed
Improvements
- feat: Render element tree in query error messages by @stevehanson in #1378
Bugfixes
- Proper stack trace for findBy* and findAllBy* queries by @mdjastrzebski in #1394
New Contributors
- @stevehanson made their first contributions in #1377, #1378 and #1390 👏
Chores, docs, deps, etc
- Fix broken link in contributing.md by @stevehanson in #1377
- chore: update deps 2023-04-04 by @mdjastrzebski in #1380
- Fix typo in "derived" in v12 migration guide by @CodingItWrong in #1376
- chore: fix migration guide role prop naming by @mdjastrzebski in #1382
- fix: "Edit this Page" link in docs results in 404 by @stevehanson in #1390
- refactor: remove stale tests by @mdjastrzebski in #1392
- chore: experiments app by @mdjastrzebski in #1391
Full Changelog: v12.0.1...v12.1.0
v12.0.1
What's Changed
Bugfixes
- Flush all pending microtasks and updates before returning from waitFor by @jsnajdr in #1366
- Render host component name detection tree inside act to avoid timer leaks by @jsnajdr in #1371
New Contributors 👏
Full Changelog: v12.0.0...v12.0.1
v12.0.0
What's Changed
We have prepared v12 migration guide.
Breaking changes
- All queries exclude elements hidden from accessibility by default
*ByRole
queries now return only accessibility elements*ByText
,*ByDisplayValue
,*ByPlaceholderText
queries now return host elementscontainer
API has been renamed toUNSAFE_root
, added saferoot
API
Full Changelog
v11.5.4
What's Changed
Bug fixes
- fix: disable container deprecation warning triggered by rest destructuring operator on
render
result by @mdjastrzebski in #1362
Full Changelog: v11.5.3...v11.5.4