Skip to content

Latest commit

 

History

History
112 lines (55 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

112 lines (55 loc) · 2.14 KB

Table of Contents

  1. 2021-08-09 -> Version 1.2.0
  2. 2021-07-17 -> Minor UI improvements
  3. 2021-06-28 -> Change colors to SwiftUI native
  4. 2021-06-27 -> WatchOS compatibility
  5. 2021-06-22 -> UI Chart label changer
  6. 2021-06-16 -> Fix unwrap crash
  7. 2021-06-06 -> Fix bug color LineChartView on dragGesture
  8. 2021-06-06 -> Fix Index out of range when data is empty
  9. 2021-06-05 -> Add CapsuleChart
  10. 2021-05-19 -> Fix builder issues
  11. 2021-05-08 -> Fix warning Modifying state during view update
  12. 2021-05-08 -> Fix folder structure bug
  13. 2021-05-07 -> Delete demo project
  14. 2021-05-07 -> v1.1
  15. 2021-04-30 -> v1.0
  16. 2021-05-28 -> v0.2-alpha
  17. 2021-05-28 -> v0.1-alpha

2021-08-09 -> Version 1.2.0

Remove on push triggers

2021-07-17 -> Minor UI improvements

2021-06-28 -> Change colors to SwiftUI native

2021-06-27 -> WatchOS compatibility

2021-06-22 -> UI Chart label changer

2021-06-16 -> Fix unwrap crash

Fix crash when path.currentPoint was nil in LinePath.swift

2021-06-06 -> Fix bug color LineChartView on dragGesture

2021-06-06 -> Fix Index out of range when data is empty

2021-06-05 -> Add CapsuleChart

2021-05-19 -> Fix builder issues

2021-05-08 -> Fix warning Modifying state during view update

2021-05-08 -> Fix folder structure bug

2021-05-07 -> Delete demo project

2021-05-07 -> v1.1

Add dragGesture argument

2021-04-30 -> v1.0

2021-05-28 -> v0.2-alpha

2021-05-28 -> v0.1-alpha