Skip to content

Commit

Permalink
Version 6.0.0-1312386
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2024
1 parent 8cb5c7b commit 4ea64b0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [6.0.0\-1312386](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/6.0.0-1312386) (2024-06-09)
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.14.0-1299070...6.0.0-1312386)

**Implemented enhancements:**

- 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)

**Deprecations:**

- Deprecate `clickOnElement` and `dispatchMouseClick` with long milliseconds in favor of overloads with `Duration` [\#398](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/398)

**Removals:**

- 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)
- Remove the deprecated `awaitNodeBySelector` with `pollingPeriodMillis: Long` [\#396](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/396)

**Upgraded dependencies:**

- 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))
- 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))
- 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))

## [5.14.0\-1299070](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/5.14.0-1299070) (2024-05-13)
[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/5.13.1-1286932...5.14.0-1299070)

Expand Down

0 comments on commit 4ea64b0

Please sign in to comment.