Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 1, 2025
1 parent 00a38a2 commit 5c044c8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [4.0.0](https://github.com/appium/appium-espresso-driver/compare/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 https://github.com/appium/appium-android-driver/pull/982

### Features

* Add support of executeMethodMap ([#1042](https://github.com/appium/appium-espresso-driver/issues/1042)) ([00a38a2](https://github.com/appium/appium-espresso-driver/commit/00a38a2c095ed7aadb8fc7a277e148b8f723616e))

## [3.6.0](https://github.com/appium/appium-espresso-driver/compare/v3.5.4...v3.6.0) (2025-01-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automated testing",
"android"
],
"version": "3.6.0",
"version": "4.0.0",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 5c044c8

Please sign in to comment.