Changelog
Tags:
- [Breaking Change]
- [New Feature]
- [Improvement]
- [Bug Fix]
- [Internal]
- [Documentation]
Note: Gaps between patch versions are faulty, broken or test releases.
UNRELEASED
3.9.0
- New Feature - 
- Adds option reportTitleto set title in HTML reports; default remains date of report generation (#354 by @eoingroat)
 
 
- Improvement 
3.8.0
- Improvement - 
- Added support for exports.modules when webpack target = node (#345 by @Spikef)
 
- New Feature 
- Bug Fix - 
- Support any custom globalObjectoption in Webpack Config. (#352 by @Gongreg)
 
3.7.0
- New Feature - 
- Added JSON output option (analyzerMode: "json"in plugin,--mode jsonin CLI) (#341 by @Gongreg)
 
- Improvement - 
- Persist "Show content of concatenated modules" option (#322 by @lorenzos)
 
3.6.1
- Bug Fix - 
- Add leading zero to hour & minute on <title />when needed (#314 by @mhxbe)
 
 
- Internal - 
- Update some dependencies to get rid of vulnerability warnings (#339)
 
3.6.0
- Improvement
- Support webpack builds where output.globalObjectis set to'self'(#323 by @lemonmade)
- Improve readability of tooltips (#320 by @lorenzos)
 
3.5.2
3.5.1
- Bug Fix
- Fix regression in support of webpack dev server and webpack --watch(issue #312, fixed in #313 by @gaokun)
 
3.5.0
- Improvements
- Improved report title and added favicon (#310, @gaokun)
 
3.4.1
- Bug Fix
- Fix regression of requiring an object to be passed to new BundleAnalyzerPlugin()(issue #300, fixed in #302 by @jerryOnlyZRJ)
 
3.4.0
- Improvements 
- Bug Fix 
- Internal 
3.3.2
- Bug Fix
- Fix regression with escaping internal assets (#264, fixes #263)
 
3.3.1
- Improvements - 
- Use relative links for serving internal assets (#261, fixes #254)
- Properly escape embedded JS/JSON (#262)
 
- Bug Fix - 
- Fix showing help message on -hflag (#260, fixes #239)
 
3.3.0
3.2.0
3.1.0
3.0.4
- Bug Fix
- Make webpack's done hook wait until analyzer writes report or stat file (#247, @mareolan)
 
3.0.3
- Bug Fix
- Disable viewer websocket connection when report is generated in staticmode (#215, @sebastianhaeni)
 
3.0.2
3.0.1
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), 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
 
- Improvements - 
- Nested folders that contain only one child folder are now visually merged i.e. folder1 => folder2 => file1is now shown likefolder1/folder2 => file1(thanks to @varun-singh-1 for the idea)
 
 
- Internal - 
- Dropped support for Node.js v4
- Using MobX for state management
- Updated dependencies
 
2.13.1
- Improvement 
- Bug Fix - 
- Properly parse Webpack 4 async chunk with Array.concatoptimization (#184, fixes #183)
 
 
- Internal - 
- Refactor bundle parsing logic (#184)
 
2.13.0
- Improvement
- Loosen bundle parsing logic (#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.
- 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)
 
2.11.3
- Bug Fix
- Filter out modules that weren't found during bundles parsing (#177)
 
2.11.2
- Bug Fix
- Properly process stat files that contain modules inside of chunksarray (#175)
- Fix parsing of async chunks that push to this.webpackJsonparray (#176)
 
2.11.1
2.11.0
- Improvement
- Show contents of concatenated module (requires Webpack 4) (#158, closes #157)
 
2.10.1
- Improvement
- Support webpack 4 without deprecation warnings. @ai in #156, fixes #154
 
2.10.0
- Bug Fix - 
- Fix "out of memory" crash when dealing with huge stats objects (#129, @ryan953)
 
- Internal - 
- Update dependencies (#146)
- Update gulp to v4 and simplify gulpfile (#146, #149)
- Simplify ESLint configs (#148)
 
2.9.2
- 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)
 
2.9.1
- Bug Fix
- Bump wsdependency to fix DoS vulnerability (closes #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)
 
2.8.3
- Bug Fix
- Correctly advertise port when using a random one (#89, @yannickcr)
- Add proper support for multientries (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)
 
2.8.1
- Improvement
- Improve warning message when analyzer client couldn't connect to WebSocket server
 
2.8.0
- Improvement - 
- Analyzer now supports webpack --watchand Webpack Dev Server!
It will automatically update modules treemap according to changes in the sources via WebSockets!
 
- Internal - 
- Use babel-preset-envand 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)
 
2.6.0
- New Feature
- Add defaultSizesoption (closes #52)
 
2.5.0
2.4.1
2.4.0
- Bug Fix - 
- Fix TypeError: currentFolder.addModule is not a function
 
- Internal 
2.3.1
- Improvement
- Improve compatibility with Webpack 2 (@valscion)
 
2.3.0
- Improvement - 
- Add analyzerHostoption (@freaz)
 
- Internal 
2.2.3
- Bug Fix
- Support bundles that uses Array.concatexpression in modules definition (@valscion)
 
2.2.1
- Bug Fix
- Fix regression in analyzing stats files with non-empty childrenproperty (@gbakernet)
 
2.2.0
- Improvement - 
- Improve treemap sharpness on hi-res displays (fixes #33)
- Add support for stats files with all the information under childrenproperty (fixes #10)
 
- Internal 
2.1.1
- Improvement
- Add support for output.jsonpFunctionwebpack config option (fixes #16)
 
2.1.0
- New Feature
- Add logLeveloption (closes #19)
 
2.0.1
- 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)
 
- 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)
 
1.5.3
- Bug Fix
- Workaround Expressbug that caused wrongejsversion to be used as view engine (fixes #17)
 
1.5.2
- Bug Fix
- Support array module descriptors that can be generated if DedupePluginis used (fixes #4)
 
1.5.1
- Internal
- Plug analyzer to Webpack compiler doneevent instead ofemit. Should fix #15.
 
1.5.0
- New Feature
- Add statsOptionsoption forBundleAnalyzerPlugin
 
1.4.2
- 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)
 
1.4.0
- New Feature
- Add "static report" mode (closes #2)
 
1.3.0
- Improvement
- Add startAnalyzeroption forBundleAnalyzerPlugin(fixes #1)
 
- Internal
- Make module much slimmer - remove/replace bloated dependencies
 
1.2.5