2026-03-02
- Fix publishing configuration for Compose Multiplatform library
- Configure multiplatform publishing for donut-compose
2025-10-21
- Add full Compose Multiplatform (CMP) support with iOS target
- Merge sample apps into unified Compose Multiplatform sample
- Add chooser screen to switch between Compose Multiplatform and legacy Android Views implementations for Android app
- Remove legacy Android-only sample module
- Fix publishing configuration for Maven Central
- Bump Kotlin to 2.2.10
- Bump Compose BOM to 2025.08.00
- Bump Android Gradle Plugin to 8.13.0
- Don't draw sections if amount is 0 (#96)
- Bump Compose to 1.4.1
2022-04-16
- Fix for a bug that was causing colors not being correctly assigned to their corresponding values. (Issue, Merge Request)
2022-03-02
- Bump Compose to 1.1.1
- Bump Kotlin to 1.6.10
2021-10-26
- Bump Compose from beta to stable 1.0.4 and Kotlin to 1.5.31
2020-12-14
- Allow zero-amount donut sections #56
- Lower library minSdk from 21 to 19 #57
- Add direction feature #58
- Add stroke cap feature #59
2020-05-12
- Initial implementation
⚠️ Renamed:DonutDatasettoDonutSection#43
2019-12-20
- Initial implementation