Skip to content

Commit 220240d

Browse files
chore(release): 11.0.0 [skip ci]
## [11.0.0](v10.5.4...v11.0.0) (2025-12-21) ### ⚠ BREAKING CHANGES * Removed the deprecated xcodeVersion argument from WebDriverAgent constructor * Removed the deprecated xcodeVersion argument from XcodeBuild constructor * Removed the deprecated idb property from WebDriverAgent class * Removed the noop checkForDependencies export from index - All .js modules were migrated to TypeScript - Module scripts were migrated to ESM/.mjs - All private WebDriverAgent and XcodeBuild methods and properties were marked as such ### Features * Migrate the module to typescript ([#1096](#1096)) ([7d0a022](7d0a022))
1 parent 7d0a022 commit 220240d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [11.0.0](https://github.com/appium/WebDriverAgent/compare/v10.5.4...v11.0.0) (2025-12-21)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Removed the deprecated xcodeVersion argument from WebDriverAgent constructor
6+
* Removed the deprecated xcodeVersion argument from XcodeBuild constructor
7+
* Removed the deprecated idb property from WebDriverAgent class
8+
* Removed the noop checkForDependencies export from index
9+
10+
- All .js modules were migrated to TypeScript
11+
- Module scripts were migrated to ESM/.mjs
12+
- All private WebDriverAgent and XcodeBuild methods and properties were marked as such
13+
14+
### Features
15+
16+
* Migrate the module to typescript ([#1096](https://github.com/appium/WebDriverAgent/issues/1096)) ([7d0a022](https://github.com/appium/WebDriverAgent/commit/7d0a022585ef70205dafe22d20736978d9e1cba3))
17+
118
## [10.5.4](https://github.com/appium/WebDriverAgent/compare/v10.5.3...v10.5.4) (2025-12-19)
219

320
### Miscellaneous Chores

WebDriverAgentLib/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>10.5.4</string>
18+
<string>11.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>10.5.4</string>
22+
<string>11.0.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string/>
2525
</dict>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-webdriveragent",
3-
"version": "10.5.4",
3+
"version": "11.0.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)