Skip to content

Commit

Permalink
add 3.0 changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 13, 2023
1 parent ab73795 commit 316bef4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.0.0

Give a warm welcome to our DevTools Extension!

- Bump minimum supported Flutter version to 3.16
- **BREAKING:**
- Remove `bindingType` parameter from `patrolTest()` function. Now only
`PatrolBinding` is used and it's automatically initialized (#1882)
- Remove `nativeAutomation` parameter from `patrolTest()` function. Now it's
enabled by default (#1882)

- Remove dependency on `integration_test` plugin (#1882)

## 2.3.2

- Add `PatrolFinder.longPress()` (#1825)
Expand Down
7 changes: 7 additions & 0 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.0

- Bump minimum supported Flutter version to 3.16
- **BREAKING**:
- Remove deprecated `andSettle` from all `PatrolTester` and `PatrolFinder`
methods. Use `settlePolicy` instead (#1892)

## 1.0.0

- Initial release as a standalone package (#1606)

0 comments on commit 316bef4

Please sign in to comment.