File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# React Testing Library Changelog
2
2
3
+ ## 2.1.1
4
+ * [ #54 ] ( https://github.com/Workiva/react_testing_library/pull/54 ) Update CHANGELOG for 2.1.1 Release
5
+ * [ #53 ] ( https://github.com/Workiva/react_testing_library/pull/53 ) Remove a CI check that was no longer working properly
6
+ * [ #52 ] ( https://github.com/Workiva/react_testing_library/pull/52 ) Fix missing arguments in formatted output from forwarded console logs
7
+ * [ #51 ] ( https://github.com/Workiva/react_testing_library/pull/51 ) Update references to the previous team name with Frontend Frameworks Design
8
+ * [ #49 ] ( https://github.com/Workiva/react_testing_library/pull/49 ) Add changelog for 2.1.0 release, add de-facto skynet plan -
9
+
3
10
## 2.1.0
4
- - [ #48 ] ( https://github.com/Workiva/react_testing_library/pull/48 ) Expose the ` skipPointerEventsCheck ` check
11
+ * [ #48 ] ( https://github.com/Workiva/react_testing_library/pull/48 ) Expose the ` skipPointerEventsCheck ` check
5
12
6
13
## 2.0.1
7
- - Fix test ID queries using test IDs in RegExps without escaping them
14
+ * Fix test ID queries using test IDs in RegExps without escaping them
8
15
9
16
## 2.0.0
10
17
* ** BREAKING CHANGE** : ` UserEvent.* ` and ` fireEvent[ByName] ` will now rethrow uncaught errors that occur in event propagation.
You can’t perform that action at this time.
0 commit comments