Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4617 +/- ##
======================================
Coverage ? 8.29%
======================================
Files ? 296
Lines ? 10782
Branches ? 1666
======================================
Hits ? 894
Misses ? 9692
Partials ? 196 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0-beta.4→3.0.03.0.0-beta.4→3.0.03.0.0-beta.4→3.0.0Release Notes
patrykandpatrick/vico (com.patrykandpatrick.vico:compose-m3)
v3.0.0Overview
Restructuring
composeandmultiplatformThe Jetpack Compose module, previously called
compose, has been removed in favor of the Compose Multiplatform module, which also supports Jetpack Compose and is now stable. The Compose Multiplatform module has been renamed frommultiplatformtocompose.Migration from Vico 2
multiplatformmultiplatform→composemultiplatform-m2→compose-m2multiplatform-m3→compose-m32.4.0→3.0.0).multiplatformimports (com.patrykandpatrick.vico.multiplatform→com.patrykandpatrick.vico.compose).Migration from Vico 2
composecoreas a dependency, remove this declaration.2.4.0→3.0.0). Given the aforementioned name change, the Compose Multiplatform module will be downloaded; no dependency-declaration changes are needed.coreimports (com.patrykandpatrick.vico.core→com.patrykandpatrick.vico.compose).corecombined, but some discrepancies exist. Refer to the guide, the API reference, and the sample charts for details. See also points 2 and 10 under “Common” (below).Shapeinstead of its own abstraction.Component—then you’ll find thatDrawingContextnow exposes the Compose Multiplatform canvas (androidx.compose.ui.graphics.Canvas) rather than the native Android canvas (android.graphics.Canvas). You can either migrate to the Compose canvas or simply access the native canvas viaCanvas.nativeCanvas, retaining the same drawing logic.coreandviewscorepreviously had two dependents: the Jetpack Compose module and the view module. With the removal of the former,corehas been merged intoviews. All deprecated APIs have been removed. Migrate as follows:coreas a dependency, remove this declaration.2.4.0→3.0.0).coreimports (com.patrykandpatrick.vico.core→com.patrykandpatrick.vico.views).Common
LineCartesianLayerperformance.titleto anExtraStorelambda inBaseAxis,HorizontalAxis, andVerticalAxis.CartesianChartcallDecoration.drawUnderLayersbeforeAxis.drawUnderLayers. This enablesDecorations to draw content underHorizontalAxisandVerticalAxisguidelines.CartesianLayerRangeProvider.Intrinsic.TextComponent.drawfor overriding.toStringfor easier debugging.VerticalLegends reserving space forpadding.HorizontalAxisinstances withAxis.Position.Horizontal.Topignoringlinewhen reporting their height.VerticalAxisshorteninglinefrom the bottom whenVerticalAxis.ItemPlacer.getShiftTopLinesreturnsfalse.Axis.updateAxisDimensions.Vico 2 support
Bug reports for Vico 2 will be accepted until June 30, 2026. Bug fixes will be provided until July 31, 2026.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.