Skip to content

Releases: webpack/webpack-dev-server

v2.1.0-beta.8

v2.1.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:21
  • Add full Web Worker support (#632).
  • Fix historyApiFallback not working when specifying an index that is not index.html (#627, cb1b32f).
  • Add support for new SSL parameters: pfx and pfxPassphrase. Use with --pfx and --pfx-passphrase in the CLI (#631).

v2.1.0-beta.7

v2.1.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:22
  • Add support for http/2 when using the https option. Falls back on http/1.1.

v2.1.0-beta.6

v2.1.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:23
  • Start with tests! There's still a lot more to test, but at least there are some tests now (#623).
  • Add optional callback for the close API (1cf6549).
  • Fix historyApiFallback to fallback correctly to contentBase (#617).
  • When using the bypass feature in a proxy, it was not possible to use in-memory webpack assets (#613).
  • Simplify code for delivering assets (#618).

v2.1.0-beta.5

v2.1.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:24
  • Add proxy config hot reloading - needs some additional configuration (#605).
  • Fix --progress not working (#609).
  • Fix [WDS] Hot Module Replacement enabled appearing even if the clientLogLevel was set to a non-info value (#607).
  • Don't rely on a CDN for providing the SockJS script in iframe modus (#493).
  • Explain what --inline does in help section for the CLI (#596).

v1.16.0

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:31
  • Backport a few more fixes from v2:
    • Add clientLogLevel (--client-log-level for CLI) option. It controls the log messages shown in the browser. Available levels are error, warning, info or none (#579).
    • Limit websocket retries when the server can't be reached (#589).

v1.15.2

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:31
  • Backport a few fixes from v2 (#604):
    • Using https and manually including the client script resulted in a wrong url for the websocket.
    • Manually including the client script didn't work resulted in a wrong url for the websocket in some cases.
    • Compatibility with platforms that don't use a hostname (Electron / Ionic).

v2.1.0-beta.4

v2.1.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:26
  • Fix contentBase option in webpack config being ignored when using the CLI (#597).
  • Fix SockJS providing an old SocKJS-client file, causing compatibility error (#474).
  • Fix websocket connection issues when using https with a relative script path (#592).
  • Fix hostname resolving issues (#594).
  • Improve reliability of --open parameter (#593).

v2.1.0-beta.3

v2.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:27
  • Breaking change: removed overriding output.path to "/" in the webpack config when using the CLI (#337). Note that output.path needs to be an absolute path!
  • Breaking change: removed contentBase as a proxy feature (deprecated since 1.x).
  • Limit websocket retries when the server can't be reached (#589).
  • Improve detection for getting the server URL in the client (#496).
  • Add clientLogLevel (--client-log-level for CLI) option. It controls the log messages shown in the browser. Available levels are error, warning, info or none (#579).
  • Allow using no content base with the --no-content-base flag (previously it always defaulted to the working directory).
  • Use stronger certs for the https modus, to prevent browsers from complaining about it (#572).

v2.1.0-beta.2

v2.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:28
  • Breaking change: Only compatible with webpack v2.
  • Breaking change: --inline is enabled by default now.
  • Add compatibility for web workers (#298).
  • Convert to yargs to handle command line options.
  • Allow a Promise instead of a config object in the CLI (#419).
  • Add --hot-only flag, a shortcut that adds webpack/hot/only-dev-server in entry in the webpack config (#439).

v1.15.1

Choose a tag to compare

@SpaceK33z SpaceK33z released this 30 Oct 14:31
  • Fix the bypass config option for proxies (#563).
  • Reverted a change that prevented clicks from registering in the iframe.
  • Fix using * as a proxy wildcard.
  • Avoid accessing document when using inline modus (#577).