All Versions
76
Latest Version
Avg Release Cycle
3 days
Latest Release
1367 days ago
Changelog History
Page 7
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
- โ add
-
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
- Disable constant replacements in
-
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
withexport *
which caused changing module hashes and unnecessary HMR invalidation
- ๐ handle relative paths with
-
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
- fix case where
-
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 of100%
-
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
toCompiler.hooks.infrastructureLog
- Properties that are defined on the Object.prototype can now be chunk ids (i. e.
constructor
) - ๐
library.name
now supports placeholders inlibraryTarget: "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