Wavesonics / hammer-editor

A simple tool for building stories.
MIT License
126 stars 6 forks source link

Update dependency io.github.koalaplot:koalaplot-core to v0.5.1 #202

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

KoalaPlot/koalaplot-core (io.github.koalaplot:koalaplot-core) ### [`v0.5.1`](https://togithub.com/KoalaPlot/koalaplot-core/blob/HEAD/CHANGELOG.md#051) ##### Fixed - [@​Deprecated](https://togithub.com/Deprecated) ReplaceWith using incorrect replacement names ### [`v0.5.0`](https://togithub.com/KoalaPlot/koalaplot-core/blob/HEAD/CHANGELOG.md#050) ##### Changed - Update to Compose version 1.6.0-alpha01 - Update Kotlin version to 1.9.21 - Moved package for AreaStyle, LineStyle, Point, DefaultPoint, and KoalaPlotTheme - Line/Area chart scaling applied to paths instead of canvas so PathEffects scale the same as drawing on an unscaled Canvas - Deprecated XYChart and renamed to XYGraph - behavior and breaking changes introduced into XYGraph (see below) - Deprecated LineChart, StairStepChart, and StackedAreaChart and renamed to LinePlot, StairStepPlot, and AreaPlot - Separated variants of VerticalBarChart, depending on grouping or stacking, into GroupedVerticalBarPlot, VerticalBarPlot, and StackedVerticalBarPlot - Area plots no longer require LineStyle to be non-null - Separate AreaPlot from LinePlot to simplify null/not-null requirements on parameters to LinePlot - X and Y-axis titles in XYGraph fill entire width/height of plot so user can choose to align content along the axis rather than centered-only. Consequently, default behavior is for titles to be "start" positioned instead of centered. ##### Added - wasm target - Polar/Radar/Spider plots - Annotations for XY Charts - More helper functions for auto scaling axis ranges - VerticalBarPlot overload for single series taking list of x-axis values and y-axis Floats. - Vertical bar plot builder DSLs ##### Fixed - LinearAxisModel adding 2 extra minor ticks overlapping the first and last major ticks - XYGraph width calculation to consume more of the available space

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a018c5d) 13.55% compared to head (daea7f6) 13.55%. Report is 7 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #202 +/- ## ======================================== Coverage 13.55% 13.55% ======================================== Files 311 311 Lines 13573 13573 Branches 2086 2086 ======================================== Hits 1840 1840 Misses 11562 11562 Partials 171 171 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.