You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ _Enhancements:_
51
51
- Added a new logging level (`5`) for benchmarking logs.
52
52
- Added legacy names of options to the `defaultConfig` and `mapToNewConfig` function in order to support the old, PhantomJS-based structure of options.
53
53
- Added a new process event handler for the `SIGHUP` signal.
54
-
- Added `mapChart` and `ganttChart` constructors in the exporting UI (#503).
54
+
- Added `mapChart` and `ganttChart` constructors in the exporting UI [(#503)](https://github.com/highcharts/node-export-server/issues/503).
55
+
- Added the series-on-point module [(#532)](https://github.com/highcharts/node-export-server/issues/532).
55
56
- Reordered the `error` and `info` arguments in the callback of the `startExport` function.
56
57
- Updates were made to the `config.js` file.
57
58
- Updated the `killPool` function.
@@ -70,8 +71,8 @@ _Enhancements:_
70
71
_Fixes:_
71
72
72
73
- Fixed `multer` related error: 'Field value too long'.
73
-
- Fixed the SSL handshake error (#307).
74
-
- Fixed missing background color transparency (#492).
74
+
- Fixed the SSL handshake error [(#307)](https://github.com/highcharts/node-export-server/issues/307).
75
+
- Fixed missing background color transparency [(#492)](https://github.com/highcharts/node-export-server/issues/492).
75
76
- Fixed missing `foreignObject` elements issue.
76
77
- Fixed type compatibility issues in the `pairArgumentValue` function, arising from CLI string arguments.
77
78
- Fixed the 'httpsProxyAgent is not a constructor' issue with the `https-proxy-agent` module.
@@ -112,17 +113,17 @@ _Fixes:_
112
113
113
114
# 3.0.5
114
115
115
-
- Fixed an issue with transparent backgrounds in PNG exports (#463).
116
-
- Fixed an issue with missing `filename` property (https://github.com/highcharts/highcharts/issues/20370).
116
+
- Fixed an issue with transparent backgrounds in PNG exports [(#463)](https://github.com/highcharts/node-export-server/issues/463).
117
+
- Fixed an issue with missing `filename` property [(#20370)](https://github.com/highcharts/highcharts/issues/20370).
117
118
118
119
# 3.0.4
119
120
120
121
- Fixed and issue with reading `resources.json` during exports.
121
122
122
123
# 3.0.3
123
124
124
-
- Fixed an issue with height and width for CSS (#419).
125
-
- Fixed `globalOptions`(#434).
125
+
- Fixed an issue with height and width for CSS [(#419)](https://github.com/highcharts/node-export-server/issues/419).
0 commit comments