Refactored the exporting modules (exporting.js and offline-exporting.js), making local export default for the PNG, JPEG, and SVG types.
Introduced a new module non-cartesian-zoom, which adds
zooming functionality
to non-cartesian series like treegraph, sankey, wordcloud, pie and more. Read
more in the docs.
Added new theme, adaptive.js, supporting dark/light mode switching with the default palette in non-styled mode.
UPGRADE NOTESEXPANDCOLLAPSE
PNG, JPEG and SVG exports from the context menu will now be handled locally in the browser, unless explicitly disabled by setting exporting.local to false.
11 BUGFIXESEXPANDCOLLAPSE
Fixed #22892, hovering a changing packed bubble series could result in error thrown.
Fixed #22563, Accessibility module caused a deprecation warning in Edge.