Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

87 lines (63 loc) · 5.47 KB

Yii2 Highcharts Changelog

v10.0.1 (2023-01-23)

  • Fixed issue #94 - invalid asset path

v10.0 (2023-01-22)

  • This release includes breaking changes. See Tips for upgrade instructions.
  • Upgraded Highcharts JS library to the latest major release (10.0). See the Highcharts changelog for more information about what's new in this version.
  • Fix temporarily suppress notice on PHP82 #92

v9.0 (2021-03-04)

  • Upgraded Highcharts JS library to the latest major release (9.0).

v8.0 (2020-04-21)

  • Upgraded Highcharts JS library to the latest major release (8.0).
  • Updated docs for #77 HighchartsAsset::register($this)->withScripts(['highstock']); results with error 16

v7.1.2 (2019-08-07)

  • Upgraded Highcharts JS library to the latest release (7.1.2).
  • Added support for Gantt chart type (issue #74). See included Gantt Chart Example for usage.

v7.0 (2019-01-21)

  • Upgraded Highcharts JS library to the latest release (7.0.2).
  • Fixed issue #54.

v6.0 (2017-10-27)

  • Upgraded Highcharts JS library to the latest release (6.0.2).

v5.0.2 (2016-11-16)

  • Upgraded Highcharts JS library to the latest release (5.0.2).

v5.0.0 (2016-10-03)

  • Upgraded Highcharts JS library to the latest release (5.0.0).

v4.2.6 (2016-08-07)

  • Upgraded Highcharts JS library to the latest release (4.2.6).

v4.2.5 (2016-05-26)

  • Upgraded Highcharts JS library to the latest release (4.2.5).
  • Fixed #33: SeriesDataHelper does only return 20 datasets
  • Added travis.yml

v4.2.3 (2016-02-11)

  • Upgraded Highcharts JS library to the latest release (4.2.3).

v4.2.2 (2016-02-04)

  • Upgraded Highcharts JS library to the latest release (4.2.2).

v4.2.1 (2016-01-13)

  • Upgraded Highcharts JS library to the latest release (4.2.1).

v4.1.10 (2015-12-14)

  • Upgraded Highcharts JS library to the latest release (4.1.10).

v4.1.9 (2015-10-12)

  • Upgraded Highcharts JS library to the latest release (4.1.9).

v4.1.8 (2015-09-23)

  • Upgraded Highcharts JS library to the latest release (4.1.8).

v4.1.7 (2015-07-09)

  • Upgraded Highcharts JS library to the latest release (4.1.7).

v4.1.6 (2015-06-22)

  • Upgraded Highcharts JS library to the latest release (4.1.6).
  • Fixed issue #8.

v4.1.5 (2015-04-29)

  • Upgraded Highcharts JS library to the latest release (4.1.5).
  • Added SeriesDataHelper class to make preprocessing data easier. See included SeriesDataHelper Examples for usage.
  • Chart objects are no longer assigned to the generic chart variable on initialization. See Tips for info on accessing your charts from other scripts.

v4.0.4 (2014-09-25)

v4.0.1 (2014-04-24)

  • Upgraded Highcharts JS library to the latest release (4.0.1).

v3.0.10 (2014-03-17)

  • Upgraded Highcharts JS library to the latest release (3.0.10).

v3.0.9 (2014-02-17)

  • Upgraded Highcharts JS library to the latest release (3.0.9).