All Versions
26
Latest Version
Avg Release Cycle
13 days
Latest Release
1240 days ago

Changelog History
Page 2

  • v6.4.1 Changes

    July 31, 2020

    Patches

    • ๐Ÿ›  Fix auto import handling of dynamic import races during loading phase (#2223)
    • ๐Ÿ›  Fix crossOrigin script attribute loading in Safari (#2222)
  • v6.4.0 Changes

    July 23, 2020

    ๐Ÿ”‹ 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

  • v6.3.3 Changes

    June 27, 2020

    Patches

  • v6.3.2 Changes

    May 18, 2020

    Patches

  • v6.3.1 Changes

    April 13, 2020

    Patches

    • ๐Ÿ›  Fix error code mixup (#2169)
    • ๐Ÿ›  Fix bug in system-node.cjs where prepareImport overwrote import map (#2170)
    • โž• Adding full dist directory to package.json exports (#2173)
    • โœ… Increasing timeout for test:node script (#2174)
    • Switching to node-fetch to avoid caching bugs in make-fetch-happen (#2171)
  • v6.3.0 Changes

    April 09, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ s.js now has full import map support (#2150)
    • ๐Ÿ†• New system-node.cjs loader designed to run in NodeJS. (#2150, #2158)
    • ๐Ÿ“š SystemJS now has error codes, along with documentation for each error code (#2151)

    Patches

    • ๐Ÿ›  Fix bug in Chrome 45 where const/let disallowed unless in strict mode (#2162)
    • โž• Add warning for calling System.set with non-URL id (#2161)

    ๐Ÿšง Maintenance

    • โฌ†๏ธ Upgrading dependencies and switching building of extras to rollup (#2149)
    • โž• Add issue templates (#2157)
    • โž• Add bot for bundle size changes to pull requests (#2156, #2166)
    • โœ… Running tests in Travis CI, including browser tests (#2160)
    • ๐Ÿ“š Documentation for system-node.cjs (#2164, #2168)
    • ๐Ÿ›  Fixing tests in IE11 (#2167)
  • v6.2.6 Changes

    March 15, 2020

    Patches

    • ๐Ÿ›  Fix for named register race conditions with firstNamedDefine (#2144, resolves #2139 and #2138)
  • v6.2.5 Changes

    February 27, 2020

    Patches

    • ๐Ÿ›  Fix problem where a falsy exported value from AMD modules didn't work (#2130 via @lpomerleau)
  • v6.2.4 Changes

    February 24, 2020

    Patches

    • ๐Ÿ›  Fix problem where System.delete did not remove named register modules. Now named register modules are automatically removed from registerRegistry as soon as they are used once. (#2125 @k-j-kim)
  • v6.2.3 Changes

    February 14, 2020

    Patches

    • ๐Ÿ›  Fix another race condition with named registers (#2121)