Skip to content

Commit 71b968e

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.17.7...v12.0.0) (2026-07-23) ### ⚠ BREAKING CHANGES * Consumers using require('appium-xcuitest-driver') must switch to import/dynamic import() — the package no longer ships a CommonJS entry point. * start is no longer callable as driver.start(...). * stop is no longer callable as driver.stop(...). * runReset is no longer callable as driver.runReset(...). * configureApp is no longer callable as driver.configureApp(...). * determineDevice is no longer callable as driver.determineDevice(...). * setInitialOrientation is no longer callable as driver.setInitialOrientation(...). * resetIos is no longer callable as driver.resetIos(...). * mergeCliArgsToOpts is no longer callable as driver.mergeCliArgsToOpts(...). * handleMjpegOptions is no longer callable as driver.handleMjpegOptions(...). * allocateMjpegServerPort is no longer callable as driver.allocateMjpegServerPort(...). * getDefaultUrl is no longer callable as driver.getDefaultUrl(...). * onSettingsUpdate is no longer callable as driver.onSettingsUpdate(...). * isXcodebuildNeeded is no longer callable as driver.isXcodebuildNeeded(...). * createSim has been removed; it was already deprecated. * startWdaSession is no longer callable as driver.startWdaSession(...). * installAUT is no longer callable as driver.installAUT(...). * installOtherApps is no longer callable as driver.installOtherApps(...). ### Features * Migrate the package to ESM ([#2914](#2914)) ([045f205](045f205))
1 parent 045f205 commit 71b968e

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [12.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v11.17.7...v12.0.0) (2026-07-23)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Consumers using require('appium-xcuitest-driver') must switch to import/dynamic import() — the package no longer ships a CommonJS entry point.
6+
* start is no longer callable as driver.start(...).
7+
* stop is no longer callable as driver.stop(...).
8+
* runReset is no longer callable as driver.runReset(...).
9+
* configureApp is no longer callable as driver.configureApp(...).
10+
* determineDevice is no longer callable as driver.determineDevice(...).
11+
* setInitialOrientation is no longer callable as driver.setInitialOrientation(...).
12+
* resetIos is no longer callable as driver.resetIos(...).
13+
* mergeCliArgsToOpts is no longer callable as driver.mergeCliArgsToOpts(...).
14+
* handleMjpegOptions is no longer callable as driver.handleMjpegOptions(...).
15+
* allocateMjpegServerPort is no longer callable as driver.allocateMjpegServerPort(...).
16+
* getDefaultUrl is no longer callable as driver.getDefaultUrl(...).
17+
* onSettingsUpdate is no longer callable as driver.onSettingsUpdate(...).
18+
* isXcodebuildNeeded is no longer callable as driver.isXcodebuildNeeded(...).
19+
* createSim has been removed; it was already deprecated.
20+
* startWdaSession is no longer callable as driver.startWdaSession(...).
21+
* installAUT is no longer callable as driver.installAUT(...).
22+
* installOtherApps is no longer callable as driver.installOtherApps(...).
23+
24+
### Features
25+
26+
* Migrate the package to ESM ([#2914](https://github.com/appium/appium-xcuitest-driver/issues/2914)) ([045f205](https://github.com/appium/appium-xcuitest-driver/commit/045f205056b8563b06ed59226329360590e63c60))
27+
128
## [11.17.7](https://github.com/appium/appium-xcuitest-driver/compare/v11.17.6...v11.17.7) (2026-07-15)
229

330
### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-xcuitest-driver",
3-
"version": "11.17.7",
3+
"version": "12.0.0",
44
"description": "Appium driver for iOS using XCUITest for backend",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)