All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1230 days ago

Changelog History
Page 7

  • v4.43.0 Changes

    April 21, 2020

    ๐Ÿ”‹ Features

    • โž• add module.hot.invalidate() to HMR API

    Dependencies

    • โšก๏ธ push versions for forced security updates
  • v4.42.1 Changes

    March 24, 2020

    ๐Ÿ›  Bugfixes

    • โšก๏ธ update webassemblyjs dependencies for instruction update
    • โšก๏ธ update mkdirp dependency for security reasons
  • v4.42.0 Changes

    March 02, 2020

    ๐Ÿ›  Bugfixes

    • Disable constant replacements in "use asm" scope
    • โšก๏ธ Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
    • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
    • Flag all modules as used in DLLs to fix missing exports
  • v4.41.6 Changes

    February 11, 2020

    ๐Ÿ›  Bugfixes

    • ๐Ÿ Windows network paths are considered as absolute paths
    • ๐Ÿ›  fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
  • v4.41.5 Changes

    December 27, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ– handle relative paths with webpack:// prefix in SourceMaps correctly
    • ๐Ÿ›  fixes a non-determinism about providedExports with export * which caused changing module hashes and unnecessary HMR invalidation
  • v4.41.4 Changes

    December 19, 2019

    ๐Ÿ›  Bugfixes

    • fix case where __webpack_require__.e is not a function when using module concatenation
    • ๐Ÿ›  fix incorrect imported module when using sideEffects in a certain constellation of export names

    ๐ŸŽ Performance

    • ๐ŸŽ lazy-require Webassembly related modules for improved startup performance
  • v4.39.3 Changes

    August 27, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
  • v4.39.2 Changes

    August 13, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix ProfilingPlugin not ending traces correctly
  • v4.39.1 Changes

    August 02, 2019

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix problem that progress lines were too long on some terminals
    • ๐Ÿ›  fix a problem that ...100% is displayed instead of 100%
  • v4.39.0 Changes

    August 01, 2019

    ๐Ÿ”‹ Features

    • Infrastructure logger for node.js has now colors + symbols to mark different kind of messages
    • Logger API has now a status method which allows to write temporary status messages
    • 0๏ธโƒฃ ProgressPlugin default handler uses the Infrastructure Logger status message to output messages
    • Placeholders in paths can now be escaped with i. e. [\id\]
    • ๐Ÿฑ Compiler.hooks.assetEmitted have been added to get byte content of emitted assets

    ๐Ÿ›  Bugfixes

    • ๐ŸŒฒ Logging output is now aligned to have space for symbols
    • ๐Ÿ“‡ renamed Compiler.hooks.infrastructurelog to Compiler.hooks.infrastructureLog
    • Properties that are defined on the Object.prototype can now be chunk ids (i. e. constructor)
    • ๐Ÿ‘ library.name now supports placeholders in libraryTarget: "system"
    • ๐Ÿ›  2 places were module profiles were incorrectly captured were fixed

    Dependencies

    • โฌ†๏ธ Forced upgrade of all direct dependencies
    • ๐Ÿ”Œ webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps