Skip to content

Releases: webpack/webpack-dev-server

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

v2.9.0

27 Sep 13:56
Compare
Choose a tag to compare

Note: Minor release due to addition of before and after hooks

Features

Deprecate setup in favor of before and after hooks (#1108)

Bugfixes

Fixed check for webpack/hot/log when setting HMR log level. (#1096)
fixes #1109: internal-ip update breaks useLocalIp option
Fix quote style to satisfy ESLint (#1098)

Updates

Made error overlay translucent. (#1097)

v2.8.2

27 Sep 13:58
Compare
Choose a tag to compare

Bugfixes

fixes #1087: yargs@8 causes error output with webpack@2.x
fixes #1084: template literals causing errors on IE (#1089) …
fixes #1086: promise configs fix and example

Updates

add promise-config example

v2.8.1

27 Sep 13:59
Compare
Choose a tag to compare

Bugfixes

fixes #1081, closes #1079. addDevServerEndpoints needs app stub for createDomain
fixes #1080 - jQuery update caused live bundle iframe issue
clean up progress option typo and options def

v2.8.0

13 Sep 14:56
Compare
Choose a tag to compare

Features

  • Print webpack progress to browser console (#1063)
  • Disable hot reloading with query string (#1068)

Bugfixes

  • Fixes issue #1064 by switching to a named logger (#1070)
  • Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
  • Addresses #998 to properly assign a random port and access the port assigned (#1054)
  • Don't generate ssl cert when one is already specified via options (#1036)
  • Fix for ./log module not found (#1050)
  • Fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
  • Handle IPv6-addresses correctly in checkHost() (#1026)

Updates

  • Allow --open option to specify the browser to use (#825)
  • Adds requestCert support to the server
  • Code cleanup and ESLint + eslint-config-webpack (#1058)
  • Include subjectAltName field in self-signed cert (#987)