Releases: highcharts/highcharts-assembler
Releases · highcharts/highcharts-assembler
v1.5.6
What's Changed
- bugfix/no-window-object-in-newer-node by @MarkusBarstad in #39
New Contributors
- @MarkusBarstad made their first contribution in #39
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Get window from the moduleSpace by @pawellysy in #38
New Contributors
- @pawellysy made their first contribution in #38
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- bugfix/20129-no-root-fails by @KacperMadej in #36
New Contributors
- @KacperMadej made their first contribution in #36
Full Changelog: v1.5.3...v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.2
v1.4.1
- Added
window
-wideHighchartsModuleLoaded
event for customization. (See PR #26 for details)<script> window.addEventListener('HighchartsModuleLoaded', function(e) { console.log(e.detail.path, typeof e.detail.module, Object.keys(e.detail.module)); }); </script> <script src="https://code.highcharts.com/highcharts.js"></script>
- Updated package dependencies