Skip to content

Releases: ba-st/HighchartsSt

v12.1.1

07 Oct 21:21
e22ca01
Compare
Choose a tag to compare

Changelog

  • Fixed a bug when using Highstock deployment library
  • Added metadata library related test cases
  • Improved package separation

v12.1.0

06 Oct 20:47
72894aa
Compare
Choose a tag to compare

Changelog

  • Updated Highcharts and Highstock to 8.2.0
  • Separated series into their own packages to reduce loading bloat when working with only a few of them

v12.0.0

03 Jun 20:10
Compare
Choose a tag to compare

Breaking Changes

  • Updated Highcharts and Highstock JS libraries to 8.1.0 (See Highcharts and Highstock changelog for details).
  • Replaced objects provided for creating charts (series, point) with a new protocol that allows creating Seaside components that are hopefully easier to understand and use.
  • Updated examples to make use of the new objects.
  • Improved automatic test generation to increase coverage of the code generated.
  • Removed packages that are no longer needed: HighchartsStExtensions and HighchartsStPharoExtensions

v11.0.0

05 May 18:47
c9df5e4
Compare
Choose a tag to compare

Changelog

  • Update Boardwalk to v5, RenoirSt to v7 and Seaside to v3.4
  • Fixed some warnings detected by Shellcheck on the bash scripts
  • Use GitHub actions instead of TravisCi
  • Use CodeCov instead of Coveralls

v10.0.0

13 Jan 12:34
7187fae
Compare
Choose a tag to compare

Changelog

v9.0.1

09 Sep 20:51
72d2b3d
Compare
Choose a tag to compare

Changelog

  • Updated Seaside to v3.3.x symbolic version

v9.0.0

12 May 15:48
6019d5f
Compare
Choose a tag to compare

Breaking Changes

  • Updated Highcharts and Highstock JS libraries to v7.1.1

Please checkout the official highcharts migration guide because there's a lot of changes in this version against the previous supported one (6.0.7)

Non Breaking Changes

  • Updated Boardwalk to v4
  • Updated Seaside to v3.3.3

v8.0.0

21 Feb 15:18
698bf6b
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Follow community guidelines
  • Updated loading groups

v7.0.0

18 Apr 16:36
d1615b1
Compare
Choose a tag to compare

Breaking changes

  • Migrated sources to tonel file format
  • Updated dependencies

Non breaking changes

  • Improved import-tool documentation
  • Update Highcharts and Highstock JS libraries to to version 6.0.7

v6.0.0

28 Mar 20:51
3259f85
Compare
Choose a tag to compare

Changelog

  • Updated Highcharts and Highstock libraries to 6.0.3
  • Improved Importing Tools
  • Add Travis support