Skip to content

Releases: Tweener/kmp-charts

1.3.0

17 Oct 09:12
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.3.0


✨ What's new

  • 🚀 Upgrade to Kotlin 2.0.21 & Gradle 8.5.2
  • 🚀 Upgrade to Compose Multiplatform 1.7.0

⚠️ Breaking Changes

None


💪 Enhancements


🪲 Bug Fixes

  • DonutChart: Fixes a bug where segments were not properly updated

🛠️ Performance Improvements

None


🟡 Other Changes

None

1.2.0

27 Sep 06:36
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0


Breaking Changes

  • DonutChart has been moved to a new package: com.tweener.charts.type.donut.
  • Segment class has been moved to a new package: com.tweener.charts.type.donut.model.

New Features

  • New chart added: LineChart to display plotted connected with a straight or curved line.

linechart

Enhancements

  • Updated project configuration to use Gradle version catalog.
  • DonutChart: Segments now have a selected property which allows pre-selection of a segment during composition.
  • DonutChart: Added a new property to allow customization of the StrokeCap.

Bug Fixes

None

Performance Improvements

None

Other Changes

None

1.1.0

28 May 21:03
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.1.0


Breaking Changes

None

New Features

None

Enhancements

kmp-charts now official support Kotlin 2.0! 🎉

Bug Fixes

None

Performance Improvements

None

Other Changes

None

1.0.1

28 Apr 17:41
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1


Breaking Changes

None

New Features

None

Enhancements

  • DonutChart - Each segment now has an ID to better identify which segment has been clicked by the user.
  • DonutChart - Each segment can now be enabled/disabled to whether or not respond to click events.

Bug Fixes

None

Performance Improvements

None

Other Changes

None

1.0.0

06 Mar 13:17
Compare
Choose a tag to compare

Initial release.