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 #54

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 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 force-pushed the renovate/koalaplot branch from 68d2d79 to 39d88e6 Compare February 25, 2024 09:20
@renovate renovate bot force-pushed the renovate/koalaplot branch from 39d88e6 to bb4eb3d Compare March 5, 2024 18:45
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.5.2 Update dependency io.github.koalaplot:koalaplot-core to v0.5.3 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from bb4eb3d to 5b4f914 Compare March 6, 2024 17:00
@renovate renovate bot force-pushed the renovate/koalaplot branch from 5b4f914 to 4b4292f Compare March 25, 2024 01:22
@renovate renovate bot changed the title Update dependency io.github.koalaplot:koalaplot-core to v0.5.3 Update dependency io.github.koalaplot:koalaplot-core to v0.5.4 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/koalaplot branch from 4b4292f to 4aa5c14 Compare April 14, 2024 12:22
@renovate renovate bot force-pushed the renovate/koalaplot branch from 4aa5c14 to 4f5f4fc Compare April 23, 2024 16:44
@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 4f5f4fc to 174fc93 Compare April 30, 2024 19:37
@renovate renovate bot force-pushed the renovate/koalaplot branch from 174fc93 to 300ff20 Compare May 25, 2024 17:31
@renovate renovate bot force-pushed the renovate/koalaplot branch from 300ff20 to d84a37e Compare June 17, 2024 03:54
@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 d84a37e to df3c9a9 Compare June 22, 2024 19:55
@renovate renovate bot force-pushed the renovate/koalaplot branch from df3c9a9 to 6b8a3bf Compare July 25, 2024 04:30
@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 from 6b8a3bf to 84aa4e8 Compare July 29, 2024 02:22
@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 84aa4e8 to b5d1d6b Compare November 3, 2024 05:21
@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 b5d1d6b to 7e1d4be Compare November 11, 2024 00:29
@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 2 times, most recently from 4105650 to be1261b Compare December 2, 2024 11:14
@renovate renovate bot force-pushed the renovate/koalaplot branch from be1261b to 87a93a3 Compare December 7, 2024 06:22
@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