Skip to content

Commit

Permalink
--- Highcharts 11.4.1 official release ---
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Apr 4, 2024
1 parent a8ab6a3 commit cb1d070
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "11.4.0",
"version": "11.4.1",
"description": "JavaScript charting framework",
"main": "lib/highcharts.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions build-properties.json
@@ -1,6 +1,6 @@
{
"date": "",
"version": "11.4.0-modified",
"date": "2024-04-04",
"version": "11.4.1",
"products": {
"Highcharts": {
"cdnpath": "",
Expand Down
102 changes: 90 additions & 12 deletions changelog/changelog.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions changelog/highcharts-gantt/11.4.1.md
@@ -0,0 +1,3 @@
# Changelog for Highcharts Gantt v11.4.1 (2024-04-04)

- Most changes listed under Highcharts 11.4.1 above also apply to Highcharts Gantt 11.4.1.
3 changes: 3 additions & 0 deletions changelog/highcharts-maps/11.4.1.md
@@ -0,0 +1,3 @@
# Changelog for Highcharts Maps v11.4.1 (2024-04-04)

- Most changes listed under Highcharts 11.4.1 above also apply to Highcharts Maps 11.4.1.
9 changes: 9 additions & 0 deletions changelog/highcharts-stock/11.4.1.md
@@ -0,0 +1,9 @@
# Changelog for Highcharts Stock v11.4.1 (2024-04-04)

- Most changes listed under Highcharts 11.4.1 above also apply to Highcharts Stock 11.4.1.
- Added support for `borderRadius` on flag series with the `squarepin` symbol.

## Bug fixes
- Fixed [#20807](https://github.com/highcharts/highcharts/issues/20807), annotations didn't get proportionally resized when dragging a control point. Ordinal axis' `getExtendedPositions` didn't take `dataGrouping` options into account.
- Fixed [#20809](https://github.com/highcharts/highcharts/issues/20809), panning to extremes caused jumping to incorrect extremes.
- Fixed [#20856](https://github.com/highcharts/highcharts/issues/20856), a regression in v11.4.0 causing wrong crosshair label position on the right side of the chart.
11 changes: 11 additions & 0 deletions changelog/highcharts/11.4.1.md
@@ -0,0 +1,11 @@
# Changelog for Highcharts v11.4.1 (2024-04-04)


## Bug fixes
- Fixed [#20784](https://github.com/highcharts/highcharts/issues/20784), a regression in v11.4.0 causing wrong min and max extremes for the selection event in column charts.
- Fixed [#20710](https://github.com/highcharts/highcharts/issues/20710), bubble legend with color-axis moved after redraw.
- Fixed [#20792](https://github.com/highcharts/highcharts/issues/20792), plot lines' HTML labels rendered incorrectly.
- Fixed [#18980](https://github.com/highcharts/highcharts/issues/18980), the `highcharts.d.ts` type definition file was too large and caused issues in editors. Moved majority of series options into separate definition files.
- Fixed [#20871](https://github.com/highcharts/highcharts/issues/20871), a regression with resetting zoom across synchronized charts.
- Fixed [#20586](https://github.com/highcharts/highcharts/issues/20586), plot line CSS classes were not concatenated with spaces, causing the `className` option to fail.
- Fixed [#20548](https://github.com/highcharts/highcharts/issues/20548), chart not resizing after closing fullscreen.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "11.4.0",
"version": "11.4.1",
"description": "JavaScript charting framework",
"module": "es-modules/masters/highcharts.src.js",
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
Expand Down

0 comments on commit cb1d070

Please sign in to comment.