Skip to content

Commit 884a55f

Browse files
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.4.0...v9.0.0) (2024-02-10) ### ⚠ BREAKING CHANGES * Removed the following obsolete types: - TouchActionKind - TouchActionOpts - TouchOpts - TouchState - TouchSwipeOpts - TouchAction - NonReleaseTouchAction - ReleaseTouchAction - SwipeAction - TouchDragAction * Removed the following obsolete methods: - tap - touchLongClick - touchDown - touchUp - touchMove - doSwipe - doTouchDrag - doTouchAction - performMultiAction - performTouch - doPerformMultiAction ### Features * Remove the obsolete code related to MJSONWP touch support ([#917](#917)) ([61aae2c](61aae2c))
1 parent 61aae2c commit 884a55f

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [9.0.0](https://github.com/appium/appium-android-driver/compare/v8.4.0...v9.0.0) (2024-02-10)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Removed the following obsolete types:
7+
- TouchActionKind
8+
- TouchActionOpts
9+
- TouchOpts
10+
- TouchState
11+
- TouchSwipeOpts
12+
- TouchAction
13+
- NonReleaseTouchAction
14+
- ReleaseTouchAction
15+
- SwipeAction
16+
- TouchDragAction
17+
* Removed the following obsolete methods:
18+
- tap
19+
- touchLongClick
20+
- touchDown
21+
- touchUp
22+
- touchMove
23+
- doSwipe
24+
- doTouchDrag
25+
- doTouchAction
26+
- performMultiAction
27+
- performTouch
28+
- doPerformMultiAction
29+
30+
### Features
31+
32+
* Remove the obsolete code related to MJSONWP touch support ([#917](https://github.com/appium/appium-android-driver/issues/917)) ([61aae2c](https://github.com/appium/appium-android-driver/commit/61aae2c655854507455c63feb711084c03b0d523))
33+
134
## [8.4.0](https://github.com/appium/appium-android-driver/compare/v8.3.0...v8.4.0) (2024-02-08)
235

336

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-android-driver",
3-
"version": "8.4.0",
3+
"version": "9.0.0",
44
"description": "Android UiAutomator and Chrome support for Appium",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)