Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.29 KB

Donut Releases

Version 2.2.4

  • Don't draw sections if amount is 0 (#96)

Version 2.2.3

Compose version

  • Bump Compose to 1.4.1

Version 2.2.2

2022-04-16

Compose version

  • Fix for a bug that was causing colors not being correctly assigned to their corresponding values. (Issue, Merge Request)

Version 2.2.1

2022-03-02

Compose version

  • Bump Compose to 1.1.1
  • Bump Kotlin to 1.6.10

Version 2.2.0

2021-10-26

Compose version

  • Bump Compose from beta to stable 1.0.4 and Kotlin to 1.5.31

Version 2.1.0

2020-12-14

Android View version

  • Allow zero-amount donut sections #56
  • Lower library minSdk from 21 to 19 #57
  • Add direction feature #58
  • Add stroke cap feature #59

Version 2.0.0

2020-05-12

Jetpack Compose version

  • Initial implementation

Android View version

  • ⚠️ Renamed: DonutDataset to DonutSection #43

Version 1.0.0

2019-12-20

  • Initial implementation