Skip to content

Commit 5c044c8

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.6.0...v4.0.0) (2025-02-01) ### ⚠ BREAKING CHANGES * The following methods and properties were **removed**: - mobileCommandsMapping - mobileBackgroundApp * The following methods signatures were **changed**: - mobileSwipe - mobileScrollToPage - mobileClickAction - mobileNavigateTo - mobileIsToastVisible - mobileOpenDrawer - mobileCloseDrawer - mobileSetDate - mobileSetTime - mobileBackdoor - mobileFlashElement - mobileUiautomator - mobileWebAtoms - mobileDismissAutofill - mobileRegisterIdlingResources - mobileUnregisterIdlingResources - mobilePressKey - mobileSetClipboard - mobileStartService - mobileStopService - mobileStartActivity - mobileScreenshots Based on appium/appium-android-driver#982 ### Features * Add support of executeMethodMap ([#1042](#1042)) ([00a38a2](00a38a2))
1 parent 00a38a2 commit 5c044c8

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [4.0.0](https://github.com/appium/appium-espresso-driver/compare/v3.6.0...v4.0.0) (2025-02-01)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* The following methods and properties were **removed**:
6+
- mobileCommandsMapping
7+
- mobileBackgroundApp
8+
* The following methods signatures were **changed**:
9+
- mobileSwipe
10+
- mobileScrollToPage
11+
- mobileClickAction
12+
- mobileNavigateTo
13+
- mobileIsToastVisible
14+
- mobileOpenDrawer
15+
- mobileCloseDrawer
16+
- mobileSetDate
17+
- mobileSetTime
18+
- mobileBackdoor
19+
- mobileFlashElement
20+
- mobileUiautomator
21+
- mobileWebAtoms
22+
- mobileDismissAutofill
23+
- mobileRegisterIdlingResources
24+
- mobileUnregisterIdlingResources
25+
- mobilePressKey
26+
- mobileSetClipboard
27+
- mobileStartService
28+
- mobileStopService
29+
- mobileStartActivity
30+
- mobileScreenshots
31+
32+
Based on https://github.com/appium/appium-android-driver/pull/982
33+
34+
### Features
35+
36+
* Add support of executeMethodMap ([#1042](https://github.com/appium/appium-espresso-driver/issues/1042)) ([00a38a2](https://github.com/appium/appium-espresso-driver/commit/00a38a2c095ed7aadb8fc7a277e148b8f723616e))
37+
138
## [3.6.0](https://github.com/appium/appium-espresso-driver/compare/v3.5.4...v3.6.0) (2025-01-24)
239

340
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"automated testing",
88
"android"
99
],
10-
"version": "3.6.0",
10+
"version": "4.0.0",
1111
"author": "Appium Contributors",
1212
"license": "Apache-2.0",
1313
"repository": {

0 commit comments

Comments
 (0)