Closed
Description
Roadmap to v2.0
:
- - Add
UNSAFE_
prefix tobyProp
,byType
andbyName
queries (imp: Re-alias deprecated matchers and warn #261) - - Deprecate (then remove)
shallow
, provide migration path (imp: Deprecate shallow #264) - - Add Accessibility (
ByA11yStates
,ByA11yLabel
,ByA11yRole
,ByA11yHint
,ByA11yState
,ByA11yValue
) queries (feat: add a11y queries #178, feat: byA11yState matcher #260, feat: byA11yValue matcher #262) - - Add
ByDisplayValue
queries (feat: implement ByDisplayValue queries #190) - - Fix
getByTestId
to only look fortestID
in host components like View or Text, likegetAllByTestId
does already (getAllByTestId returns empty list while getByTestId returns an item #270) - - enable
cleanup
by default (feat: call "cleanup" automatically #238) - - write migration guide
- - write blog post
- - remove "debug" export from library index (Remove
debug
export from the library #317) - - Unify
waitForElement
to Testing Library signature, rename towaitFor
(UnifywaitForElement
to Testing Library signature #318)
Metadata
Metadata
Assignees
Labels
No labels