Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 14, 2023
1 parent 5074b70 commit 25c598b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## 3.0.0
## Unreleased

Give a warm welcome to our DevTools Extension!
Give a warm welcome to the new **Patrol DevTools Extension**!

Patrol DevTools extension allows you to explore the native view hierarchy when
developing tests with `patrol develop`. . Now you can easily see what Android /
iOS views are currently visible and discover their properties so that they can
be used in native selectors like `$.native.tap()`. You don’t have to use any
external tools for that. This is just the beginning, and we plan to add more
features to our extension in the future.

Other changes:

- Bump minimum supported Flutter version to 3.16
- **BREAKING:**
Expand Down
6 changes: 6 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

- Add support for Patrol 3.0 and its DevTools extension (#1829)
- Automatically open DevTools when running `patrol develop`. This behavior can
be disabled by passing `--no-open-devtools` flag.

## 2.2.2

- Fix parsing `--dart-defines` when a value contains a comma (#1845)
Expand Down

0 comments on commit 25c598b

Please sign in to comment.