Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 95d176d

Browse files
Release v4.2.3
1 parent 94cca2e commit 95d176d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.markdown

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 4.2.3 / 2016-04-09
2+
3+
* Updated Highcharts to 4.2.3 (2016-02-08)
4+
* Fixed #4989, Chart.getSVG function produced invalid SVG.
5+
* Fixed #4999, a regression causing JS error on hovering columns having a shadow.
6+
* Fixed #5001, a regression causing empty arearange series to fail with JS error.
7+
* Fixed #5004, a regression causing stacked step areas to render incorrectly.
8+
* Fixed #5015, a regression causing splines with null points and connectNulls: true not to render.
9+
* Fixed #5016, a regression where a spline with equal X values failed to show.
10+
111
# 4.2.2 / 2016-04-09
212

313
* Updated Highcharts to 4.2.2 (2016-02-04)

lib/highcharts/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Highcharts
2-
VERSION = "4.2.2"
2+
VERSION = "4.2.3"
33
end

0 commit comments

Comments
 (0)