Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

63 lines (45 loc) · 2.47 KB

React Testing Library Changelog

3.0.1

  • #75 Update changelog for 3.0.0 Release

3.0.0

  • #63 Null Safety Migration

2.1.3

  • #57 Migrate to GH deploy pages action

2.1.2

  • #56 Raise analyzer minimum & unpin meta

2.1.1

  • #54 Update CHANGELOG for 2.1.1 Release
  • #53 Remove a CI check that was no longer working properly
  • #52 Fix missing arguments in formatted output from forwarded console logs
  • #51 Update references to the previous team name with Frontend Frameworks Design
  • #49 Add changelog for 2.1.0 release, add de-facto skynet plan -

2.1.0

  • #48 Expose the skipPointerEventsCheck check

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.
  • BREAKING CHANGE: Change default query bindings (get[All]By..., find[All]By..., query[All]By...) to be the render result's baseElement instead of container.
    • This was an unintended deviation from the JS API that prevented access to portals. It is now aligned to match JS behavior.

1.1.13

  • (CI-only change) Only check formatting on Dart 2.13.4

1.1.12

  • Add default timeout to waitForElementToBeRemoved

1.1.11

  • Raise the Dart SDK minimum to at least 2.11.0

1.1.10

  • Fix state error thrown by calls to logRoles() and .debug() (bug introduced in 1.1.9)

1.1.9

  • Fix render swallowing errors on component mount

1.1.8

  • (CI-only change) Add Dart 2.13.3 to CI matrix

1.1.7

  • Fix typing in README example

1.1.6

  • (CI-only change) Add dependabot

1.1.5

  • Show a valid minimum version for this library in the README.
  • Attempt to fix Dartdoc generation on pub.dev

1.1.4

Initial public release of the library.