Skip to content

Releases: systemjs/systemjs

SystemJS Version 6.11.0

18 Oct 22:36
Compare
Choose a tag to compare

Features

Patches

  • Use Promse.resolve in named register. Resolves #2359 (#2363)

SystemJS Version 6.10.3

17 Aug 16:10
Compare
Choose a tag to compare

Fixes

  • Avoid double instantiation of named registers. (#2352)
  • Always return the first named register from a file. (#2352)

SystemJS Version 6.10.2

04 Jul 00:45
Compare
Choose a tag to compare

Patches

SystemJS Version 6.10.1

04 Jul 00:44
Compare
Choose a tag to compare

Patches

  • fixup module types browser check (#2343)

SystemJS Version 6.10.0

07 Jun 18:11
Compare
Choose a tag to compare

Features

  • Refactor amd.js to only call System.register. Resolves #2331. Add Error #9 and Warning W6 to errors.md documentation. This is a significant refactor but should not change behavior. (#2335)
  • Add package.json to package exports (#2317 @mk-pmb)

Patches

  • Do not throw errors when _export(null) is called. Resolves #2332. (#2334)

SystemJS Version 6.9.0

12 May 21:16
Compare
Choose a tag to compare

Features

  • Onerror Callback Support for Errors Fetching External Import Map (#2324 @kykwak)
  • Fix the relative path problem of CSS url() in CSSStyleSheet() (#2326 @liufei)

Patches

Docs

SystemJS Version 6.8.3

31 Dec 20:09
Compare
Choose a tag to compare

Patches

  • Allow deletion of uninstantiated modules whose top level parent import finished. (#2291)

SystemJS 6.8.2

16 Dec 00:16
Compare
Choose a tag to compare

Patches

  • Fix deleting modules after link failure. Resolves #2286. (#2288)
  • Ensure onload hooks retain catches (#2289)
  • Footprint improvement for browser (#2290)

SystemJS 6.8.0

26 Nov 03:06
Compare
Choose a tag to compare

Features

SystemJS 6.7.1

12 Oct 10:33
Compare
Choose a tag to compare
  • Fix auto import race condition (5f0cf3a)