Skip to content

Releases: mahozad/android-pie-chart

v0.7.0

31 Aug 12:27
2a0c652
Compare
Choose a tag to compare

This is a major release.

New features

  • Add basic animation support (22f6af6)

Bug fixes

  • Fix the bug with whole-fraction single-slice pie (0d25f28)

Other

  • Improve the showcase app (e5dec1f)

All commits since version 0.6.2

v0.6.2

25 Aug 13:03
cdd8349
Compare
Choose a tag to compare

This is a patch release.

Bug fixes

  • Fix the bug with single-slice pie not drawn (d79fdf1)
  • Fix the problem with legend box border (3b9d942)

Other

  • Update showcase app to show random charts on click (cbd2c21)

All commits since version 0.6.1

v0.6.1

22 Aug 16:28
c45b0c2
Compare
Choose a tag to compare

This is a patch release.

Bug fixes

  • Fix the bug with some properties change having no effect in the chart (eb17cf5)

Other

  • Migrate the showcase app to Jetpack Compose (66abcd0)

All commits since version 0.6.0

v0.6.0

21 Aug 15:27
cc7edbc
Compare
Choose a tag to compare

This is a major release.

New features

  • Add resource version of properties (0885cf0 and other commits)
  • Add label offset property to Slice class (a8755a6)

Updates

  • Changes to chart properties now work (multiple commits)
  • Update dimension properties to be of type Dimension (c7b1b5e)

Bug fixes

  • Fix the bug with first slice of the pie (6e50d89)

All commits since version 0.5.0

v0.5.0

01 Aug 14:18
88a0bca
Compare
Choose a tag to compare

This is a major release.

New features

  • Legends (17d74f8 and other commits)
    Including properties and attributes for:
    • Legends automatic wrapping
    • Legends box (enable/disable, title, background, border, color, position, alignment)
    • Legends arrangement (horizontal/vertical)
    • Legends percentage (enable/disable, size, color)
    • Legends alignment
    • Legends icons (default icons, tint, height, margin from legend text)
  • Center label (5907b86)
  • Center background (f88d28c)

Updates

  • Update some library dependencies (e9420e8)
  • Update Kotlin version (ce8cda5)

Other

  • Fix empty javadoc jar by including dokka documentation in it (87195e5)

All commits since version 0.4.0

v0.4.0

04 Jul 16:45
Compare
Choose a tag to compare

This is a major release.

New features

  • Outside inward circular label (3bad21d)
  • Outside outward circular label (3bad21d)
  • Attribute to change label icon tint for all slices (891f77b)

Updates

  • Update androidx.core dependency (173eb33)
  • Decrease default icon margin (e0724cb)

Removals

  • Remove unneeded library dependencies (820810f)

All commits since version 0.3.0

v0.3.0

05 Jun 11:59
Compare
Choose a tag to compare

This is a major release.

New features

  • Top and bottom placements for label icons (065b44a)
  • Icon for outside label (065b44a)
  • New label type NONE (cdbb69e)
  • Attribute to change label icon placement for all slices (f2cd015)

Updates

  • Decrease default label font size (7c42e47)
  • PieChart::slices property is now immutable var instead of mutable val (53a3381)

All commits since version 0.2.0

v0.2.0

31 May 10:04
Compare
Choose a tag to compare

This is a major release.

New features

  • Outside label (currently not supporting icon) (d5269dd)
  • Outward Pointer for slices (d5269dd)
  • Label icon for inside labels (7dffb16)
  • Properties for changing label colors (7c374ce)

Updates

  • Attributes are now public to use in layouts (64a1f18)

All commits since version 0.1.0

v0.1.0

23 May 11:06
Compare
Choose a tag to compare

This is the first release of the library.