Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-bundles-parse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-assets-match.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-compilers-report.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.3.2

### Patch Changes

- Parse Webpack 5 module maps nested in UMD wrappers, using bundle module IDs and Webpack runtime structure to choose among IIFE candidates. (by [@Menny1337](https://github.com/Menny1337) in [#733](https://github.com/webpack/webpack-bundle-analyzer/pull/733))

- Improve report generation performance for compilations with many assets. (by [@christiango](https://github.com/christiango) in [#723](https://github.com/webpack/webpack-bundle-analyzer/pull/723))

- Resolve bundle assets and report files against the correct compiler output path when a plugin instance is shared by multiple compilers. (by [@utkarshalpha](https://github.com/utkarshalpha) in [#725](https://github.com/webpack/webpack-bundle-analyzer/pull/725))

## 5.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-bundle-analyzer",
"version": "5.3.1",
"version": "5.3.2",
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
"keywords": [
"webpack",
Expand Down
Loading