Skip to content

Commit 590c1a9

Browse files
committed
--- Highcharts 12.1.1 official release ---
1 parent 5f521f6 commit 590c1a9

9 files changed

Lines changed: 119 additions & 6 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highcharts",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"description": "JavaScript charting framework",
55
"main": "lib/highcharts.js",
66
"authors": [

build-properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"date": "",
3-
"version": "12.1.0-modified",
2+
"date": "2024-12-20",
3+
"version": "12.1.1",
44
"products": {
55
"Highcharts": {
66
"cdnpath": "",

changelog/changelog.html

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,33 @@
1515
<h2 id="highcharts">Highcharts</h2>
1616
</div>
1717
<div class="changelog-container">
18+
<h3 class="release-header">
19+
<a id="highcharts-v12.1.1"></a>
20+
<span>Highcharts v12.1.1 (2024-12-20)</span>
21+
<a class="release-header-hashtag" href="#highcharts-v12.1.1">#</a>
22+
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-12.1.1.zip" title="Download the zip archive for Highcharts v12.1.1"><i class="fas fa-download"></i></a></span>
23+
</h3>
24+
<div class="accordion card-group">
25+
<div class="card">
26+
27+
<div id="heading-12-1-1-bug-fixes" class="card-header">
28+
<h4 class="card-title" aria-label="Bug Fixes Highcharts v12.1.1">
29+
<button aria-label="Bug Fixes Highcharts v12.1.1" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bug-fixes-12-1-1"><span> Bug fixes </span></button>
30+
</h4>
31+
</div>
32+
<div id="bug-fixes-12-1-1" class="collapse" aria-labelledby="heading-12-1-1-bug-fixes" data-parent=".accordion">
33+
<div class="card-body">
34+
<ul>
35+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/22393">#22393</a>, the global <code>Highcharts.dateTime</code> function didn&#39;t pick the locale from the <code>html.lang</code> attribute, fell back to browser default.</li>
36+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/7873">#7873</a>, <code>min</code> and <code>max</code> settings in <a href="https://api.highcharts.com/highcharts/exporting.chartOptions">exporting.chartOptions</a> axis options were not respected if the user had interacted with the axis.</li>
37+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/22402">#22402</a>, a regression in v12 causing wrong number formatting with <a href="https://api.highcharts.com/highcharts/lang.decimalPoint">lang.decimalPoint</a> and <a href="https://api.highcharts.com/highcharts/lang.thousandsSep">lang.thousandsSep</a> set to <code>,</code> and <code>.</code> respectively (European style).</li>
38+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/22394">#22394</a>, a regression in v12.1.0 causing bad alignment of text inside the reset zoom button.</li>
39+
</ul>
40+
41+
</div>
42+
</div>
43+
</div>
44+
</div>
1845
<h3 class="release-header">
1946
<a id="highcharts-v12.1.0"></a>
2047
<span>Highcharts v12.1.0 (2024-12-17)</span>
@@ -7395,6 +7422,33 @@ <h3 class="release-header">
73957422
<h2 id="highcharts-stock">Highcharts Stock</h2>
73967423
</div>
73977424
<div class="changelog-container">
7425+
<h3 class="release-header">
7426+
<a id="highcharts-stock-v12.1.1"></a>
7427+
<span>Highcharts Stock v12.1.1 (2024-12-20)</span>
7428+
<a class="release-header-hashtag" href="#highcharts-stock-v12.1.1">#</a>
7429+
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Stock-12.1.1.zip" title="Download the zip archive for Highcharts Stock v12.1.1"><i class="fas fa-download"></i></a></span>
7430+
</h3>
7431+
<ul>
7432+
<li>Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Stock 12.1.1.</li>
7433+
</ul>
7434+
<div class="accordion card-group">
7435+
<div class="card">
7436+
7437+
<div id="hs-heading-12-1-1-bug-fixes" class="card-header">
7438+
<h4 class="card-title" aria-label="Bug Fixes Highcharts-stock v12.1.1">
7439+
<button aria-label="Bug Fixes Highcharts-stock v12.1.1" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bug-fixes-hs-12-1-1"><span> Bug fixes </span></button>
7440+
</h4>
7441+
</div>
7442+
<div id="bug-fixes-hs-12-1-1" class="collapse" aria-labelledby="hs-heading-12-1-1-bug-fixes" data-parent=".accordion">
7443+
<div class="card-body">
7444+
<ul>
7445+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/22262">#22262</a>, a regression since v12.1.0 causing range selector buttons not to be responsive if the <a href="https://api.highcharts.com/highstock/rangeSelector.inputEnabled">inputEnabled</a> was false.</li>
7446+
</ul>
7447+
7448+
</div>
7449+
</div>
7450+
</div>
7451+
</div>
73987452
<h3 class="release-header">
73997453
<a id="highcharts-stock-v12.1.0"></a>
74007454
<span>Highcharts Stock v12.1.0 (2024-12-17)</span>
@@ -11558,6 +11612,33 @@ <h3 class="release-header">
1155811612
<h2 id="highcharts-maps">Highcharts Maps</h2>
1155911613
</div>
1156011614
<div class="changelog-container">
11615+
<h3 class="release-header">
11616+
<a id="highcharts-maps-v12.1.1"></a>
11617+
<span>Highcharts Maps v12.1.1 (2024-12-20)</span>
11618+
<a class="release-header-hashtag" href="#highcharts-maps-v12.1.1">#</a>
11619+
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Maps-12.1.1.zip" title="Download the zip archive for Highcharts Maps v12.1.1"><i class="fas fa-download"></i></a></span>
11620+
</h3>
11621+
<ul>
11622+
<li>Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Maps 12.1.1.</li>
11623+
</ul>
11624+
<div class="accordion card-group">
11625+
<div class="card">
11626+
11627+
<div id="hm-heading-12-1-1-bug-fixes" class="card-header">
11628+
<h4 class="card-title" aria-label="Bug Fixes Highcharts-maps v12.1.1">
11629+
<button aria-label="Bug Fixes Highcharts-maps v12.1.1" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bug-fixes-hm-12-1-1"><span> Bug fixes </span></button>
11630+
</h4>
11631+
</div>
11632+
<div id="bug-fixes-hm-12-1-1" class="collapse" aria-labelledby="hm-heading-12-1-1-bug-fixes" data-parent=".accordion">
11633+
<div class="card-body">
11634+
<ul>
11635+
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/17192">#17192</a>, Proj4 threw an error, coordinates must be finite numbers, with certain combinations of Highcharts Maps and other charts in the same page..</li>
11636+
</ul>
11637+
11638+
</div>
11639+
</div>
11640+
</div>
11641+
</div>
1156111642
<h3 class="release-header">
1156211643
<a id="highcharts-maps-v12.1.0"></a>
1156311644
<span>Highcharts Maps v12.1.0 (2024-12-17)</span>
@@ -13632,6 +13713,15 @@ <h3 class="release-header">
1363213713
<h2 id="highcharts-gantt">Highcharts Gantt</h2>
1363313714
</div>
1363413715
<div class="changelog-container">
13716+
<h3 class="release-header">
13717+
<a id="highcharts-gantt-v12.1.1"></a>
13718+
<span>Highcharts Gantt v12.1.1 (2024-12-20)</span>
13719+
<a class="release-header-hashtag" href="#highcharts-gantt-v12.1.1">#</a>
13720+
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Gantt-12.1.1.zip" title="Download the zip archive for Highcharts Gantt v12.1.1"><i class="fas fa-download"></i></a></span>
13721+
</h3>
13722+
<ul>
13723+
<li>Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Gantt 12.1.1.</li>
13724+
</ul>
1363513725
<h3 class="release-header">
1363613726
<a id="highcharts-gantt-v12.1.0"></a>
1363713727
<span>Highcharts Gantt v12.1.0 (2024-12-17)</span>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog for Highcharts Gantt v12.1.1 (2024-12-20)
2+
3+
- Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Gantt 12.1.1.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog for Highcharts Maps v12.1.1 (2024-12-20)
2+
3+
- Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Maps 12.1.1.
4+
5+
## Bug fixes
6+
- Fixed [#17192](https://github.com/highcharts/highcharts/issues/17192), Proj4 threw an error, coordinates must be finite numbers, with certain combinations of Highcharts Maps and other charts in the same page..
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog for Highcharts Stock v12.1.1 (2024-12-20)
2+
3+
- Most changes listed under Highcharts 12.1.1 above also apply to Highcharts Stock 12.1.1.
4+
5+
## Bug fixes
6+
- Fixed [#22262](https://github.com/highcharts/highcharts/issues/22262), a regression since v12.1.0 causing range selector buttons not to be responsive if the [inputEnabled](https://api.highcharts.com/highstock/rangeSelector.inputEnabled) was false.

changelog/highcharts/12.1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog for Highcharts v12.1.1 (2024-12-20)
2+
3+
4+
## Bug fixes
5+
- Fixed [#22393](https://github.com/highcharts/highcharts/issues/22393), the global `Highcharts.dateTime` function didn't pick the locale from the `html.lang` attribute, fell back to browser default.
6+
- Fixed [#7873](https://github.com/highcharts/highcharts/issues/7873), `min` and `max` settings in [exporting.chartOptions](https://api.highcharts.com/highcharts/exporting.chartOptions) axis options were not respected if the user had interacted with the axis.
7+
- Fixed [#22402](https://github.com/highcharts/highcharts/issues/22402), a regression in v12 causing wrong number formatting with [lang.decimalPoint](https://api.highcharts.com/highcharts/lang.decimalPoint) and [lang.thousandsSep](https://api.highcharts.com/highcharts/lang.thousandsSep) set to `,` and `.` respectively (European style).
8+
- Fixed [#22394](https://github.com/highcharts/highcharts/issues/22394), a regression in v12.1.0 causing bad alignment of text inside the reset zoom button.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highcharts",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"private": true,
55
"description": "JavaScript charting framework",
66
"module": "es-modules/masters/highcharts.src.js",

0 commit comments

Comments
 (0)