Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v2.0.0
2.0.0 (2018-04-06)
Features
- extract most of the logic to dom-testing-library (6d9c368)
BREAKING CHANGES
- This removes some deprecated APIs, but should be a safe
upgrade for you if you're not using flushPromises
( use wait
instead)
v1.10.0
1.10.0 (2018-04-05)
Features
- matchers: add toHaveAttribute custom matcher (closes #43) (#44) (7267acd)
v1.9.5
1.9.5 (2018-04-04)
Bug Fixes
v1.9.4
1.9.4 (2018-04-02)
Bug Fixes
- release: manually release a patch version (23d6242), closes #33
v1.9.3
1.9.3 (2018-04-02)
Bug Fixes
- extend-expect: remove expect import (a8857b6), closes #34
v1.9.2
1.9.2 (2018-03-30)
Bug Fixes
- jest-matchers: message should be function and added test cases for the coverage as well (#32) (fd2df8d)
v1.9.1
1.9.1 (2018-03-29)
Bug Fixes
- textMatch: if the textToMatch is not a string then it wont match (9792568)
v1.9.0
1.9.0 (2018-03-29)
Features
- getByAltText: add a new query utility (e9b603d)
v1.8.2
1.8.2 (2018-03-29)
Bug Fixes
- wait: be explicit about the timeout and interval (0083286)
v1.8.1
1.8.1 (2018-03-29)
Bug Fixes
- waitForExpect: rename to
wait
(69a395f)