Skip to content

Commit e00a5a6

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.20.5...v2.0.0) (2025-02-06) ### ⚠ BREAKING CHANGES * Arguments of the following driver methods were changed: - macosSetValue - macosClick - macosScroll - macosSwipe - macosRightClick - macosHover - macosClickAndDrag - macosClickAndDragAndHold - macosKeys - macosTap - doubleTap - macosPressAndHold - macosPressAndDrag - macosPressAndDragAndHold - macosSource - macosDeepLink - macosExecAppleScript - macosScreenshots - macosLaunchApp - macosActivateApp - macosTerminateApp - macosQueryAppState - startRecordingScreen - stopRecordingScreen ### Features * Add support of executeMethodMap ([#327](#327)) ([a6c9a6b](a6c9a6b))
1 parent a6c9a6b commit e00a5a6

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [2.0.0](https://github.com/appium/appium-mac2-driver/compare/v1.20.5...v2.0.0) (2025-02-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Arguments of the following driver methods were changed:
7+
- macosSetValue
8+
- macosClick
9+
- macosScroll
10+
- macosSwipe
11+
- macosRightClick
12+
- macosHover
13+
- macosClickAndDrag
14+
- macosClickAndDragAndHold
15+
- macosKeys
16+
- macosTap
17+
- doubleTap
18+
- macosPressAndHold
19+
- macosPressAndDrag
20+
- macosPressAndDragAndHold
21+
- macosSource
22+
- macosDeepLink
23+
- macosExecAppleScript
24+
- macosScreenshots
25+
- macosLaunchApp
26+
- macosActivateApp
27+
- macosTerminateApp
28+
- macosQueryAppState
29+
- startRecordingScreen
30+
- stopRecordingScreen
31+
32+
### Features
33+
34+
* Add support of executeMethodMap ([#327](https://github.com/appium/appium-mac2-driver/issues/327)) ([a6c9a6b](https://github.com/appium/appium-mac2-driver/commit/a6c9a6b0ae029bcbfebf027103eb9bc20622bf75))
35+
136
## [1.20.5](https://github.com/appium/appium-mac2-driver/compare/v1.20.4...v1.20.5) (2025-01-08)
237

338

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mac",
77
"XCTest"
88
],
9-
"version": "1.20.5",
9+
"version": "2.0.0",
1010
"author": "Appium Contributors",
1111
"license": "Apache-2.0",
1212
"repository": {

0 commit comments

Comments
 (0)