Releases: FormidableLabs/webpack-dashboard
v3.3.8
v3.0.7
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
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
v3.0.4
v3.0.4 was an erroneous publish.
v3.0.3
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 🎉.
3.0.2
Features
- Upgrade
inspectpackdependency to handlenullchunks. Original issue: FormidableLabs/inspectpack#110 and upstream fix: FormidableLabs/inspectpack#111
Migration Instructions
No changes required to start using v3.0.2 🎉.
3.0.1
Features
- Use
process.killwithSIGINTto 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.
3.0.0
Features
- Migrated from using
blessedtoneo-blessedas the underlying terminal renderer.neo-blessedis a maintained fork ofblessedand 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 of webpack-dashboard are still compatible with Node 6.
v2.1.0
Features
- Added a few example setups to make the local development experience with
webpack-dashboarda lot easier. Users can now clone the repo,yarn, andyarn devto get running. Included in: #267 - Migrated to
inspectpack@4. Included in: #263 - Added TypeScript defitions. Included in: #269
Tests
- Added regression tests to fix an unknown import issue for our
format-*utils. Included in: #263 - Added tests for all
Dashboardmethods. Included in: #263
Docs
- Added a Local Development section to the README to make it easier to contribute to
webpack-dashboard. Included in: #267
Migration Instructions
No changes required to start using v2.1.0 🎉