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.0 #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.0 age adoption passing confidence

Release Notes

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

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.2 Update dependency io.github.koalaplot:koalaplot-core to v0.5.3 Mar 6, 2024
@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 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 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 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 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 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 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
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