Skip to content

Commit 8ea4b15

Browse files
Version 7.0.0-1400418
1 parent c7d6863 commit 8ea4b15

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change Log
22

3+
## [7.0.0\-1400418](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/7.0.0-1400418) (2025-01-04)
4+
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/6.6.0-1391447...7.0.0-1400418)
5+
6+
**Implemented enhancements:**
7+
8+
- Add support for `watchosDeviceArm64` target [\#484](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/484)
9+
- Add support for `wasmJs` target [\#483](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/483)
10+
- Add support for `androidNative\*` targets [\#482](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/482)
11+
- Ensure forward compatibility of experimental enums [\#467](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/467)
12+
- Forward compatible enums [\#476](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/476) ([@joffrey-bion](https://github.com/joffrey-bion))
13+
14+
**Deprecations:**
15+
16+
- Raise deprecation level to `ERROR` for `PageSession.clickOnElement` and `InputDomain.dispatchMouseClick` using long milliseconds [\#481](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/481)
17+
18+
**Upgraded dependencies:**
19+
20+
- Update to Chrome DevTools Protocol version 1400418 [\#480](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/480) ([@joffrey-bion](https://github.com/joffrey-bion))
21+
- Bump ktor from 3.0.2 to 3.0.3 [\#471](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/471) ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump org.jetbrains.kotlinx:kotlinx\-coroutines\-core from 1.9.0 to 1.10.1 [\#475](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/475) ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
24+
**Fixed bugs:**
25+
26+
- `kotlinx.serialization.SerializationException: org.hildan.chrome.devtools.domains.accessibility.AXPropertyName does not contain element with name 'uninteresting'` [\#466](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/466)
27+
- Synthetic enum types hypothetically could miss `deprecated`/`experimental` flags [\#468](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/468)
28+
329
## [6.6.0\-1391447](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/6.6.0-1391447) (2024-12-05)
430
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/6.5.0-1383960...6.6.0-1391447)
531

0 commit comments

Comments
 (0)