Releases: webpack/webpack-dev-server
v3.0.0-beta.1
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
v2.11.0
v2.10.0
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
v2.9.6
v2.9.5
v2.9.4
v2.9.3
v2.9.2
v2.9.1
Patch release to resolve an errant log message in setup