diff --git a/.changeset/fast-singers-rescue.md b/.changeset/fast-singers-rescue.md
deleted file mode 100644
index df8f419d..00000000
--- a/.changeset/fast-singers-rescue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"webpack-bundle-analyzer": patch
----
-
-Fix a race condition in `writeStats` that could lead to incorrect content in `stats.json`.
diff --git a/.changeset/long-comics-sin.md b/.changeset/long-comics-sin.md
deleted file mode 100644
index 93fb277f..00000000
--- a/.changeset/long-comics-sin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"webpack-bundle-analyzer": patch
----
-
-Apply `prettier` and update dependencies.
diff --git a/.changeset/many-dolls-beg.md b/.changeset/many-dolls-beg.md
deleted file mode 100644
index 6f05bfad..00000000
--- a/.changeset/many-dolls-beg.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"webpack-bundle-analyzer": minor
----
-
-Use new ECMA features in code.
diff --git a/.changeset/twenty-eggs-change.md b/.changeset/twenty-eggs-change.md
deleted file mode 100644
index b4d7ed3f..00000000
--- a/.changeset/twenty-eggs-change.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"webpack-bundle-analyzer": minor
----
-
-Added `propTypes` to client components.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45791124..62c953bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,562 +1,594 @@
# Changelog
+## 5.3.0
+
+### Minor Changes
+
+- Use new ECMA features in code. (by [@alexander-akait](https://github.com/alexander-akait) in [#713](https://github.com/webpack/webpack-bundle-analyzer/pull/713))
+
+- Added `propTypes` to client components. (by [@alexander-akait](https://github.com/alexander-akait) in [#713](https://github.com/webpack/webpack-bundle-analyzer/pull/713))
+
+### Patch Changes
+
+- Fix a race condition in `writeStats` that could lead to incorrect content in `stats.json`. (by [@alexander-akait](https://github.com/alexander-akait) in [#713](https://github.com/webpack/webpack-bundle-analyzer/pull/713))
+
+- Apply `prettier` and update dependencies. (by [@alexander-akait](https://github.com/alexander-akait) in [#713](https://github.com/webpack/webpack-bundle-analyzer/pull/713))
+
## 5.2.0
-* **New Feature**
- * Add support for Zstandard compression ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/693) by [@bjohansebas](https://github.com/bjohansebas))
+- **New Feature**
+ - Add support for Zstandard compression ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/693) by [@bjohansebas](https://github.com/bjohansebas))
-* **Internal**
- * Prettier applied to the code base ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/694) by [@alexander-akait](https://github.com/alexander-akait))
- * Update `sirv` dependency ([#692](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/692) by [@bjohansebas](https://github.com/bjohansebas))
- * Update `ws` dependency ([#691](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/691) by [@bjohansebas](https://github.com/bjohansebas))
+- **Internal**
+ - Prettier applied to the code base ([#693](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/694) by [@alexander-akait](https://github.com/alexander-akait))
+ - Update `sirv` dependency ([#692](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/692) by [@bjohansebas](https://github.com/bjohansebas))
+ - Update `ws` dependency ([#691](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/691) by [@bjohansebas](https://github.com/bjohansebas))
## 5.1.1
-* **Bug Fix**
- * Fix tooltip styling in dark mode when using CSS Modules ([#688](https://github.com/webpack/webpack-bundle-analyzer/pull/688) by [@theEquinoxDev](https://github.com/theEquinoxDev))
- * Avoid parse failures for bundles with IIFE ([#685](https://github.com/webpack/webpack-bundle-analyzer/pull/685) by [@hai-x](https://github.com/hai-x))
+- **Bug Fix**
+ - Fix tooltip styling in dark mode when using CSS Modules ([#688](https://github.com/webpack/webpack-bundle-analyzer/pull/688) by [@theEquinoxDev](https://github.com/theEquinoxDev))
+ - Avoid parse failures for bundles with IIFE ([#685](https://github.com/webpack/webpack-bundle-analyzer/pull/685) by [@hai-x](https://github.com/hai-x))
## 5.1.0
-* **Bug Fix**
- * Prevent `TypeError` when `assets` or `modules` are undefined in `analyzer.js`
+- **Bug Fix**
+ - Prevent `TypeError` when `assets` or `modules` are undefined in `analyzer.js`
([#679](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/679) by [@Srushti-33](https://github.com/Srushti-33))
-* **New Feature**
- * Add optional dark/light mode toggle ([#683](https://github.com/webpack/webpack-bundle-analyzer/pull/683) by [@theEquinoxDev](https://github.com/theEquinoxDev))
-
+- **New Feature**
+ - Add optional dark/light mode toggle ([#683](https://github.com/webpack/webpack-bundle-analyzer/pull/683) by [@theEquinoxDev](https://github.com/theEquinoxDev))
## 5.0.1
-* **Bug Fix**
- * Restore `@babel/plugin-transform-class-properties` to fix HTML report ([#682](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/682) by [@valscion](https://github.com/valscion))
+- **Bug Fix**
+ - Restore `@babel/plugin-transform-class-properties` to fix HTML report ([#682](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/682) by [@valscion](https://github.com/valscion))
## 5.0.0
-* **Breaking Change**
- * Remove explicit support for Node versions below 20.9.0 ([#676](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/676) by [@valscion](https://github.com/valscion))
+- **Breaking Change**
+ - Remove explicit support for Node versions below 20.9.0 ([#676](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/676) by [@valscion](https://github.com/valscion))
-* **Improvement**
- * Parse bundles as ES modules based on stats JSON information ([#649](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/649) by [@eamodio](https://github.com/eamodio))
+- **Improvement**
+ - Parse bundles as ES modules based on stats JSON information ([#649](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/649) by [@eamodio](https://github.com/eamodio))
-* **New Feature**
- * Add support for Brotli compression ([#663](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/663) by [@dcsaszar](https://github.com/dcsaszar))
- * Add support for React Native ([666](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/666) by [@ilteoood](https://github.com/ilteoood))
+- **New Feature**
+ - Add support for Brotli compression ([#663](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/663) by [@dcsaszar](https://github.com/dcsaszar))
+ - Add support for React Native ([666](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/666) by [@ilteoood](https://github.com/ilteoood))
## 4.10.2
-* **Bug Fix**
- * fix `.cjs` files not being handled ([#512](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/512) by [@Rush](https://github.com/Rush))
+- **Bug Fix**
+ - fix `.cjs` files not being handled ([#512](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/512) by [@Rush](https://github.com/Rush))
-* **Internal**
- * Remove `is-plain-object` ([#627](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/627) by [@SukkaW](https://github.com/SukkaW))
+- **Internal**
+ - Remove `is-plain-object` ([#627](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/627) by [@SukkaW](https://github.com/SukkaW))
## 4.10.1
-* **Bug Fix**
- * fix `this.handleValueChange.cancel()` is not a function ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/625) by [@life2015](https://github.com/life2015))
+- **Bug Fix**
+ - fix `this.handleValueChange.cancel()` is not a function ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/625) by [@life2015](https://github.com/life2015))
## 4.10.0
-* **Improvement**
- * Allows filtering the list of entrypoints ([#624](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/624) by [@chriskrogh](https://github.com/chriskrogh))
+- **Improvement**
+ - Allows filtering the list of entrypoints ([#624](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/624) by [@chriskrogh](https://github.com/chriskrogh))
-* **Internal**
- * Make module much slimmer by replacing all `lodash.*` packages ([#612](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/612)) by [@sukkaw](https://github.com/sukkaw).
+- **Internal**
+ - Make module much slimmer by replacing all `lodash.*` packages ([#612](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/612)) by [@sukkaw](https://github.com/sukkaw).
## 4.9.1
-* **Internal**
- * Replace some lodash usages with JavaScript native API ([#505](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/505)) by [@sukkaw](https://github.com/sukkaw).
- * Make module much slimmer ([#609](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/609)) by [@sukkaw](https://github.com/sukkaw).
+- **Internal**
+ - Replace some lodash usages with JavaScript native API ([#505](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/505)) by [@sukkaw](https://github.com/sukkaw).
+ - Make module much slimmer ([#609](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/609)) by [@sukkaw](https://github.com/sukkaw).
-* **Bug Fix**
- * fix `analyzerMode: 'server'` on certain machines ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/611) by [@panbenson](https://github.com/panbenson))
+- **Bug Fix**
+ - fix `analyzerMode: 'server'` on certain machines ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/611) by [@panbenson](https://github.com/panbenson))
## 4.9.0
-* **Improvement**
- * Display modules included in concatenated entry modules on Webpack 5 when "Show content of concatenated modules" is checked ([#602](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/602) by [@pgoldberg](https://github.com/pgoldberg))
+- **Improvement**
+ - Display modules included in concatenated entry modules on Webpack 5 when "Show content of concatenated modules" is checked ([#602](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/602) by [@pgoldberg](https://github.com/pgoldberg))
## 4.8.0
- * **Improvement**
- * Support reading large (>500MB) stats.json files ([#423](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/423) by [@henry-alakazhang](https://github.com/henry-alakazhang))
- * Improve search UX by graying out non-matches ([#554](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/554) by [@starpit](https://github.com/starpit))
+- **Improvement**
+ - Support reading large (>500MB) stats.json files ([#423](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/423) by [@henry-alakazhang](https://github.com/henry-alakazhang))
+ - Improve search UX by graying out non-matches ([#554](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/554) by [@starpit](https://github.com/starpit))
- * **Internal**
- * Add Node.js v16.x to CI and update GitHub actions ([#539](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/539) by [@amareshsm](https://github.com/amareshsm))
+- **Internal**
+ - Add Node.js v16.x to CI and update GitHub actions ([#539](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/539) by [@amareshsm](https://github.com/amareshsm))
## 4.7.0
- * **New Feature**
- * Add the ability to filter to displaying only initial chunks per entrypoint ([#519](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/519) by [@pas-trop-de-zele](https://github.com/pas-trop-de-zele))
+- **New Feature**
+ - Add the ability to filter to displaying only initial chunks per entrypoint ([#519](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/519) by [@pas-trop-de-zele](https://github.com/pas-trop-de-zele))
## 4.6.1
-* **Bug Fix**
- * fix outputting different URL in cli mode ([#524](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/524) by [@southorange1228](https://github.com/southorange1228))
+- **Bug Fix**
+ - fix outputting different URL in cli mode ([#524](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/524) by [@southorange1228](https://github.com/southorange1228))
## 4.6.0
-* **New Feature**
- * Support outputting different URL in server mode ([#520](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/520) by [@southorange1228](https://github.com/southorange1228))
- * Use deterministic chunk colors (#[501](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/501) by [@CreativeTechGuy](https://github.com/CreativeTechGuy))
+- **New Feature**
+ - Support outputting different URL in server mode ([#520](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/520) by [@southorange1228](https://github.com/southorange1228))
+ - Use deterministic chunk colors (#[501](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/501) by [@CreativeTechGuy](https://github.com/CreativeTechGuy))
## 4.5.0
- * **Improvement**
- * Stop publishing src folder to npm ([#478](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/478) by [@wood1986](https://github.com/wood1986))
+- **Improvement**
+ - Stop publishing src folder to npm ([#478](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/478) by [@wood1986](https://github.com/wood1986))
-* **Internal**
- * Update some dependencies ([#448](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/448))
- * Replace nightmare with Puppeteer ([#469](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/469) by [@valscion](https://github.com/valscion))
- * Replace Mocha with Jest ([#470](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/470) by [@valscion](https://github.com/valscion))
+- **Internal**
+ - Update some dependencies ([#448](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/448))
+ - Replace nightmare with Puppeteer ([#469](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/469) by [@valscion](https://github.com/valscion))
+ - Replace Mocha with Jest ([#470](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/470) by [@valscion](https://github.com/valscion))
## 4.4.2
- * **Bug Fix**
- * Fix failure with `compiler.outputFileSystem.constructor` being `undefined` ([#447](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/447) by [@kedarv](https://github.com/kedarv) and [@alexander-akait](https://github.com/alexander-akait))
- * **NOTE:** This fix doesn't have added test coverage so the fix might break in future versions unless test coverage is added later.
+- **Bug Fix**
+ - Fix failure with `compiler.outputFileSystem.constructor` being `undefined` ([#447](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/447) by [@kedarv](https://github.com/kedarv) and [@alexander-akait](https://github.com/alexander-akait))
+ - **NOTE:** This fix doesn't have added test coverage so the fix might break in future versions unless test coverage is added later.
## 4.4.1
- * **Bug Fix**
- * Fix missing module chunks ([#433](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/433) by [@deanshub](https://github.com/deanshub))
+- **Bug Fix**
+ - Fix missing module chunks ([#433](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/433) by [@deanshub](https://github.com/deanshub))
- * **Internal**
- * Fix tests timing out in CI ([#435](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/435) by [@deanshub](https://github.com/deanshub))
- * Fix command in issue template ([#428](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/428) by [@cncolder](https://github.com/cncolder))
+- **Internal**
+ - Fix tests timing out in CI ([#435](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/435) by [@deanshub](https://github.com/deanshub))
+ - Fix command in issue template ([#428](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/428) by [@cncolder](https://github.com/cncolder))
## 4.4.0
- * **Improvement**
- * Keep treemap labels visible during zooming animations for better user experience ([#414](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/414) by [@stanislawosinski](https://github.com/stanislawosinski))
+- **Improvement**
+ - Keep treemap labels visible during zooming animations for better user experience ([#414](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/414) by [@stanislawosinski](https://github.com/stanislawosinski))
- * **Bug Fix**
- * Don't show an empty tooltip when hovering over the FoamTree attribution group or between top-level groups ([#413](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/413) by [@stanislawosinski](https://github.com/stanislawosinski))
+- **Bug Fix**
+ - Don't show an empty tooltip when hovering over the FoamTree attribution group or between top-level groups ([#413](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/413) by [@stanislawosinski](https://github.com/stanislawosinski))
- * **Internal**
- * Upgrade FoamTree to version 3.5.0, replace vendor dependency with an NPM package ([#412](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/412) by [@stanislawosinski](https://github.com/stanislawosinski))
+- **Internal**
+ - Upgrade FoamTree to version 3.5.0, replace vendor dependency with an NPM package ([#412](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/412) by [@stanislawosinski](https://github.com/stanislawosinski))
## 4.3.0
- * **Improvement**
- * Replace express with builtin node server, reducing number of dependencies ([#398](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/398) by [@TrySound](https://github.com/TrySound))
- * Move `filesize` to dev dependencies, reducing number of dependencies ([#401](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/401) by [@realityking](https://github.com/realityking))
+- **Improvement**
+ - Replace express with builtin node server, reducing number of dependencies ([#398](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/398) by [@TrySound](https://github.com/TrySound))
+ - Move `filesize` to dev dependencies, reducing number of dependencies ([#401](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/401) by [@realityking](https://github.com/realityking))
- * **Internal**
- * Replace Travis with GitHub actions ([#402](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/402) by [@valscion](https://github.com/valscion))
+- **Internal**
+ - Replace Travis with GitHub actions ([#402](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/402) by [@valscion](https://github.com/valscion))
## 4.2.0
- * **Improvement**
- * A number of improvements to reduce the number of dependencies ([#391](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/391), [#396](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/396), [#397](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/397))
+- **Improvement**
+ - A number of improvements to reduce the number of dependencies ([#391](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/391), [#396](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/396), [#397](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/397))
- * **Bug Fix**
- * Prevent crashes for bundles generated from webpack array configs. ([#394](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/394) by [@ctavan](https://github.com/ctavan))
- * Fix `non-asset` assets causing analyze failure. ([#385](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/385) by [@ZKHelloworld](https://github.com/ZKHelloworld))
+- **Bug Fix**
+ - Prevent crashes for bundles generated from webpack array configs. ([#394](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/394) by [@ctavan](https://github.com/ctavan))
+ - Fix `non-asset` assets causing analyze failure. ([#385](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/385) by [@ZKHelloworld](https://github.com/ZKHelloworld))
## 4.1.0
- * **Improvement**
- * Significantly speed up generation of `stats.json` file (see `generateStatsFile` option).
+- **Improvement**
+ - Significantly speed up generation of `stats.json` file (see `generateStatsFile` option).
## 4.0.0
- * **Breaking change**
- * Dropped support for Node.js 6 and 8. Minimal required version now is v10.13.0
+- **Breaking change**
+ - Dropped support for Node.js 6 and 8. Minimal required version now is v10.13.0
- * **Improvement**
- * Support for Webpack 5
+- **Improvement**
+ - Support for Webpack 5
- * **Bug Fix**
- * Prevent crashes when `openAnalyzer` was set to true in environments where there's no program to handle opening. ([#382](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/382) by [@wbobeirne](https://github.com/wbobeirne))
+- **Bug Fix**
+ - Prevent crashes when `openAnalyzer` was set to true in environments where there's no program to handle opening. ([#382](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/382) by [@wbobeirne](https://github.com/wbobeirne))
- * **Internal**
- * Updated dependencies
- * Added support for multiple Webpack versions in tests
+- **Internal**
+ - Updated dependencies
+ - Added support for multiple Webpack versions in tests
## 3.9.0
- * **New Feature**
- * Adds option `reportTitle` to set title in HTML reports; default remains date of report generation ([#354](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/354) by [@eoingroat](https://github.com/eoingroat))
+- **New Feature**
+ - Adds option `reportTitle` to set title in HTML reports; default remains date of report generation ([#354](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/354) by [@eoingroat](https://github.com/eoingroat))
- * **Improvement**
- * Added capability to parse bundles that have child assets generated ([#376](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/376) by [@masterkidan](https://github.com/masterkidan) and [#378](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/378) by [@https://github.com/dabbott](https://github.com/https://github.com/dabbott))
+- **Improvement**
+ - Added capability to parse bundles that have child assets generated ([#376](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/376) by [@masterkidan](https://github.com/masterkidan) and [#378](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/378) by [@https://github.com/dabbott](https://github.com/https://github.com/dabbott))
## 3.8.0
- * **Improvement**
- * Added support for exports.modules when webpack target = node ([#345](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/345) by [@Spikef](https://github.com/Spikef))
+- **Improvement**
+ - Added support for exports.modules when webpack target = node ([#345](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/345) by [@Spikef](https://github.com/Spikef))
- * **New Feature**
- * Support [WebWorkerChunkTemplatePlugin](https://github.com/webpack/webpack/blob/c9d4ff7b054fc581c96ce0e53432d44f9dd8ca72/lib/webworker/WebWorkerChunkTemplatePlugin.js) ([#353](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/353) by [@Gongreg](https://github.com/Gongreg))
+- **New Feature**
+ - Support [WebWorkerChunkTemplatePlugin](https://github.com/webpack/webpack/blob/c9d4ff7b054fc581c96ce0e53432d44f9dd8ca72/lib/webworker/WebWorkerChunkTemplatePlugin.js) ([#353](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/353) by [@Gongreg](https://github.com/Gongreg))
- * **Bug Fix**
- * Support any custom `globalObject` option in Webpack Config. ([#352](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/352) by [@Gongreg](https://github.com/Gongreg))
+- **Bug Fix**
+ - Support any custom `globalObject` option in Webpack Config. ([#352](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/352) by [@Gongreg](https://github.com/Gongreg))
## 3.7.0
- * **New Feature**
- * Added JSON output option (`analyzerMode: "json"` in plugin, `--mode json` in CLI) ([#341](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/341) by [@Gongreg](https://github.com/Gongreg))
+- **New Feature**
+ - Added JSON output option (`analyzerMode: "json"` in plugin, `--mode json` in CLI) ([#341](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/341) by [@Gongreg](https://github.com/Gongreg))
- * **Improvement**
- * Persist "Show content of concatenated modules" option ([#322](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/322) by [@lorenzos](https://github.com/lorenzos))
+- **Improvement**
+ - Persist "Show content of concatenated modules" option ([#322](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/322) by [@lorenzos](https://github.com/lorenzos))
## 3.6.1
- * **Bug Fix**
- * Add leading zero to hour & minute on `
` when needed ([#314](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/314) by [@mhxbe](https://github.com/mhxbe))
+- **Bug Fix**
+ - Add leading zero to hour & minute on `` when needed ([#314](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/314) by [@mhxbe](https://github.com/mhxbe))
- * **Internal**
- * Update some dependencies to get rid of vulnerability warnings ([#339](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/339))
+- **Internal**
+ - Update some dependencies to get rid of vulnerability warnings ([#339](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/339))
## 3.6.0
- * **Improvement**
- * Support webpack builds where `output.globalObject` is set to `'self'` ([#323](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/323) by [@lemonmade](https://github.com/lemonmade))
- * Improve readability of tooltips ([#320](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/320) by [@lorenzos](https://github.com/lorenzos))
+- **Improvement**
+ - Support webpack builds where `output.globalObject` is set to `'self'` ([#323](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/323) by [@lemonmade](https://github.com/lemonmade))
+ - Improve readability of tooltips ([#320](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/320) by [@lorenzos](https://github.com/lorenzos))
## 3.5.2
- * **Bug Fix**
- * Fix sidebar not showing visibility status of chunks hidden via popup menu (issue [#316](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/316) by [@gaokun](https://github.com/gaokun), fixed in [#317](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/317) by [@bregenspan](https://github.com/bregenspan))
+- **Bug Fix**
+ - Fix sidebar not showing visibility status of chunks hidden via popup menu (issue [#316](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/316) by [@gaokun](https://github.com/gaokun), fixed in [#317](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/317) by [@bregenspan](https://github.com/bregenspan))
## 3.5.1
- * **Bug Fix**
- * Fix regression in support of webpack dev server and `webpack --watch` (issue [#312](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/312), fixed in [#313](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/313) by [@gaokun](https://github.com/gaokun))
+- **Bug Fix**
+ - Fix regression in support of webpack dev server and `webpack --watch` (issue [#312](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/312), fixed in [#313](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/313) by [@gaokun](https://github.com/gaokun))
## 3.5.0
- * **Improvements**
- * Improved report title and added favicon ([#310](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/310), [@gaokun](https://github.com/gaokun))
+- **Improvements**
+ - Improved report title and added favicon ([#310](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/310), [@gaokun](https://github.com/gaokun))
## 3.4.1
- * **Bug Fix**
- * Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@jerryOnlyZRJ](https://github.com/jerryOnlyZRJ))
+- **Bug Fix**
+ - Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@jerryOnlyZRJ](https://github.com/jerryOnlyZRJ))
## 3.4.0
- * **Improvements**
- * Add `port: 'auto'` option ([#290](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/290), [@avin-kavish](https://github.com/avin-kavish))
+- **Improvements**
+ - Add `port: 'auto'` option ([#290](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/290), [@avin-kavish](https://github.com/avin-kavish))
- * **Bug Fix**
- * Avoid mutation of the generated `stats.json` ([#293](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/293), [@wood1986](https://github.com/wood1986))
+- **Bug Fix**
+ - Avoid mutation of the generated `stats.json` ([#293](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/293), [@wood1986](https://github.com/wood1986))
- * **Internal**
- * Use Autoprefixer ([#266](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/266), [@bregenspan](https://github.com/bregenspan))
- * Detect `AsyncMFS` to support dev-server of Nuxt 2.5 and above ([#275](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/275), [@amoshydra](https://github.com/amoshydra))
+- **Internal**
+ - Use Autoprefixer ([#266](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/266), [@bregenspan](https://github.com/bregenspan))
+ - Detect `AsyncMFS` to support dev-server of Nuxt 2.5 and above ([#275](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/275), [@amoshydra](https://github.com/amoshydra))
## 3.3.2
- * **Bug Fix**
- * Fix regression with escaping internal assets ([#264](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/264), fixes [#263](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/263))
+- **Bug Fix**
+ - Fix regression with escaping internal assets ([#264](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/264), fixes [#263](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/263))
## 3.3.1
- * **Improvements**
- * Use relative links for serving internal assets ([#261](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/261), fixes [#254](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/254))
- * Properly escape embedded JS/JSON ([#262](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/262))
+- **Improvements**
+ - Use relative links for serving internal assets ([#261](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/261), fixes [#254](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/254))
+ - Properly escape embedded JS/JSON ([#262](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/262))
- * **Bug Fix**
- * Fix showing help message on `-h` flag ([#260](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/260), fixes [#239](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/239))
+- **Bug Fix**
+ - Fix showing help message on `-h` flag ([#260](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/260), fixes [#239](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/239))
## 3.3.0
- * **New Feature**
- * Show/hide chunks using context menu ([#246](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/246), [@bregenspan](https://github.com/bregenspan))
+- **New Feature**
+ - Show/hide chunks using context menu ([#246](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/246), [@bregenspan](https://github.com/bregenspan))
- * **Internal**
- * Updated dev dependencies
+- **Internal**
+ - Updated dev dependencies
## 3.2.0
- * **Improvements**
- * Add support for .mjs output files ([#252](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/252), [@jlopezxs](https://github.com/jlopezxs))
+- **Improvements**
+ - Add support for .mjs output files ([#252](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/252), [@jlopezxs](https://github.com/jlopezxs))
## 3.1.0
- * **Bug Fix**
- * Properly determine the size of the modules containing special characters ([#223](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/223), [@hulkish](https://github.com/hulkish))
- * Update acorn to v6 ([#248](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/248), [@realityking](https://github.com/realityking))
+- **Bug Fix**
+ - Properly determine the size of the modules containing special characters ([#223](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/223), [@hulkish](https://github.com/hulkish))
+ - Update acorn to v6 ([#248](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/248), [@realityking](https://github.com/realityking))
## 3.0.4
- * **Bug Fix**
- * Make webpack's done hook wait until analyzer writes report or stat file ([#247](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/247), [@mareolan](https://github.com/mareolan))
+- **Bug Fix**
+ - Make webpack's done hook wait until analyzer writes report or stat file ([#247](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/247), [@mareolan](https://github.com/mareolan))
## 3.0.3
- * **Bug Fix**
- * Disable viewer websocket connection when report is generated in `static` mode ([#215](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/215), [@sebastianhaeni](https://github.com/sebastianhaeni))
+- **Bug Fix**
+ - Disable viewer websocket connection when report is generated in `static` mode ([#215](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/215), [@sebastianhaeni](https://github.com/sebastianhaeni))
## 3.0.2
- * **Improvements**
- * Drop `@babel/runtime` dependency ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
- * Properly specify minimal Node.js version in `.babelrc` ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
+- **Improvements**
+ - Drop `@babel/runtime` dependency ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
+ - Properly specify minimal Node.js version in `.babelrc` ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
- * **Bug Fix**
- * Move some "dependencies" to "devDependencies" ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
+- **Bug Fix**
+ - Move some "dependencies" to "devDependencies" ([#209](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/209), [@realityking](https://github.com/realityking))
## 3.0.1
- * **Bug Fix**
- * Small UI fixes
+- **Bug Fix**
+ - Small UI fixes
## 3.0.0
- * **Breaking change**
- * Dropped support for Node.js v4. Minimal required version now is v6.14.4
- * Contents of concatenated modules are now hidden by default because of a number of related issues ([details](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/188)), but can be shown using a new checkbox in the sidebar.
+- **Breaking change**
+ - Dropped support for Node.js v4. Minimal required version now is v6.14.4
+ - Contents of concatenated modules are now hidden by default because of a number of related issues ([details](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/188)), but can be shown using a new checkbox in the sidebar.
- * **New Feature**
- * Added modules search
- * Added ability to pin and resize the sidebar
- * Added button to toggle the sidebar
- * Added checkbox to show/hide contents of concatenated modules
+- **New Feature**
+ - Added modules search
+ - Added ability to pin and resize the sidebar
+ - Added button to toggle the sidebar
+ - Added checkbox to show/hide contents of concatenated modules
- * **Improvements**
- * Nested folders that contain only one child folder are now visually merged i.e. `folder1 => folder2 => file1` is now shown like `folder1/folder2 => file1` (thanks to [@varun-singh-1](https://github.com/varun-singh-1) for the idea)
+- **Improvements**
+ - Nested folders that contain only one child folder are now visually merged i.e. `folder1 => folder2 => file1` is now shown like `folder1/folder2 => file1` (thanks to [@varun-singh-1](https://github.com/varun-singh-1) for the idea)
- * **Internal**
- * Dropped support for Node.js v4
- * Using MobX for state management
- * Updated dependencies
+- **Internal**
+ - Dropped support for Node.js v4
+ - Using MobX for state management
+ - Updated dependencies
## 2.13.1
- * **Improvement**
- * Pretty-format the generated stats.json ([#180](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/180)) [@edmorley](https://github.com/edmorley))
+- **Improvement**
+ - Pretty-format the generated stats.json ([#180](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/180)) [@edmorley](https://github.com/edmorley))
- * **Bug Fix**
- * Properly parse Webpack 4 async chunk with `Array.concat` optimization ([#184](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/184), fixes [#183](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/183))
+- **Bug Fix**
+ - Properly parse Webpack 4 async chunk with `Array.concat` optimization ([#184](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/184), fixes [#183](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/183))
- * **Internal**
- * Refactor bundle parsing logic ([#184](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/184))
+- **Internal**
+ - Refactor bundle parsing logic ([#184](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/184))
## 2.13.0
- * **Improvement**
- * Loosen bundle parsing logic ([#181](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/181)). Now analyzer will still show parsed sizes even if:
- * It can't parse some bundle chunks. Those chunks just won't have content in the report. Fixes issues like [#160](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/160).
- * Some bundle chunks are missing (it couldn't find files to parse). Those chunks just won't be visible in the report for parsed/gzipped sizes.
+- **Improvement**
+ - Loosen bundle parsing logic ([#181](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/181)). Now analyzer will still show parsed sizes even if:
+ - It can't parse some bundle chunks. Those chunks just won't have content in the report. Fixes issues like [#160](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/160).
+ - Some bundle chunks are missing (it couldn't find files to parse). Those chunks just won't be visible in the report for parsed/gzipped sizes.
## 2.12.0
- * **New Feature**
- * Add option that allows to exclude assets from the report ([#178](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/178))
+- **New Feature**
+ - Add option that allows to exclude assets from the report ([#178](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/178))
## 2.11.3
- * **Bug Fix**
- * Filter out modules that weren't found during bundles parsing ([#177](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/177))
+- **Bug Fix**
+ - Filter out modules that weren't found during bundles parsing ([#177](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/177))
## 2.11.2
- * **Bug Fix**
- * Properly process stat files that contain modules inside of `chunks` array ([#175](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/175))
- * Fix parsing of async chunks that push to `this.webpackJsonp` array ([#176](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/176))
+- **Bug Fix**
+ - Properly process stat files that contain modules inside of `chunks` array ([#175](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/175))
+ - Fix parsing of async chunks that push to `this.webpackJsonp` array ([#176](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/176))
## 2.11.1
- * **Improvement**
- * Add support for parsing Webpack 4's chunked modules ([#159](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/159), [@jdelStrother](https://github.com/jdelStrother))
+- **Improvement**
+ - Add support for parsing Webpack 4's chunked modules ([#159](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/159), [@jdelStrother](https://github.com/jdelStrother))
## 2.11.0
- * **Improvement**
- * Show contents of concatenated module (requires Webpack 4) ([#158](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/158), closes [#157](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/157))
+- **Improvement**
+ - Show contents of concatenated module (requires Webpack 4) ([#158](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/158), closes [#157](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/157))
## 2.10.1
- * **Improvement**
- * Support webpack 4 without deprecation warnings. @ai in [#156](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/156), fixes [#154](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/154)
+- **Improvement**
+ - Support webpack 4 without deprecation warnings. @ai in [#156](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/156), fixes [#154](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/154)
## 2.10.0
- * **Bug Fix**
- * Fix "out of memory" crash when dealing with huge stats objects ([#129](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/129), [@ryan953](https://github.com/ryan953))
+- **Bug Fix**
+ - Fix "out of memory" crash when dealing with huge stats objects ([#129](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/129), [@ryan953](https://github.com/ryan953))
- * **Internal**
- * Update dependencies ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146))
- * Update gulp to v4 and simplify gulpfile ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146), [#149](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/149))
- * Simplify ESLint configs ([#148](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/148))
+- **Internal**
+ - Update dependencies ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146))
+ - Update gulp to v4 and simplify gulpfile ([#146](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/146), [#149](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/149))
+ - Simplify ESLint configs ([#148](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/148))
## 2.9.2
- * **Bug Fix**
- * Add a listener for the 'error' event on the WebSocket server client (#140)
+- **Bug Fix**
+ - Add a listener for the 'error' event on the WebSocket server client (#140)
- * **Internal**
- * Clean up .travis.yml (#140)
- * Update ws to version 4.0.0 (#140)
+- **Internal**
+ - Clean up .travis.yml (#140)
+ - Update ws to version 4.0.0 (#140)
## 2.9.1
- * **Bug Fix**
- * Bump `ws` dependency to fix DoS vulnerability (closes [#130](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/130))
+- **Bug Fix**
+ - Bump `ws` dependency to fix DoS vulnerability (closes [#130](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/130))
## 2.9.0
- * **New Feature**
- * Show chunk sizes in sidebar (closes #91)
- * **Bug Fix**
- * Properly parse webpack bundles that use arrow functions as module wrappers (#108, @regiontog)
+- **New Feature**
+ - Show chunk sizes in sidebar (closes #91)
+
+- **Bug Fix**
+ - Properly parse webpack bundles that use arrow functions as module wrappers (#108, @regiontog)
## 2.8.3
- * **Bug Fix**
- * Correctly advertise port when using a random one (#89, @yannickcr)
- * Add proper support for `multi` entries (fixes #92, #87)
- * Support parsing of ESNext features (fixes #94)
+
+- **Bug Fix**
+ - Correctly advertise port when using a random one (#89, @yannickcr)
+ - Add proper support for `multi` entries (fixes #92, #87)
+ - Support parsing of ESNext features (fixes #94)
## 2.8.2
- * **Improvement**
- * Greatly improved accuracy of gzip sizes
- * **Bug Fix**
- * Generate report file in the bundle output directory when used with Webpack Dev Server (fixes #75)
+- **Improvement**
+ - Greatly improved accuracy of gzip sizes
+
+- **Bug Fix**
+ - Generate report file in the bundle output directory when used with Webpack Dev Server (fixes #75)
## 2.8.1
- * **Improvement**
- * Improve warning message when analyzer client couldn't connect to WebSocket server
+
+- **Improvement**
+ - Improve warning message when analyzer client couldn't connect to WebSocket server
## 2.8.0
- * **Improvement**
- * Analyzer now supports `webpack --watch` and Webpack Dev Server!
- It will automatically update modules treemap according to changes in the sources via WebSockets!
- * **Internal**
- * Use `babel-preset-env` and two different Babel configs to compile node and browser code
- * Update deps
+- **Improvement**
+ - Analyzer now supports `webpack --watch` and Webpack Dev Server!
+ It will automatically update modules treemap according to changes in the sources via WebSockets!
+
+- **Internal**
+ - Use `babel-preset-env` and two different Babel configs to compile node and browser code
+ - Update deps
## 2.7.0
- * **New Feature**
- * Add control to sidebar that allows to choose shown chunks (closes #71 and partially addresses #38)
+
+- **New Feature**
+ - Add control to sidebar that allows to choose shown chunks (closes #71 and partially addresses #38)
## 2.6.0
- * **New Feature**
- * Add `defaultSizes` option (closes #52)
+
+- **New Feature**
+ - Add `defaultSizes` option (closes #52)
## 2.5.0
- * **New Feature**
- * Added `--host` CLI option (@difelice)
+
+- **New Feature**
+ - Added `--host` CLI option (@difelice)
## 2.4.1
- * **Improvement**
- * Support `NamedChunksPlugin` (@valscion)
+
+- **Improvement**
+ - Support `NamedChunksPlugin` (@valscion)
## 2.4.0
- * **Bug Fix**
- * Fix `TypeError: currentFolder.addModule is not a function`
- * **Internal**
- * Update deps
+- **Bug Fix**
+ - Fix `TypeError: currentFolder.addModule is not a function`
+
+- **Internal**
+ - Update deps
## 2.3.1
- * **Improvement**
- * Improve compatibility with Webpack 2 (@valscion)
+
+- **Improvement**
+ - Improve compatibility with Webpack 2 (@valscion)
## 2.3.0
- * **Improvement**
- * Add `analyzerHost` option (@freaz)
- * **Internal**
- * Update deps
+- **Improvement**
+ - Add `analyzerHost` option (@freaz)
+
+- **Internal**
+ - Update deps
## 2.2.3
- * **Bug Fix**
- * Support bundles that uses `Array.concat` expression in modules definition (@valscion)
+
+- **Bug Fix**
+ - Support bundles that uses `Array.concat` expression in modules definition (@valscion)
## 2.2.1
- * **Bug Fix**
- * Fix regression in analyzing stats files with non-empty `children` property (@gbakernet)
+
+- **Bug Fix**
+ - Fix regression in analyzing stats files with non-empty `children` property (@gbakernet)
## 2.2.0
- * **Improvement**
- * Improve treemap sharpness on hi-res displays (fixes #33)
- * Add support for stats files with all the information under `children` property (fixes #10)
- * **Internal**
- * Update deps
+- **Improvement**
+ - Improve treemap sharpness on hi-res displays (fixes #33)
+ - Add support for stats files with all the information under `children` property (fixes #10)
+
+- **Internal**
+ - Update deps
## 2.1.1
- * **Improvement**
- * Add support for `output.jsonpFunction` webpack config option (fixes #16)
+
+- **Improvement**
+ - Add support for `output.jsonpFunction` webpack config option (fixes #16)
## 2.1.0
- * **New Feature**
- * Add `logLevel` option (closes #19)
+
+- **New Feature**
+ - Add `logLevel` option (closes #19)
## 2.0.1
- * **Bug Fix**
- * Support query in bundle filenames (fixes #22)
- * **Internal**
- * Minimize CSS for report UI
+- **Bug Fix**
+ - Support query in bundle filenames (fixes #22)
+
+- **Internal**
+ - Minimize CSS for report UI
## 2.0.0
- * **New Feature**
- * Analyzer now also shows gzipped sizes (closes #6)
- * Added switcher that allows to choose what sizes will be used to generate tree map.
- Just move your mouse to the left corner of the browser and settings sidebar will appear.
- * **Bug Fix**
- * Properly show sizes for some asset modules (e.g. CSS files loaded with `css-loader`)
+- **New Feature**
+ - Analyzer now also shows gzipped sizes (closes #6)
+ - Added switcher that allows to choose what sizes will be used to generate tree map.
+ Just move your mouse to the left corner of the browser and settings sidebar will appear.
+
+- **Bug Fix**
+ - Properly show sizes for some asset modules (e.g. CSS files loaded with `css-loader`)
- * **Internal**
- * Completely rewritten analyzer UI. Now uses Preact and Webpack 2.
+- **Internal**
+ - Completely rewritten analyzer UI. Now uses Preact and Webpack 2.
## 1.5.4
- * **Bug Fix**
- * Fix bug when Webpack build is being controlled by some wrapper like `grunt-webpack` (see #21)
+- **Bug Fix**
+ - Fix bug when Webpack build is being controlled by some wrapper like `grunt-webpack` (see #21)
## 1.5.3
- * **Bug Fix**
- * Workaround `Express` bug that caused wrong `ejs` version to be used as view engine (fixes #17)
+- **Bug Fix**
+ - Workaround `Express` bug that caused wrong `ejs` version to be used as view engine (fixes #17)
## 1.5.2
- * **Bug Fix**
- * Support array module descriptors that can be generated if `DedupePlugin` is used (fixes #4)
+- **Bug Fix**
+ - Support array module descriptors that can be generated if `DedupePlugin` is used (fixes #4)
## 1.5.1
- * **Internal**
- * Plug analyzer to Webpack compiler `done` event instead of `emit`. Should fix #15.
+- **Internal**
+ - Plug analyzer to Webpack compiler `done` event instead of `emit`. Should fix #15.
## 1.5.0
- * **New Feature**
- * Add `statsOptions` option for `BundleAnalyzerPlugin`
+- **New Feature**
+ - Add `statsOptions` option for `BundleAnalyzerPlugin`
## 1.4.2
- * **Bug Fix**
- * Fix "Unable to find bundle asset" error when bundle name starts with `/` (fixes #3)
+- **Bug Fix**
+ - Fix "Unable to find bundle asset" error when bundle name starts with `/` (fixes #3)
## 1.4.1
- * **Bug Fix**
- * Add partial support for `DedupePlugin` (see #4 for more info)
+- **Bug Fix**
+ - Add partial support for `DedupePlugin` (see #4 for more info)
## 1.4.0
- * **New Feature**
- * Add "static report" mode (closes #2)
+- **New Feature**
+ - Add "static report" mode (closes #2)
## 1.3.0
- * **Improvement**
- * Add `startAnalyzer` option for `BundleAnalyzerPlugin` (fixes #1)
- * **Internal**
- * Make module much slimmer - remove/replace bloated dependencies
+- **Improvement**
+ - Add `startAnalyzer` option for `BundleAnalyzerPlugin` (fixes #1)
+- **Internal**
+ - Make module much slimmer - remove/replace bloated dependencies
## 1.2.5
- * Initial public release
+- Initial public release
diff --git a/package.json b/package.json
index 4d45664e..9d5190c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-bundle-analyzer",
- "version": "5.2.0",
+ "version": "5.3.0",
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
"keywords": [
"webpack",