Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2025

This PR contains the following updates:

Package Change Age Confidence
io.github.koalaplot:koalaplot-core 0.9.10.11.0 age confidence

Release Notes

KoalaPlot/koalaplot-core (io.github.koalaplot:koalaplot-core)

v0.11.0

Added
  • CategoryAxisOffset to have more control over CategoryAxisModel's positioning of categories
    relative to the origin.
  • AxisContent and GridStyle to shorten the function signature of XYGraph.
  • Support for cubic Bezier curves in line, area, and stacked area plots.
  • Heatmap plots
Changed
  • Deprecated XYGraph overload that does not use AxisContent and GridStyle.
  • Update dependencies: Compose 1.10.0, AGP 9.0.0, Kotlin 2.3.0
  • Deprecated Composable functions that did not comply with Compose coding standards, and implemented
    compliant replacements.
  • Renamed ConstantLine to HorizontalLine for area plot baselines.
  • XYGraph pointer input callback replaced with a pointer event handler and a scope for converting
    pointer coordinates (pixels) to graph AxisModel coordinates.
Fixed
  • Incorrect padding on y-axis labels for XYPlot overload that uses a String producer for axis labels
    instead of a Composable.
  • XYGraph pointer tracking would throw an exception if the pointer event had a position outside the
    bounds of the component.

v0.10.4

Fixed
  • rememberLongLinearAxisModel incorrectly computing minViewExtent=0 if range set to 0..1

v0.10.3

Fixed
  • XYGraph pointer tracking would throw an exception if the pointer event had a position outside the
    bounds of the component.

v0.10.2

Fixed
  • IndexOutOfBoundsException from LinePlots if Symbols is an empty function.

v0.10.1

Added
  • Biconvex Pie Chart shape implementation
Changed
  • Deprecated AreaPlot, LinePlot, PolarPlotSeries, StairstepPlot to replace with AreaPlot2,
    LinePlot2, PolarPlotSeries2, StairstepPlot2 as part of deprecation of HoverableElementArea.

v0.10.0

Added
  • Alternate pie chart slice style, ConcaveConvexSlice.
  • #​55 mouse tracking
  • #​24 Horizontal bar plot
Changed
  • Update dependencies: Compose to 1.9.2, Kotlin to 2.2.21, agp to 8.13.0, android compile sdk to 36
  • VerticalBarPosition renamed to BarPosition
  • DefaultVerticalBarPosition renamed to DefaultBarPosition
  • DefaultVerticalBar renamed to DefaultBar
  • VerticalBarPlotGroupedPointEntry renamed to BarPlotGroupedPointEntry and changed names of member
    values
  • Deprecated HoverableElementArea and its associated hoverableElement Modifier. Use ToolTipArea or
    ToolTipBox instead.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.0 Update dependency io.github.koalaplot:koalaplot-core to v0.10.1 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/koalaplot branch 2 times, most recently from 8d03d7c to 924c7c4 Compare November 12, 2025 03:43
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.1 Update dependency io.github.koalaplot:koalaplot-core to v0.10.2 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/koalaplot branch 2 times, most recently from f72d1c0 to 92e2f6a Compare November 18, 2025 12:34
@renovate renovate bot force-pushed the renovate/koalaplot branch from 92e2f6a to 1e68ff7 Compare November 23, 2025 21:24
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.2 Update dependency io.github.koalaplot:koalaplot-core to v0.10.3 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/koalaplot branch from 1e68ff7 to 2321d8f Compare December 19, 2025 05:59
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.3 Update dependency io.github.koalaplot:koalaplot-core to v0.10.4 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/koalaplot branch from 2321d8f to 3907090 Compare January 3, 2026 15:31
@renovate renovate bot force-pushed the renovate/koalaplot branch from 3907090 to cd6f866 Compare January 19, 2026 17:49
@renovate renovate bot force-pushed the renovate/koalaplot branch from cd6f866 to fd7178f Compare January 31, 2026 05:43
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.4 Update dependency io.github.koalaplot:koalaplot-core to v0.11.0 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/koalaplot branch from fd7178f to ccffb85 Compare February 2, 2026 21:45
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.11.0 Update dependency io.github.koalaplot:koalaplot-core to v0.10.4 Feb 2, 2026
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.10.4 Update dependency io.github.koalaplot:koalaplot-core to v0.11.0 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/koalaplot branch from ccffb85 to 3c042fb Compare February 3, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants