Skip to content

Releases: highcharts/highcharts-assembler

v1.5.6

02 Aug 08:01
42a9a0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.5...v1.5.6

v1.5.5

20 Jun 11:40
358daad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.5.5

v1.5.4

30 Nov 18:52
39409fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

23 Aug 12:48
Compare
Choose a tag to compare
  • Added a new assetPrefix option, which is used to replace @product.assetPrefix

v1.5.2

29 Jun 15:12
c27c0e2
Compare
Choose a tag to compare
  • Added new option namespace independent of product option (Default: Highcharts)
  • Added template tag @moduleEvent
  • Fixed tag conflicts in templates by renaming @name to @moduleSpace

v1.5.1

31 Mar 11:24
f5a53a0
Compare
Choose a tag to compare
  • Fixed CSS for github.highcharts.com

v1.5.0

03 Mar 09:23
1b090a2
Compare
Choose a tag to compare
  • Changed to reserved name @highcharts/highcharts-assembler
  • Updated dependencies and scripts

v1.4.2

28 Feb 11:21
Compare
Choose a tag to compare
  • Added support for highcharts.css with CSS variables

v1.4.1

15 Feb 13:21
Compare
Choose a tag to compare
  • Added window-wide HighchartsModuleLoaded 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

v1.4.0

26 Nov 07:41
Compare
Choose a tag to compare
  • Migrated global win argument to window.
  • "use strict" mode moved from bundle scope to function/module scope