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

[chore] Renovate: Update dependency io.github.koalaplot:koalaplot-core 0.6.4 to v0.8.0 #383

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2025

This PR contains the following updates:

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

Release Notes

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

v0.8.0

Added
  • viewRange property to LinearAxisModel.
  • Support for "inverted" linear axes that plot their values from most to least.
Changed
  • Upgrade Compose plugin to 1.7.3
  • Upgrade Kotlin to 2.1.0
  • Upgrade kotlinx-coroutines to 1.10.1
  • Upgrade Dokka to 2.0.0
  • Android Gradle Plugin to 8.7.2
  • Android compileSDK to 34 and minSDK to 23
  • BulletGraph using default qualitative range indicators will accept a max of 5 values when being configured rather
    than throwing a null pointer exception when Composing.
Fixed
  • Panning support for Int and Long linear axis models by introducing ContinuousLinearAxisModel and
    DiscreteLinearAxisModel interfaces
  • BulletGraph null pointer exception if more than 4 qualitative range indicators are used.
  • BulletGraph qualitative range default shading not according to spec under some conditions.
  • Divide by 0 in XYGraph if an axis has no tick labels (#​105).
  • XYGraph size changes when panning (#​101). Important Note: This required a change to the XYGraph size
    calculation that may result in clipping of the rightmost x-axis tick label and/or topmost y-axis tick label. Padding
    can be explicitly added to the parent Composable to leave space for labels that extend beyond the graph edge.

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) January 12, 2025 06:35
Copy link
Contributor Author

renovate bot commented Jan 12, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@ryanw-mobile
Copy link
Owner

We do not recommend KoalaPlot anymore.

auto-merge was automatically disabled January 12, 2025 13:32

Pull request was closed

Copy link
Contributor Author

renovate bot commented Jan 12, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/koalaplotcore branch January 12, 2025 13:33
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.

1 participant