Skip to content

Commit

Permalink
Merge pull request #507 from highcharts/enhancement/changelog-update
Browse files Browse the repository at this point in the history
enhancement/changelog-update
  • Loading branch information
PaulDalek authored Apr 3, 2024
2 parents 8c9f402 + 7df30dd commit 34ae5cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _Enhancements:_
- Corrected samples, test scenarios, and test runners.
- Removed unnecessary separate `body-parser` package (already implemented in Express v4.16+).
- Bumped versions of most packages, with an update for the deprecated `Puppeteer` v21.1.1.
- Added `mapChart` and `ganttChart` constructors in the exporting UI (#503).
- Added missing Highcharts modules to stay up-to-date with the latest updates.
- Added missing JSDoc descriptions.
- Revamped all log messages, error messages, prompt messages, and info for improved clarity of information.
Expand All @@ -35,6 +36,8 @@ _Enhancements:_
_Fixes:_

- Fixed `multer` related error: 'Field value too long'.
- Fixed the SSL handshake error (#307).
- Fixed missing background color transparency (#492).
- Fixed type compatibility issues in the `pairArgumentValue` function, arising from CLI string arguments.
- Fixed the 'httpsProxyAgent is not a constructor' issue with the `https-proxy-agent` module.
- Fixed the issue of being unable to run both HTTP and HTTPS servers simultaneously.
Expand Down
4 changes: 2 additions & 2 deletions dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.esm.js.map

Large diffs are not rendered by default.

0 comments on commit 34ae5cc

Please sign in to comment.