Skip to content

Releases: ChartsOrg/Charts

5.1.0

16 Feb 04:08
dd9c72e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

08 Jun 20:53
0a229f8
Compare
Choose a tag to compare

A New Name!

Charts is now called DGCharts to prevent conflicts with Apple's SwiftUI Charts.

To fix your projects simply replace import Charts with import DGCharts

What's Changed

New Contributors

Full Changelog: v4.1.0...5.0.0

v4.1.0

13 Sep 02:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.3...v4.1.0

v4.0.3

25 May 16:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2 Release

12 Mar 19:27
Compare
Choose a tag to compare
  • Fixes build issues by replacing class protocol conformance to AnyObject
  • Update swift-algorithms to 1.0
  • Add support for cocoapods for 4.0
  • Bump lowest supported versions to iOS 10, macOS 10.12, tvOS 10

v4.0.1 Release

06 Nov 07:43
8d134a7
Compare
Choose a tag to compare

v4.0.1 Release

Thanks @jjatie, 4.0.1 release brings:

Support Swift Package Manager and switch to another Snapshot test framework.

Use Github Actions instead of Travis CI to run faster and work around Carthage issues against Xcode12.

Snapshot UT now supports Apple Silicon.

Adopt Swift-Algorithm crafted by Apple and the community.

Full changelog


We have merged our long waited 4.0 branch into master. It adopts latest Swift trends and benefits and more flexbile and More swift!

This is a huge release as a lot of APIs have changed and adopted new protocols. So please expect it will break your code especially about the collection protocols. We will add a few Pull requests in the near future such as #4411.

The pre-release could last a little bit longer since we don't want to push people to update. But we do encourage people to try it out and give us feed back.

Xcode 12 support

21 Sep 07:27
6654640
Compare
Choose a tag to compare

Xcode 12 support

v3.5.0 Release

16 Apr 10:40
Compare
Choose a tag to compare

Build on Xcode 11.4 and latest Swift (pod)

Change log:https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md

Merged pull requests:
Full github commit log

3.4.0 Release

09 Oct 03:25
Compare
Choose a tag to compare

Support Xcode 11 and new Swift 5

Bug Fix

#4029: Index out of bounds exception in v3.2 in createAccessibleElement
#4094: Horizontal Bezier Line Graph Not Drawing Through All Points
#4093: Line chart x axis animation is broken
#4099: Line renderer did not render lines if their coordinates fell outside of the viewport
full change log:https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md

pod updated

3.3.0 Release

24 Apr 02:52
Compare
Choose a tag to compare

This will be a breaking update due to #3847 that we changed dataSet initializers API interface and fixed Xcode warnings for previous release.

pod has been updated again to 3.3.0 tag, it's previously using 3.3

Now supports Xcode 10.2 and Swift 5.0

Highlights of fixed issues and merged requests:

Full change log

https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md