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

Commit 975ce4d

Browse files
Release v6.0.3
Signed-off-by: Per Christian B. Viken <[email protected]>
1 parent 333b07c commit 975ce4d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.markdown

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 6.0.3 / 2017-11-14
2+
3+
* Updated Highcharts to 6.0.3 (2017-11-14)
4+
* Added new option, dataLabels.filter, for a declarative way of filtering data labels without using the formatter.
5+
* Bug fixes
6+
* Fixed #1841, bad animation when adding points in area ranges.
7+
* Fixed #4994, improved documentation on loading Highcharts in ES6.
8+
* Fixed #6183, small tick interval caused ticks to be merged to one.
9+
* Fixed #6895, zoomed heat map wastn't clipped properly in boost mode.
10+
* Fixed #6907, no focus indicator on some browsers.
11+
* Fixed #7300, font-size in wordcloud was not set as pixels, causing Firefox to render all words equal size.
12+
* Fixed #7311, minPointLength wasn't correct for some cases.
13+
* Fixed #7315, marker was listed as a column series option.
14+
* Fixed #7315, removed wrong docs for series.column.marker and for shadow in hover and select states in column.states.
15+
* Fixed #7316, null text with useHTML was throwing an error on getBBox().
16+
* Fixed #7320, a regression causing responsive options for axes and series not being unset.
17+
* Fixed #7326, setData with equal data length caused badly drawn stacked area series with null points.
18+
* Fixed #7332, X-range data labels were not hidden for off-screen elements.
19+
* Fixed #7339, removed doubled axis ticks in case of too dense ticks.
20+
* Fixed #7342, improved documentation for xAxis.
21+
* Fixed #7351, dynamically added checkboxes didn't respect scrolling after update.
22+
* Fixed #7357, a chart without a title threw an error when trying to export data.
23+
* Fixed #7369, scatter chart with series containing points with null and negative X didn't render.
24+
* Fixed #7371, sunburst chart failed in styled mode.
25+
* Fixed #7377, approximation averages wasn't returning undefined values as it should.
26+
* Fixed issue with date parsing error appearing when not necessary.
27+
* Fixed issue with markup passing unfiltered into aria-label attributes, causing invalid SVG.
28+
* Fixed jsdoc plugin. Load highcharts assembler from npm.
29+
* Fixed keyboard navigation for maps and heatmaps.
30+
* Fixed navigator update issue. See #5846.
31+
132
# 6.0.2 / 2017-11-10
233

334
* Update Highcharts to 6.0.2 (2017-10-20)

lib/highcharts/version.rb

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

0 commit comments

Comments
 (0)