Skip to content

Commit 7e3cfbe

Browse files
Prepare for release 1.27.0 (#1035)
1 parent 6d3a063 commit 7e3cfbe

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.27.0 - 2023-05-02
4+
* Feature: Adds assertOutgoingRequests to assert the network requests from the app
5+
* Feature: Add platform condition in runFlow command to do platform-specific orchestration. Thanks, Larry Ng for your contribution!
6+
* Feature: Adds a new selector containsDescendants. Thanks, Larry Ng for your contribution!
7+
* Feature: iOS and Android launch arguments
8+
* Change: Include the update command instead of update instructions in the update message. Thanks @bobpozun for your contribution!
9+
* Fix: Fixes swipe flakiness caused due to waiting for animations to complete on XCTest
10+
* Fix: Correctly resolving `maestro.copiedText`
11+
* Fix: Using deviceId instead of booted, potentially resolving XCTestUnreachable exceptions.
12+
* Fix: Improving waitForAppToSettle for Android by accounting window updates. Resolves maestro command interaction in Android 13.
13+
* Fix: Notification permissions not getting granted
14+
* Fix: Use correct documentation URLs in Studio
15+
316
## 1.26.1 - 2023-04-13
417
* Fix: hideKeyboard crashing on react native apps because swipe fails on some screens
518

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.26.1
5+
VERSION_NAME=1.27.0
66
POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.26.1
1+
CLI_VERSION=1.27.0

0 commit comments

Comments
 (0)