Skip to content

Releases: webpack/webpack-dev-server

v3.0.0-beta.1

14 Feb 22:16
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

This beta release differs a lot with the earlier alpha versions.

The previous alpha versions dropped a lot of features and supported less browsers, in an effort to get webpack-dev-server back to its core.
These efforts have been moved to webpack-serve, and instead this major version of webpack-dev-version will focus on webpack v4 compatibility.

The changelog below is compared to the latest v2 version of webpack-dev-server:

  • Support for webpack v4.
  • webpack-dev-middleware updated to v2 (see changes).
  • Drops support for Node.js v4, going forward we only support v6+ (same as webpack).

We need your feedback! Please test this release. 🐛 🐞 👀

v2.11.1

20 Jan 21:13
Compare
Choose a tag to compare

Our third attempt to fix compatibility with old browsers (#1273), this time we'll get it right.

v2.11.0

14 Jan 11:26
Compare
Choose a tag to compare

Version 2.11.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

v2.10.0

06 Jan 03:01
ca8b5aa
Compare
Choose a tag to compare

Version 2.10.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.

Important webpack-dev-server has entered a maintenance-only mode. We won't be accepting any new features or major modifications. We'll still welcome pull requests for fixes however, and will continue to address any bugs that arise. Announcement with specifics pending.

Bugfixes

  • iOS Safari 10 bug where SockJS couldn't be found (#1238)
  • reportTime option (#1209)
  • don't mutate stats configuration (#1174)
  • enable progress from config (#1181)

Updates

  • transpile client bundles with babel (#1242)
  • dependency updates (ce30460)
  • Increase minimum marked version for ReDos vuln (#1255)
  • Update sockjs dependency to fix auditjs security vulnerability warning

v2.9.6

06 Dec 20:25
Compare
Choose a tag to compare

Bugfixes

  • fixes #1208: watchOptions not passed to chokidar in wds

v2.9.5

27 Nov 16:47
Compare
Choose a tag to compare

Updates

v2.9.4

02 Nov 13:48
Compare
Choose a tag to compare

Bugfixes

  • assert ssl certs aren't published. fixes #1171
  • fixes #860: failure to exit on SIGINT race condition (#1157)

v2.9.3

20 Oct 01:36
Compare
Choose a tag to compare

Bugfixes

  • Fixes #1082, #1142. bin file correctly prefers local module, uses it, and bails if local module detected.
  • Use dist/build sockjs-client instead of module source (#1148)

v2.9.2

15 Oct 13:58
Compare
Choose a tag to compare

Bugfixes

Changed property descriptor for Array.includes polyfill (#1134)

Updates

Remove header additional property validation (#1115)
Allow explicitly setting the protocol from the public option (#1117)
Updates readme with support, usage, and caveats (outlines no support for old IE)

v2.9.1

15 Oct 13:51
Compare
Choose a tag to compare

Patch release to resolve an errant log message in setup