Changelog History
Page 2
-
v3.0.7 Changes
May 15, 2019๐ Features
- ๐ Very minor path normalization for displaying modules paths on Windows and Prettier fixes for Windows. Included in: #284 by @ryan-roemer.
- โ Add AppVeyor for Windows builds in CI. Included in: #284 by @ryan-roemer.
Migration Instructions
๐ฑ No changes required to start using v3.0.7 ๐.
-
v3.0.6 Changes
May 15, 2019๐ Features
- ๐ Prevent dashboard from spawning its own console for the child process on Windows. Closes #212. Included in: #284 by @snack-able.
Migration Instructions
๐ฑ No changes required to start using v3.0.6 ๐.
-
v3.0.5 Changes
April 24, 2019๐ Features
- ๐ฆ Use
npm-run-all
as task runner forpackage.json
scripts. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/283. - โ
Use
test
in lieu oftest-summary
fornyc
coverage reporting on command line. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/283.
๐ Security
- โ Address
handlebars
security vulnerability. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/282 by @juliusl. - โ Address additional security vulnerabilities in
js-yaml
. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/283.
Migration Instructions
No changes required to start using v3.0.5 ๐.
- ๐ฆ Use
-
v3.0.4 Changes
April 24, 2019v3.0.4
was an erroneous publish. -
v3.0.3 Changes
April 19, 2019๐ Bugs
๐ Socket.io disconnects / large stats object size: Dramatically reduce the size of the webpack stats object being sent from client (webpack plugin) to server (CLI). Add client error/disconnect information for better future debugging. Original issue: #279 and fix: #281.
Migration Instructions
๐ฑ No changes required to start using v3.0.3 ๐.
-
v3.0.2 Changes
March 28, 2019๐ Features
- โฌ๏ธ Upgrade
inspectpack
dependency to handlenull
chunks. Original issue: FormidableLabs/inspectpack#110 and upstream fix: FormidableLabs/inspectpack#111
Migration Instructions
๐ฑ No changes required to start using v3.0.2 ๐.
- โฌ๏ธ Upgrade
-
v3.0.1 Changes
March 27, 2019๐ Features
- ๐ Use
process.kill
withSIGINT
to gracefully exit the dashboard process. Included in: #277 by @joakimbeng. - โก๏ธ Update dependencies to address security warnings. Included in: #275 by @stereobooster.
Migration Instructions
๐ No changes required to start using v3.0.1 ๐. We do recommend adopting this patch as soon as possible to get the security upgrades.
- ๐ Use
-
v3.0.0 Changes
February 15, 2019๐ Features
- ๐ Migrated from using
blessed
toneo-blessed
as the underlying terminal renderer.neo-blessed
is a maintained fork ofblessed
and brings in some nice fixes for us. Included in: #270 - โ Added Prettier to the codebase ๐ Included in: #270
๐ Docs
- โ Added a warning about deprecation of Node 6 support. Included in: #270
Migration Instructions
๐ With this release we are dropping support for Node 6 altogether.
neo-blessed
requires Node >= 8.0.0, meaning all users of the dashboard will need to run it using Node 8 or above. Previous versions ofwebpack-dashboard
are still compatible with Node 6. - ๐ Migrated from using
-
v2.1.0 Changes
January 29, 2019๐ Features
- โ Added a few example setups to make the local development experience with
webpack-dashboard
a lot easier. Users can now clone the repo,yarn
, andyarn dev
to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267 - Migrated to
inspectpack@4
. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263 - โ Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
โ Tests
- โ Added regression tests to fix an unknown import issue for our
format-*
utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263 - โ Added tests for all
Dashboard
methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
๐ Docs
- โ Added a Local Development section to the README to make it easier to contribute to
webpack-dashboard
. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
Migration Instructions
No changes required to start using v2.1.0 ๐
- โ Added a few example setups to make the local development experience with