Skip to content

Releases: FormidableLabs/webpack-dashboard

v3.3.8

18 May 14:56
f63d81e
Compare
Choose a tag to compare

Patch Changes

  • Adding GitHub release workflow (#354)

v3.0.7

15 May 21:38
Compare
Choose a tag to compare

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

15 May 21:37
Compare
Choose a tag to compare

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

24 Apr 20:49
Compare
Choose a tag to compare

Features

  • Use npm-run-all as task runner for package.json scripts. Included in: #283.
  • Use test in lieu of test-summary for nyc coverage reporting on command line. Included in: #283.

Security

  • Address handlebars security vulnerability. Included in: #282 by @juliusl.
  • Address additional security vulnerabilities in js-yaml. Included in: #283.

v3.0.4

24 Apr 20:48
Compare
Choose a tag to compare

v3.0.4 was an erroneous publish.

v3.0.3

19 Apr 16:04
Compare
Choose a tag to compare

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

28 Mar 17:26
Compare
Choose a tag to compare

Features

Migration Instructions

No changes required to start using v3.0.2 πŸŽ‰.

3.0.1

27 Mar 00:23
Compare
Choose a tag to compare

Features

  • Use process.kill with SIGINT 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.

3.0.0

15 Feb 00:57
Compare
Choose a tag to compare

Features

  • Migrated from using blessed to neo-blessed as the underlying terminal renderer. neo-blessed is a maintained fork of blessed 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 of webpack-dashboard are still compatible with Node 6.

v2.1.0

29 Jan 21:06
Compare
Choose a tag to compare

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, and yarn dev to 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 Dashboard methods. 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 πŸŽ‰