All Versions
26
Latest Version
Avg Release Cycle
13 days
Latest Release
1237 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)