Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v2.1.1
11 Apr 15:41
Compare
Sorry, something went wrong.
No results found
2.1.1 (2018-04-11)
Bug Fixes
TypeScript: add a definition for TextMatch (#52 ) (e38ce02 )
v2.1.0
10 Apr 16:35
Compare
Sorry, something went wrong.
No results found
2.1.0 (2018-04-10)
Features
fireEvent: add fireEvent from dom-testing-library (#48 ) (86d3508 )
v2.0.0
06 Apr 13:40
Compare
Sorry, something went wrong.
No results found
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
05 Apr 21:11
Compare
Sorry, something went wrong.
No results found
1.10.0 (2018-04-05)
Features
matchers: add toHaveAttribute custom matcher (closes #43 ) (#44 ) (7267acd )
v1.9.5
04 Apr 14:02
Compare
Sorry, something went wrong.
No results found
1.9.5 (2018-04-04)
Bug Fixes
v1.9.4
02 Apr 22:53
Compare
Sorry, something went wrong.
No results found
1.9.4 (2018-04-02)
Bug Fixes
release: manually release a patch version (23d6242 ), closes #33
v1.9.3
02 Apr 13:45
Compare
Sorry, something went wrong.
No results found
1.9.3 (2018-04-02)
Bug Fixes
extend-expect: remove expect import (a8857b6 ), closes #34
v1.9.2
30 Mar 04:43
Compare
Sorry, something went wrong.
No results found
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
29 Mar 23:32
Compare
Sorry, something went wrong.
No results found
1.9.1 (2018-03-29)
Bug Fixes
textMatch: if the textToMatch is not a string then it wont match (9792568 )
v1.9.0
29 Mar 23:19
Compare
Sorry, something went wrong.
No results found
1.9.0 (2018-03-29)
Features
getByAltText: add a new query utility (e9b603d )