Skip to content

Releases: systemjs/systemjs

SystemJS 6.7.0

09 Oct 20:31
Compare
Choose a tag to compare

Features & Deprecations

  • Implement integrity attribute for systemjs-importmap scripts (78072e5)
  • Deprecate the transform and use default extras (5f7571a)
  • Fetch hooks brought into core, module types extra refactoring (281fdf0)
  • Deprecate the named exports extra bringing its behaviours into core (3eefa2d)

SystemJS 6.6.1

12 Sep 02:00
Compare
Choose a tag to compare

Bug Fixes

  • Fix IE11 support (#2247)

SystemJS 6.6.0

12 Sep 00:15
Compare
Choose a tag to compare

Features

  • Set "type": "script" in package.json (#2246)

Bug Fixes

  • Fix autoimport dynamic import conflicts (#2245)

SystemJS 6.5.1

02 Sep 04:25
Compare
Choose a tag to compare

Patches

  • Fix depcache hook (#2242)

SystemJS 6.5.0

10 Aug 20:15
Compare
Choose a tag to compare

Features

  • import.meta.resolve implementation (#2230)
  • Import maps integrity feature (#2229)

SystemJS 6.4.3

06 Aug 14:00
Compare
Choose a tag to compare

Features

  • Define an "s.js" entry in "exports" (#2226)

Patches

  • Fixup use of const for older browsers (#2227)

SystemJS 6.4.2

05 Aug 17:58
Compare
Choose a tag to compare

Patches

  • Fix and simplify auto import domready resets (#2225)

SystemJS 6.4.1

31 Jul 16:27
Compare
Choose a tag to compare

Patches

  • Fix auto import handling of dynamic import races during loading phase (#2223)
  • Fix crossOrigin script attribute loading in Safari (#2222)

SystemJS 6.4.0

23 Jul 21:02
Compare
Choose a tag to compare

Features

  • Dynamic import map extra support (#2217 @stevenvachon)
  • Depcache support in import maps for automated preloading (#2134)
  • Auto Import feature for <script src="system-register-module.js"> loading for better load performance (#2216, #2210 @tmsns)

Patches

6.3.3

27 Jun 17:46
Compare
Choose a tag to compare

Patches