Skip to content

Commit 974a11b

Browse files
committed
Add changelog for 2.1.0-beta.9
1 parent b32174c commit 974a11b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 2.x (unreleased)
22

3+
# 2.1.0-beta.9
4+
5+
- Add support for watching files provided by the `contentBase` option. Enable with `watchContentBase: true` or `--watch-content-base` in the CLI ([#649](https://github.com/webpack/webpack-dev-server/pull/649)).
6+
- Support IPv6 addresses as `host` option ([#644](https://github.com/webpack/webpack-dev-server/pull/644)).
7+
- Fix `historyApiFallback` taking preference of `contentBase` files instead of the in-memory files; this caused issues with html-webpack-plugin ([#640](https://github.com/webpack/webpack-dev-server/issues/640)).
8+
- Fix edge case where rapidly refreshing the page caused the server to crash ([#637](https://github.com/webpack/webpack-dev-server/pull/637)).
9+
310
# 2.1.0-beta.8
411

512
- Add full Web Worker support ([#632](https://github.com/webpack/webpack-dev-server/pull/632)).

0 commit comments

Comments
 (0)