Skip to content

Bump io.github.koalaplot:koalaplot-core from 0.9.1 to 0.10.3#92

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.github.koalaplot-koalaplot-core-0.10.3
Closed

Bump io.github.koalaplot:koalaplot-core from 0.9.1 to 0.10.3#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.github.koalaplot-koalaplot-core-0.10.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 23, 2025

Bumps io.github.koalaplot:koalaplot-core from 0.9.1 to 0.10.3.

Release notes

Sourced from io.github.koalaplot:koalaplot-core's releases.

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 Symbol 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.
Changelog

Sourced from io.github.koalaplot:koalaplot-core's changelog.

[0.10.3]

Fixed

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

[0.10.2]

Fixed

  • IndexOutOfBoundsException from LinePlots if Symbols is an empty function.

[0.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.

[0.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.
Commits
  • ddac635 Fix XYGraph pointer tracking would throw an exception if the pointer event ha...
  • 910d3fc Release fix for #134
  • 12f2244 Fix potential IndexOutOfBoundsException from LinePlot using Symbols if the da...
  • 0a3d0f0 Update release version.
  • 7eaa31b Deprecate AreaPlot, LinePlot, PolarPlotSeries, StairstepPlot and add AreaPlot...
  • d7585ba adding bi convex pieChart shape implementation (#132)
  • ed721d9 Correct link to samples.
  • 179a5a5 Update version to 0.10.0
  • d69d505 Update compose to 1.9.2
  • 8d4a1dc Mark HoverableElementArea and its associated hoverableElement Modifier as Dep...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 23, 2025
@dependabot dependabot Bot force-pushed the dependabot/gradle/io.github.koalaplot-koalaplot-core-0.10.3 branch 2 times, most recently from cba54f0 to f1eb510 Compare November 24, 2025 03:29
@vooft
Copy link
Copy Markdown
Owner

vooft commented Nov 24, 2025

@dependabot rebase

Bumps [io.github.koalaplot:koalaplot-core](https://github.com/KoalaPlot/koalaplot-core) from 0.9.1 to 0.10.3.
- [Release notes](https://github.com/KoalaPlot/koalaplot-core/releases)
- [Changelog](https://github.com/KoalaPlot/koalaplot-core/blob/v0.10.3/CHANGELOG.md)
- [Commits](KoalaPlot/koalaplot-core@v0.9.1...v0.10.3)

---
updated-dependencies:
- dependency-name: io.github.koalaplot:koalaplot-core
  dependency-version: 0.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/io.github.koalaplot-koalaplot-core-0.10.3 branch from f1eb510 to 0a0b33d Compare November 24, 2025 03:47
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 5, 2026

Superseded by #103.

@dependabot dependabot Bot closed this Mar 5, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/io.github.koalaplot-koalaplot-core-0.10.3 branch March 5, 2026 06:39
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.

1 participant