Skip to content

Commit

Permalink
Merge pull request #2497 from leancodepl/prepare-patrol-finders-2_7_0
Browse files Browse the repository at this point in the history
Prepare patrol_finders 2.7.0
  • Loading branch information
pdenert authored Jan 17, 2025
2 parents ba2f6ba + 108ab78 commit a9dff47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- Add `PATROL_ANALYTICS_ENABLED` environment variable to disable analytics. (#2483)
- Enable analytics by default. (#2483)
- Bump `patrol_log` to 0.3.0.

## 3.4.1

Expand Down
10 changes: 4 additions & 6 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## Unreleased
## 2.7.0

- Add `alignment` parameter to `waitUntilVisible` in order to improve visibility check on Row and Column widgets.
- Add `isVisibleAt` method to check if a widget is visible at a given alignment in case `visible` fails.
- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON
- Add `alignment` parameter to `waitUntilVisible` in order to improve visibility check on Row and Column widgets. (#2464)
- Add `isVisibleAt` method to check if a widget is visible at a given alignment in case `visible` fails. (#2464)
- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON. (#2481)
- Bump `patrol_log` version.
- Bump compileSdk to 35.
- Bump gradle to 8.9.0.

## 2.6.0

Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patrol_finders
description: Streamlined, high-level API on top of flutter_test.
version: 2.6.0
version: 2.7.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_finders
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3Apackage%3Apatrol_finders
Expand All @@ -20,7 +20,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.10.0
patrol_log: ^0.2.2
patrol_log: ^0.3.0

dev_dependencies:
leancode_lint: ^14.2.0

0 comments on commit a9dff47

Please sign in to comment.