Releases: futuredapp/donut
Releases · futuredapp/donut
2.3.0
What's Changed
- Update documentation for snapshot builds by @matejsemancik in #100
- Filter lines with amount 0 during onDraw by @mtotschnig in #103
- Housekeep by @matejsemancik in #105
- [Compose] Allow configuration of StrokeCap by @mtotschnig in #104
- Feature: Update to Android API 36 and update dependencies by @jacob-derynk in #106
- Feat: Merge sample apps and update dependencies by @jacob-derynk in #109
- feat: Migrate Compose library to Compose Multiplatform and add standalone CMP sample app by @jacob-derynk in #108
- Fix: Update publishing configuration by @jacob-derynk in #110
- Chore: Update Sonatype snapshots repository URL in README by @jacob-derynk in #111
- Release 2.3.0 by @jacob-derynk in #112
New Contributors
- @mtotschnig made their first contribution in #103
- @jacob-derynk made their first contribution in #106
Full Changelog: 2.2.4...2.3.0
2.2.4
What's Changed
- Don't draw section if amount is zero by @Syntey in #96
- Release 2.2.4 by @matejsemancik in #99
New Contributors
Full Changelog: 2.2.3...2.2.4
2.2.3
Compose version
- Bump Compose to 1.4.1
- Bump Kotlin to 1.8.0
2.2.2
Bugfixes:
- Fix for a bug that was causing colors not being correctly assigned to their corresponding values.
2.2.1
Compose version
- Bump Compose to 1.1.1
- Bump Kotlin to 1.6.10
2.2.0
- Bump Compose from beta to stable 1.0.4 and Kotlin to 1.5.31
2.1.0
- Allow zero-amount donut sections
- Lower library minSdk from 21 to 19
- Add direction feature
- Add stroke cap feature
2.0.0
- Added Jetpack Compose version of the library
- Small refactor of data structures from the library module
1.0.0
First release of Donut library.