Skip to content

Releases: systemjs/systemjs

6.1.10

30 Nov 17:43
Compare
Choose a tag to compare

Patches

  • Fixing bug where named AMD modules were instantiated twice (#2104)
  • Save bytes with setTimeout (#2105)
  • Prefer import map resolution over registryRegistry resolution (#2108)

6.1.9

11 Jan 21:15
Compare
Choose a tag to compare

Patches

  • Fix bug where url query params and hash broke module type file extension check (#2096 @LarsDenBakker)

6.1.8

10 Jan 18:23
Compare
Choose a tag to compare

Patches

  • Ensure that __esModule is copied to ns even if it isn't enumerable. Improves webpack interop when using libraryTarget system. (#2093)

6.1.7

29 Nov 14:00
Compare
Choose a tag to compare

Patches

  • Fix problem where banner comment in output files had wrong version number (042fa6c)

6.1.6

29 Nov 14:00
Compare
Choose a tag to compare

Patches

6.1.5

22 Nov 21:06
Compare
Choose a tag to compare

Patches

  • Support registry delete returning update function (#2020)
  • Fixing bug where named-exports didn't work on named registers. (#2073 #2074)

6.1.4

13 Oct 00:07
Compare
Choose a tag to compare

Patches

6.1.3

06 Oct 17:50
Compare
Choose a tag to compare

Patches

  • Fix relative resolution of LHS URLs in import maps (#2039)
  • Fix named register extra to extend rather than reinstantiate the SystemJS instance (#2042)
  • Update extras to extend the global System instance explicitly (#2043)

6.1.2

22 Sep 17:31
Compare
Choose a tag to compare

Patches

  • Bug fix for named AMD modules (#2029)
  • Bug fix for IE11 regression (#2033)

6.1.1

13 Sep 21:55
Compare
Choose a tag to compare

Patches

  • Fixes a bug where imports before the import map load might not apply the import map (#2024, @joeldenning)
  • Fixes the module-types extra output which was incorrectly referencing an import (#2027, @joeldenning)