diff --git a/CHANGELOG.md b/CHANGELOG.md index f2596b6c..47630693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # React Testing Library Changelog +## 2.0.1 +- Fix test ID queries using test IDs in RegExps without escaping them + ## 2.0.0 * **BREAKING CHANGE**: `UserEvent.*` and `fireEvent[ByName]` will now rethrow uncaught errors that occur in event propagation. * This helps surface errors that could otherwise go unnoticed since they aren't printed to the terminal when running tests. diff --git a/pubspec.yaml b/pubspec.yaml index bf290eeb..a3e7ba7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react_testing_library -version: 2.0.0 +version: 2.0.1 description: A Dart unit testing library for OverReact components that mimics the API of the JS react-testing-library homepage: https://github.com/Workiva/react_testing_library/ documentation: https://workiva.github.io/react_testing_library