- #75 Update changelog for 3.0.0 Release
- #63 Null Safety Migration
- #57 Migrate to GH deploy pages action
- #56 Raise analyzer minimum & unpin meta
- #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 -
- #48 Expose the
skipPointerEventsCheck
check
- Fix test ID queries using test IDs in RegExps without escaping them
- BREAKING CHANGE:
UserEvent.*
andfireEvent[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'sbaseElement
instead ofcontainer
.- This was an unintended deviation from the JS API that prevented access to portals. It is now aligned to match JS behavior.
- (CI-only change) Only check formatting on Dart 2.13.4
- Add default timeout to
waitForElementToBeRemoved
- Raise the Dart SDK minimum to at least 2.11.0
- Fix state error thrown by calls to
logRoles()
and.debug()
(bug introduced in 1.1.9)
- Fix
render
swallowing errors on component mount
- (CI-only change) Add Dart 2.13.3 to CI matrix
- Fix typing in README example
- (CI-only change) Add dependabot
- Show a valid minimum version for this library in the README.
- Attempt to fix Dartdoc generation on pub.dev
Initial public release of the library.