Skip to content

Releases: KoalaPlot/koalaplot-core

v0.7.1

07 Dec 05:02
Compare
Choose a tag to compare

Fixed

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

v0.7.0

10 Nov 23:34
Compare
Choose a tag to compare

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

03 Nov 02:45
Compare
Choose a tag to compare
Add guards to avoid division by 0 in multiple places.

v0.6.3

28 Jul 22:39
Compare
Choose a tag to compare
Fix XYGraph didn't fill all available width when x-axis label intrins…

v0.6.2

25 Jul 03:50
Compare
Choose a tag to compare
Set version to 0.6.2

v0.6.1

17 Jun 00:23
Compare
Choose a tag to compare
Update version to 0.6.1

v0.6.0

23 Apr 15:02
Compare
Choose a tag to compare
Prep for release.

v0.5.4

25 Mar 01:04
Compare
Choose a tag to compare
Fix #52

v0.5.3

06 Mar 15:27
Compare
Choose a tag to compare
Upgrade to Compose 1.6.0

v0.5.2

26 Jan 05:12
Compare
Choose a tag to compare

Update dependency versions.