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

Changelog History
Page 3

  • v6.2.2 Changes

    February 07, 2020

    Patches

    • ๐Ÿ‘Œ Supporting multiple define variations for named modules. Resolves #2118. (#2119)
  • v6.2.1 Changes

    February 06, 2020

    Patches

    • ๐Ÿ›  Fix problem with named register modules. Resolves #2115. (#2116)
  • v6.2.0 Changes

    February 01, 2020

    ๐Ÿ”‹ Features

    • โž• Adding new createScript / fetch / shouldFetch hooks (#2058) docs

    Patches

    • ๐Ÿ›  Fixing race conditions with named register modules (#2114)
  • v6.1.10 Changes

    January 28, 2020

    Patches

    • ๐Ÿ›  Fixing bug where named AMD modules were instantiated twice (#2104)
    • ๐Ÿ’พ Save bytes with setTimeout (#2105)
    • Prefer import map resolution over registryRegistry resolution (#2108)
  • v6.1.9 Changes

    January 11, 2020

    Patches

    • ๐Ÿ›  Fix bug where url query params and hash broke module type file extension check (#2096 @LarsDenBakker)
  • v6.1.8 Changes

    January 10, 2020

    Patches

    • Ensure that __esModule is copied to ns even if it isn't enumerable. Improves webpack interop when using libraryTarget system. (#2093)