Skip to content

Releases: systemjs/systemjs

SystemJS 0.21.0

23 Jan 11:43
Compare
Choose a tag to compare

This release represents a new build of the 6KB SystemJS production loader with the following changes:

  • Support for loading modules as AMD falling back to global detection (#1778)
  • AMD modules are treated as having the shape { default: module } through System.import instead of returning the default directly (this will ensure dynamic import workflows work out correctly) (#1786)

Now that Rollup supports the system module format and code splitting, this will allow easy production workflows against chunking and CDN externals.

SystemJS 0.20.19

18 Sep 12:51
Compare
Choose a tag to compare
  • Support backticks in CommonJS require detection
  • Ensure that depCache preload scripts aren't removed to avoid preload cancellation in Chrome (#1610 (comment), be6d7a6)

SystemJS 0.20.18

20 Aug 11:09
Compare
Choose a tag to compare

Bug Fixes

SystemJS 0.20.17

26 Jul 09:57
Compare
Choose a tag to compare

Fixes released minified build comment removal.

SystemJS 0.20.16

22 Jul 10:29
Compare
Choose a tag to compare

Fixes a metadata plugin configuration bug affecting default extension handling through base-level meta (#1708 thanks to @AlbertWillemsen-Centric)

SystemJS 0.20.15

10 Jul 13:10
Compare
Choose a tag to compare

Bug Fixes

SystemJS 0.20.14

14 Jun 11:46
Compare
Choose a tag to compare

SystemJS 0.20.13

30 May 09:05
Compare
Choose a tag to compare

Features

Bug Fixes

  • URL resolution fixed to support treating ./x:y as a relative not an absolute url.
  • Fix to ensure correct source maps are output for plugin loaders thanks to @blittle (f6f3b16)
  • Fixes a mapping bug in the production loader (13df95c)
  • Fixes to URI encoding in Node (6999314, 8465358)

SystemJS 0.20.12

06 Apr 12:50
Compare
Choose a tag to compare

Upgrades to ES Module Loader 2.1.5, fixing a circular reference bug (#1640).

SystemJS 0.20.11

30 Mar 11:07
Compare
Choose a tag to compare
  • Upgrades to ES Module Loader 2.1.4 https://github.com/ModuleLoader/es-module-loader/releases/tag/2.1.4, which deprecates the previous 0.20.7 ES module lifting behaviour due to issues with this approach, as well as fixing some circular binding update edge cases.
  • Fixes a bug with the getConfig() method of the SystemJS production loader (7b18075)
  • Fix to ensure that "bundle" metadata is still supported in modules output from SystemJS builder to ensure they are interpreted correctly (e595fbc)