Skip to content

Commit 5ff079d

Browse files
committed
Add changelog for 2.1.0-beta.4
1 parent 8d286b1 commit 5ff079d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# 2.x (unreleased)
33

4+
## 2.1.0-beta.4
5+
6+
- Fix `contentBase` option in webpack config being ignored when using the CLI ([#597](https://github.com/webpack/webpack-dev-server/issues/597), [#599](https://github.com/webpack/webpack-dev-server/pull/599)).
7+
- Fix SockJS providing an old SocKJS-client file, causing compatibility error ([#474](https://github.com/webpack/webpack-dev-server/issues/474)).
8+
- Fix websocket connection issues when using https with a relative script path ([#592](https://github.com/webpack/webpack-dev-server/issues/592)).
9+
- Fix hostname resolving issues ([#594](https://github.com/webpack/webpack-dev-server/pull/594)).
10+
- Improve reliability of `--open` parameter ([#593](https://github.com/webpack/webpack-dev-server/issues/593)).
11+
412
## 2.1.0-beta.3
513

614
- **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)). Note that `output.path` needs to be an absolute path!

0 commit comments

Comments
 (0)