All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1226 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