Skip to content

Releases: webpack/webpack

v5.85.0

31 May 19:36
Compare
Choose a tag to compare

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: v5.84.1...v5.85.0

v5.84.1

25 May 18:41
Compare
Choose a tag to compare

Bug Fixes

Dependencies & Maintenance

Full Changelog: v5.84.0...v5.84.1

v5.84.0

24 May 17:16
Compare
Choose a tag to compare

New Features

  • SourceMapDevToolPlugin now supports append option as a function by @snitin315 in #17252

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: v5.83.1...v5.84.0

v5.83.1

17 May 20:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix regression in import/export normailization effecting mini-css-extract-plugin by @alexander-akait in #17214

Full Changelog: v5.83.0...v5.83.1

v5.83.0

17 May 15:42
Compare
Choose a tag to compare

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: v5.82.1...v5.83.0

v5.82.1

10 May 15:58
Compare
Choose a tag to compare

Bug Fixes

Developer Experience

  • Improve module type strictness for Module.prototype.type expand ModuleTypeConstants by @TheLarkInn in #17136

Dependencies & Maintenance

New Contributors

Full Changelog: v5.82.0...v5.82.1

v5.82.0

03 May 17:27
Compare
Choose a tag to compare

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: v5.81.0...v5.82.0

v5.81.0

26 Apr 15:06
Compare
Choose a tag to compare

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

  • Increase type coverage/documentation for ModuleFilenameHelpers by @TheLarkInn in #17045
  • Increase type coverage/documentation for CommonJsExportsParserPlugin by @TheLarkInn in #17046
  • Increase type coverage/documentation for binarySearchBounds.js by @TheLarkInn in #17058
  • Export MemoryCacheOptions types by @romulof in #17055

Dependencies & Maintenance

New Contributors

Full Changelog: v5.80.0...v5.81.0

v5.80.0

19 Apr 17:17
Compare
Choose a tag to compare

New Features

  • Support destructuring assignment in import.meta by @vankop in #16996
  • Support treeshaking for destructuring assignment with AwaitExpression by @vankop in #16995
  • Introduce errorsSpace, warningsSpace for more readable traces in stats by @vankop in #15450

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: v5.79.0...v5.80.0

v5.79.0

12 Apr 15:46
Compare
Choose a tag to compare

New Features

  • webpack will now support simple destructuring scenarios for treeshaking namespaced imports and DefinePlugin by @vankop in #16941

Bugfixes

  • Truncate extremely long module names in DefaultStatsPrinter by @snitin315 in #16882
  • Add [contenthash] template support in DllPlugin's name option by @snitin315 in #16935
  • Fixed a bug where readRecords compiler hook was causing hangs in conjunction with the ReadRecordsPlugin by @snitin315 & @zookatron in #16944
  • webpack can now consume ESM bundles generated by webpack's esm output support by @vankop in #15608
  • [CSS] - webpack now respects CSS's case-insensitivity with atTags like @MEDIA by @alexander-akait in #16915
  • [CSS] - Fixes a bug where crossOriginLoading anonymous would not work when loading styles by @chenjiahan in #16925

Developer Experience

Contributor Experience

New Contributors

Full Changelog: v5.78.0...v5.79.0