Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v2.9.0
27 Sep 13:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bugfixes
fixes #1087 : yargs@8 causes error output with [email protected]
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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 )
v2.7.0
08 Aug 12:29
Compare
Sorry, something went wrong.
No results found
Features
Added Sockjs prefix config (#911 )
Added --allowed-hosts CLI option (#1012 )
Bugfixes
Always allow requests with IP-address as host in checkHost() (#1007 )
Fully mute output info if quiet is set to true. (#999 )
Set undefined openPage to empty string when open option is true
v2.6.1
23 Jul 09:59
Compare
Sorry, something went wrong.
No results found
Move loglevel
from devDependencies to dependencies #1001
v2.6.0
22 Jul 15:00
Compare
Sorry, something went wrong.
No results found
Browser console messages now respect clientLogLevel
(#921 ).
Don't output startup info if quiet
is set to true
(#970 ).
Only load Bonjour when needed (#958 ).
Set HMR log level (#926 ).
Do not show warnings @ overlay unless explicitly set (#881 ).
Add cli option --disable-host-check
(#980 ).
v2.5.1
07 Jul 05:58
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix peer dependencies to support webpack 3 ( #946 ) ( Fixes #932 )
v2.5.0
20 Jun 06:39
Compare
Sorry, something went wrong.
No results found
Security
Don't provide a SSL cert, but generate one on demand. Unique for each developer.
https://medium.com/@mikenorth/961572624c54 by Mike North
Bugfixes
allow port 0 again
add allowedHosts
option
better check for WebWorker
add openPage
option to open a specific page
add --bonjour
add lan
option, which listen on lan ip by default
v2.4.5
20 Jun 06:34
Compare
Sorry, something went wrong.
No results found
Bugfixes
fix a bug preventing publicHost from working