Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io.github.koalaplot:koalaplot-core to v0.7.1 #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.koalaplot:koalaplot-core 0.5.3 -> 0.7.1 age adoption passing confidence

Release Notes

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

v0.7.1

Fixed
  • PieChart causing array index out of bounds exceptions if values were added/removed after initial composition.

v0.7.0

Added
  • setViewRange function on LinearAxisModel interface.
  • zoom and pan support for all platforms within XYGraph
  • labelAnimationSpec parameter for PieCharts
Changed
  • Renamed ILinearAxisModel to LinearAxisModel
  • Removed minimumMajorTickSpacing from AxisModel interface and added to LinearAxisModel
  • Upgrade Kotlin to 2.0.21
  • Upgrade com.android.library to 8.5.2
  • Upgrade gradle wrapper to 8.10
  • Upgrade Compose to 1.7.0
  • Upgrade coroutines to 1.9.0
  • Rename PieChart's animationSpec parameter to pieAnimationSpec
  • zoomRangeLimit in LinearAxisModel implementations replaced with minViewExtent and maxViewExtent to control both the
    allowed upper and lower bounds of the visible range
Fixed
  • #​81 Add coerceAtLeast to rememberIntLinearAxisModel to fix Zoom range limit when range is small
  • BulletGraph vertical centering of ranges
Removed
  • Removed deprecated LinearAxisModel class and rememberLinearAxisModel function

v0.6.4

Fixed
  • Added guards to avoid division by 0 in multiple places.

v0.6.3

Fixed
  • XYGraph didn't fill all available width when x-axis label intrinsic widths are greater than tick spacing

v0.6.2

Fixed
  • XYGraph wouldn't zoom properly if recomposed with modified axis models.
Changed
  • Upgrade versions: Kotlin to 2.0.0, coroutines to 1.8.1, compose to 1.6.11, dokka to 1.9.20, detekt to 1.23.6
  • ZoomRangeLimitDefault applied to Int and Long linear axis models to be consistent with the original
    FloatLinearAxisModel

v0.6.1

Changed
  • VerticalBarPlot scales bar width by number of x-axis major ticks when there is only 1 data point.

v0.6.0

Changed
  • Replaced LinearAxisModel (deprecated) with FloatLinearAxisModel
  • BulletGraphs can use any linear axis model type
Fixed
  • autoScaleRange throws Exception if provide an empty list
  • ArithmeticException if linear axis minimumMajorTickIncrement is less than the range extent.
  • publishToMavenLocal on Mac will publish all artifacts, not just iOS
Added
  • StairstepPlot variant that accepts a LineStyle for each y-axis value.
  • PieChart variant that takes a labelPositionProvider to allow pluggable label placement algorithms.
  • LongLinearAxisModel, DoubleLinearAxisModel, & IntLinearAxisModel
  • Ability to place labels inside PieChart slices.
Removed
  • BulletGraph function that deferred to BulletGraphs
  • labelWidth from BulletBuilderScope, use BulletGraphScope.labelWidth instead
  • io.github.koalaplot.core.xychart.* classes and functions which were deprecated in 0.5.0

v0.5.4

Fixed

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.5.4 Update dependency io.github.koalaplot:koalaplot-core to v0.6.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from b5c9bfd to 751d028 Compare April 23, 2024 17:10
@renovate renovate bot force-pushed the renovate/koalaplot branch from 751d028 to 8d57ee2 Compare May 2, 2024 19:50
@renovate renovate bot force-pushed the renovate/koalaplot branch from 8d57ee2 to 4c4d279 Compare May 17, 2024 20:28
@renovate renovate bot force-pushed the renovate/koalaplot branch from 4c4d279 to 9cd1f1e Compare June 17, 2024 04:24
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.6.0 Update dependency io.github.koalaplot:koalaplot-core to v0.6.1 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from 9cd1f1e to 038df4b Compare June 18, 2024 15:11
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.6.1 Update dependency io.github.koalaplot:koalaplot-core to v0.6.2 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch 2 times, most recently from 94e3ec3 to f958d3e Compare July 29, 2024 01:44
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.6.2 Update dependency io.github.koalaplot:koalaplot-core to v0.6.3 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from f958d3e to 7702bac Compare July 29, 2024 07:38
@renovate renovate bot force-pushed the renovate/koalaplot branch from 7702bac to aa12756 Compare September 14, 2024 09:31
@renovate renovate bot force-pushed the renovate/koalaplot branch from aa12756 to 9be1a92 Compare September 22, 2024 13:56
@renovate renovate bot force-pushed the renovate/koalaplot branch from 9be1a92 to b38cb3a Compare October 4, 2024 17:35
@renovate renovate bot force-pushed the renovate/koalaplot branch from b38cb3a to 5db35ad Compare October 16, 2024 17:00
@renovate renovate bot force-pushed the renovate/koalaplot branch 2 times, most recently from 30b985e to 714c9a3 Compare November 3, 2024 03:36
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.6.3 Update dependency io.github.koalaplot:koalaplot-core to v0.6.4 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from 714c9a3 to d2f486d Compare November 11, 2024 00:40
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.6.4 Update dependency io.github.koalaplot:koalaplot-core to v0.7.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from d2f486d to 0255ba8 Compare December 7, 2024 07:35
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.7.0 Update dependency io.github.koalaplot:koalaplot-core to v0.7.1 Dec 7, 2024
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