5.0.0
版本发布时间: 2023-06-09 04:53:03
ChartsOrg/Charts最新发布版本:5.1.0(2024-02-16 12:08:54)
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
- Fix yOffset documentation typo by @erkanyildiz in https://github.com/danielgindi/Charts/pull/4898
- The use of special character in folder name don't allow unzip correct… by @rquesada in https://github.com/danielgindi/Charts/pull/4661
- Unnecessary space Removal and Semicolons are removed by @guptamohit1907 in https://github.com/danielgindi/Charts/pull/5016
- Change library name from Charts to DGCharts by @pmairoldi in https://github.com/danielgindi/Charts/pull/5027
- Adding a tutorial link to README.md by @stepanovgena in https://github.com/danielgindi/Charts/pull/4971
- fixed no used warning by @eren-celik in https://github.com/danielgindi/Charts/pull/4841
- Turn on the BUILD_LIBRARY_FOR_DISTRIBUTION flag by @matopeto in https://github.com/danielgindi/Charts/pull/4912
- bump min version to 13 for ios project by @waterskier2007 in https://github.com/danielgindi/Charts/pull/5062
- Fix Node 12 deprecation warning by @FelixHerrmann in https://github.com/danielgindi/Charts/pull/5043
- Merge from master by @pmairoldi in https://github.com/danielgindi/Charts/pull/5067
- Fix Xcode 14.3 import warnings by @FelixHerrmann in https://github.com/danielgindi/Charts/pull/5041
- remove swift-algorithms package in favor of manully importing needed … by @pmairoldi in https://github.com/danielgindi/Charts/pull/5069
- update ci by @pmairoldi in https://github.com/danielgindi/Charts/pull/5070
- [WIP] Release/5.0.0 by @pmairoldi in https://github.com/danielgindi/Charts/pull/5028
New Contributors
- @erkanyildiz made their first contribution in https://github.com/danielgindi/Charts/pull/4898
- @rquesada made their first contribution in https://github.com/danielgindi/Charts/pull/4661
- @guptamohit1907 made their first contribution in https://github.com/danielgindi/Charts/pull/5016
- @stepanovgena made their first contribution in https://github.com/danielgindi/Charts/pull/4971
- @eren-celik made their first contribution in https://github.com/danielgindi/Charts/pull/4841
- @matopeto made their first contribution in https://github.com/danielgindi/Charts/pull/4912
- @waterskier2007 made their first contribution in https://github.com/danielgindi/Charts/pull/5062
Full Changelog: https://github.com/danielgindi/Charts/compare/v4.1.0...5.0.0