Skip to content

Commit 4ea64b0

Browse files
Version 6.0.0-1312386
1 parent 8cb5c7b commit 4ea64b0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

3+
## [6.0.0\-1312386](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/6.0.0-1312386) (2024-06-09)
4+
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.14.0-1299070...6.0.0-1312386)
5+
6+
**Implemented enhancements:**
7+
8+
- Add overloads of `PageSession.clickOnElement` and `InputDomain.dispatchMouseClick` with `Duration` instead of long milliseconds [\#399](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/399)
9+
10+
**Deprecations:**
11+
12+
- Deprecate `clickOnElement` and `dispatchMouseClick` with long milliseconds in favor of overloads with `Duration` [\#398](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/398)
13+
14+
**Removals:**
15+
16+
- Remove obsolete extensions and classes that were moved/renamed/replaced in v5.0.0\-1140464 [\#397](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/397)
17+
- Remove the deprecated `awaitNodeBySelector` with `pollingPeriodMillis: Long` [\#396](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/396)
18+
19+
**Upgraded dependencies:**
20+
21+
- Update to Chrome DevTools Protocol version 1312386 [\#395](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/395) ([@github-actions[bot]](https://github.com/apps/github-actions))
22+
- Bump org.jetbrains.kotlinx:kotlinx\-serialization\-json from 1.6.3 to 1.7.0 [\#393](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/393) ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
- Bump kotlin from 1.9.24 to 2.0.0 [\#390](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/390) ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
325
## [5.14.0\-1299070](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.14.0-1299070) (2024-05-13)
426
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.13.1-1286932...5.14.0-1299070)
527

0 commit comments

Comments
 (0)