Skip to content

Latest commit

 

History

History
576 lines (427 loc) · 52 KB

CHANGELOG.md

File metadata and controls

576 lines (427 loc) · 52 KB

Changelog

v3.5.0 (2020-04-16)

Full Changelog

Merged pull requests:

v3.4.0 (2019-10-09)

Full Changelog

Merged pull requests:

  • Apply Xcode11 changes #4153 (liuxuan30)
  • Fixes #4099: Line renderer did not render lines if their coordinates fell outside of the viewport. #4100 (4np)
  • Fix line chart x axis animation #4093, also close #3960 #4094 (liuxuan30)
  • Update License #4055 (jobinsjohn)
  • fixed stacked chart bug when there are different stacks on columns. #4029 (Scalman)
  • Fix Swift Package Manager compile issue #4017 (rynecheow)
  • Added a safety check before an unsafe array operation #4006 (UberNick)
  • fix #3975 (pie chart highlight disabled will lead to empty slice) #3996 (liuxuan30)
  • For #3917. make init(label: String?) convenient initializer #3973 (liuxuan30)
  • Avoid passing NaN to CoreGraphics API (Fixes #1626) #2568 (chiahan1123)

v3.3.0 (2019-04-24)

Full Changelog

Implemented enhancements:

  • Renamed values to entries to reflect the property's type #3847 (jjatie)

Merged pull requests:

v3.2.2 (2019-02-13)

Full Changelog

Merged pull requests:

v3.2.1 (2018-10-08)

Full Changelog

v3.2.0 (2018-09-17)

Full Changelog

Merged pull requests:

3.1.1 (2018-04-02)

Full Changelog

v3.1.1 (2018-04-02)

Full Changelog

Merged pull requests:

3.1.0 (2018-03-22)

Full Changelog

v3.1.0 (2018-03-22)

Full Changelog

Merged pull requests:

3.0.5 (2018-01-08)

Full Changelog

v3.0.5 (2018-01-08)

Full Changelog

Merged pull requests:

v3.0.4 (2017-09-21)

Full Changelog

3.0.4 (2017-09-21)

Full Changelog

Merged pull requests:

v3.0.3 (2017-09-08)

Full Changelog

3.0.3 (2017-09-08)

Full Changelog

Merged pull requests:

3.0.2 (2017-04-02)

Full Changelog

v3.0.2 (2017-04-02)

Full Changelog

Merged pull requests:

v3.0.1 (2016-11-20)

Full Changelog

3.0.1 (2016-11-20)

Full Changelog

Merged pull requests:

2.3.1 (2016-11-04)

Full Changelog

v2.3.1 (2016-11-04)

Full Changelog

Merged pull requests:

  • Fix png image using JPEG type when being saved on macOS #1783 (petester42)

v3.0.0 (2016-10-19)

Full Changelog

3.0.0 (2016-10-19)

Full Changelog

Merged pull requests:

2.3.0 (2016-09-21)

Full Changelog

v2.3.0 (2016-09-21)

Full Changelog

Merged pull requests:

v2.2.5 (2016-05-30)

Full Changelog

Merged pull requests:

v2.2.4 (2016-03-31)

Full Changelog

Merged pull requests:

v2.2.3 (2016-02-29)

Full Changelog

Merged pull requests:

v2.2.2 (2016-02-09)

Full Changelog

v2.2.1 (2016-02-01)

Full Changelog

2.2.1 (2016-02-01)

Full Changelog

Merged pull requests:

v2.2.0 (2016-01-26)

Full Changelog

Merged pull requests:

  • Activate require app extension safe API to be able to use library inside an app extension #708 (ghost)
  • fix code indent problem in ChartYAxisRendererRadarChart, ChartYAxisRenderer, BarChartDataSet, RadarChartView #675 (liuxuan30)
  • Fix minor typo in BarLineChartViewBase #651 (patrickreynolds)
  • Adapted ChartLegendRenderer class to upcoming Swift 3 changes and improved code readability #643 (zntfdr)
  • Remove verbose semicolons #639 (AntiMoron)
  • Adds CI #636 (petester42)
  • Add missing images for bar chart tests #635 (petester42)
  • Use nil coalescing in ChartDataSet's entryCount (Fixes #631) #632 (aarondaub)
  • Remove useless parentheses causing swift build error #614 (chanil1218)
  • Add change log file. #605 (skywinder)
  • add initialize dataSets in setter #600 (liuxuan30)
  • Bar chart tests #580 (alvesjtiago)
  • Make getBarBounds callable from Objective-C code (Fixes #570) #571 (ghost)
  • round the float value before we cast to Int #558 (liuxuan30)

v2.1.6 (2015-11-02)

Full Changelog

Merged pull requests:

v2.1.5 (2015-10-15)

Full Changelog

Merged pull requests:

  • Changed _chart access modifier from private to internal #478 (AlBirdie)
  • fixed noDataText and NoDataTextDescription texts ovelapping issue #457 (zntfdr)
  • Only alow scaling further if the user can still zoom (Fixes #437) #438 (iangmaia)
  • Make the ChartXAxisRenderer more flexible: now possible to overwrite drawing the line or label of the ChartLimitLine #432 (pajai)

v2.1.4a (2015-10-02)

Full Changelog

Merged pull requests:

v2.1.4 (2015-09-21)

Full Changelog

Merged pull requests:

  • Allow setting maximum y-scale factor #388 (noais)
  • Swift 2.0 #386 (danielgindi)
  • Fix default value of forceLabelsEnabled #360 (yas375)
  • Update BarLineChartViewBase.swift #359 (Ewg777)
  • combined chart - seems we should use same chartXMin and chartXMax even there is no bubble data #324 (liuxuan30)
  • fix pie chart clipping #313 (petester42)
  • bump podspec to 2.1.3 #290 (petester42)
  • Minor refactor for BarLineChartViewBase #268 (liuxuan30)
  • Enhanced label positioning at limit lines (enum ChartLimitLabelPosition) #243 (SvenMuc)
  • fix radar chart negative value rendering bug if startAtZeroEnabled is false for issue #166 #207 (liuxuan30)
  • Performance Enhancements #29 - candle chart #192 (dorsoft)

v2.1.3 (2015-08-05)

Full Changelog

Merged pull requests:

  • Add a Code Hunt vote badge to README.md #262 (CodeHuntIO)
  • Updated podspec #254 (petester42)
  • try to fix bar chart + Horizontal Bar chart wrong render + highlight position bug for issue #214 and #242. #248 (liuxuan30)

v2.1.2 (2015-07-26)

Full Changelog

v2.1.1 (2015-07-26)

Full Changelog

Merged pull requests:

  • Candle chart - make the shadow same color as an candle color #122 #191 (dorsoft)
  • ChartData.removeEntryByXIndex removes the wrong entry #182 #185 (dorsoft)
  • The line charts have started to properly display balloon markers #179 (Maxim-38RUS-Zabelin)
  • Fix a silly bug. should check if first is -0.0 #165 (liuxuan30)
  • add NaN check to allow non-digits handling for radar chart #152 (liuxuan30)
  • optional protocol method should not be force unwrapped #147 (liuxuan30)
  • add missing module CoreGraphics for BubbleChartView #146 (liuxuan30)
  • Adding a minimum parameter to setVisibleXRange #119 (dorsoft)
  • Added support for setting a custom width that is wider than the longe… #107 (AlBirdie)
  • Offset adjustment when drawLabels on the x axis is disabled. #106 (AlBirdie)
  • AutoScaling yAxis during panning / zooming #95 (AlBirdie)
  • Allow access to setLabelsToSkip from Objective-C. #93 (mkubenka)
  • Changing iOS deployment target to 8.0 from 8.1 #74 (michaelmcguire)

v2.1.0 (2015-05-05)

Full Changelog

Merged pull requests:

v2.0.9 (2015-04-08)

Full Changelog

Merged pull requests:

0.0.1 (2015-04-07)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator