Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 10, 2024
1 parent 61aae2c commit 884a55f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [9.0.0](https://github.com/appium/appium-android-driver/compare/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](https://github.com/appium/appium-android-driver/issues/917)) ([61aae2c](https://github.com/appium/appium-android-driver/commit/61aae2c655854507455c63feb711084c03b0d523))

## [8.4.0](https://github.com/appium/appium-android-driver/compare/v8.3.0...v8.4.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-android-driver",
"version": "8.4.0",
"version": "9.0.0",
"description": "Android UiAutomator and Chrome support for Appium",
"keywords": [
"appium",
Expand Down

0 comments on commit 884a55f

Please sign in to comment.