Commit 71b968e
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments