Skip to content

Build(deps): Bump com.patrykandpatrick.vico:compose-m3 from 2.0.0-beta.3 to 2.3.0-alpha.2#124

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.patrykandpatrick.vico-compose-m3-2.3.0-alpha.2
Open

Build(deps): Bump com.patrykandpatrick.vico:compose-m3 from 2.0.0-beta.3 to 2.3.0-alpha.2#124
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.patrykandpatrick.vico-compose-m3-2.3.0-alpha.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps com.patrykandpatrick.vico:compose-m3 from 2.0.0-beta.3 to 2.3.0-alpha.2.

Release notes

Sourced from com.patrykandpatrick.vico:compose-m3's releases.

v2.3.0-alpha.2

Overview

core

  • The new CartesianMarkerController enables granular control of CartesianMarker visibility. For example, with CartesianMarkerController.toggleOnTap, you can have a CartesianMarker show up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference. CartesianChart has a new markerController property, and the context parameter has been removed from the previously protected getMarkerTargets.

compose

  • In connection with the core change, rememberCartesianChart has a new markerController parameter.

multiplatform

  • The new CartesianMarkerController enables granular control of CartesianMarker visibility. For example, with CartesianMarkerController.toggleOnTap, you can have a CartesianMarker show up only on explicit taps—not on gesture-starting presses—and remain visible until another tap elsewhere. For details, see the API reference. rememberCartesianChart has a new markerController parameter, and the context parameter has been removed from the previously protected CartesianChart.getMarkerTargets.

v2.3.0-alpha.1

Overview

  • breaking changes: none[^1]
  • addressed: #1060

core

  • An issue where the axis lines of adjacent HorizontalAxis and VerticalAxis instances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, in Axis, the existing drawUnderLayers and drawOverLayers functions have been deprecated in favor of new overloads with axisDimensions parameters, and an updateAxisDimensions function has been added.

multiplatform

  • An issue where the axis lines of adjacent HorizontalAxis and VerticalAxis instances sometimes failed to fully overlap in the corners—resulting in jagged connections—has been addressed. In relation to this fix, in Axis, axisDimensions parameters have been added to drawUnderLayers and drawOverLayers, and an updateAxisDimensions function has been added.

[^1]: Excluding multiplatform, which is experimental. (It will remain available, but breaking changes are more likely.)

v2.2.1

Overview

  • breaking changes: none
  • addressed: #1162

core

  • An issue where LineCartesianLayer data labels were entirely truncated in right-to-left layouts has been addressed.

multiplatform

  • An issue where LineCartesianLayer data labels caused crashes in right-to-left layouts has been addressed.

v2.2.0

This release is effectively identical to version 2.2.0-beta.1. The following compares versions 2.2.0 and 2.1.0.

... (truncated)

Commits
  • e2cc1b7 Replace compose-stable-marker with official runtime-annotation (#1184)
  • 9763188 multiplatform: Support shadows in ShapeComponent (#1178)
  • 5044c24 Dokka: Update copyright notice (#1180)
  • 6e7fa49 Update Dokka to version 2.1.0 (#1179)
  • bf9d209 core: Remove deprecated CartesianChart.getMarkerTargets overload
  • 0398c1e Update version name
  • 9400296 Introduce CartesianMarkerController (#1170)
  • c0b0b5f README: Update guide link
  • e838acf Add multiplatform-m2 and multiplatform-m3 as Dokka dependencies (#1168)
  • 2b3db86 “Bug” issue form: Update version drop-down
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.patrykandpatrick.vico:compose-m3](https://github.com/patrykandpatrick/vico) from 2.0.0-beta.3 to 2.3.0-alpha.2.
- [Release notes](https://github.com/patrykandpatrick/vico/releases)
- [Commits](patrykandpatrick/vico@v2.0.0-beta.3...v2.3.0-alpha.2)

---
updated-dependencies:
- dependency-name: com.patrykandpatrick.vico:compose-m3
  dependency-version: 2.3.0-alpha.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants