Skip to content

Commit 565f4f9

Browse files
committed
Add changelog for 2.1.0-beta.3
1 parent 6c3250e commit 565f4f9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# 2.0 (unreleased)
1+
2+
# 2.x (unreleased)
3+
4+
## 2.1.0-beta.3
5+
6+
- **Breaking change:** removed overriding `output.path` to `"/"` in the webpack config when using the CLI ([#337](https://github.com/webpack/webpack-dev-server/issues/337)).
7+
- **Breaking change:** removed `contentBase` as a proxy feature (deprecated since 1.x).
8+
- Limit websocket retries when the server can't be reached ([#589](https://github.com/webpack/webpack-dev-server/issues/589)).
9+
- Improve detection for getting the server URL in the client ([#496](https://github.com/webpack/webpack-dev-server/issues/496)).
10+
- Add `clientLogLevel` (`--clientLogLevel` for CI) option. It controls the log messages shown in the browser. Available levels are `error`, `warning`, `info` or `none` ([#579](https://github.com/webpack/webpack-dev-server/issues/579)).
11+
- Allow using no content base with the `--no-content-base` flag (previously it always defaulted to the working directory).
12+
- Use stronger certs for the `https` modus, to prevent browsers from complaining about it ([#572](https://github.com/webpack/webpack-dev-server/issues/572)).
13+
14+
## Before 2.1.0-beta.3
215

316
- Only compatible with webpack v2.
417
- Add compatibility for web workers (#298).

0 commit comments

Comments
 (0)