Skip to content

Bump io.github.koalaplot:koalaplot-core from 0.9.1 to 0.11.0#103

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

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

Release notes

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

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

... (truncated)

Changelog

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

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

[0.10.4]

Fixed

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

[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

... (truncated)

Commits
  • 5820822 Update latest version to 0.11.0
  • aec64cd Update dependencies: Compose 1.10.0, AGP 9.0.0, Kotlin 2.3.0
  • 24a3a5b Upgrade gradle to 9.3.0
  • 259b9cc +heatmaps
  • 25692b9 Update readme
  • 609f3f2 Replace XYGraph pointer input callback with a pointer event handler and a sco...
  • c00bb48 Feature: HeatMap, Histogram2D and ColorScales (#142)
  • b4462da Merge remote-tracking branch 'origin/v0.10'
  • e61c705 Fix #145
  • 3fbb1ea Expand Bezier support to area plots.
  • 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 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 [io.github.koalaplot:koalaplot-core](https://github.com/KoalaPlot/koalaplot-core) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/KoalaPlot/koalaplot-core/releases)
- [Changelog](https://github.com/KoalaPlot/koalaplot-core/blob/main/CHANGELOG.md)
- [Commits](KoalaPlot/koalaplot-core@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: io.github.koalaplot:koalaplot-core
  dependency-version: 0.11.0
  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 Mar 5, 2026
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