Skip to content

Commit c2481db

Browse files
committed
Add changelog for 2.1.0-beta.5
1 parent 2eebcfd commit c2481db

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.5
5+
6+
- Add proxy config hot reloading - needs some additional configuration ([#605](https://github.com/webpack/webpack-dev-server/pull/605)).
7+
- Fix `--progress` not working ([#609](https://github.com/webpack/webpack-dev-server/issues/609)).
8+
- Fix `[WDS] Hot Module Replacement enabled` appearing even if the `clientLogLevel` was set to a non-`info` value ([#607](https://github.com/webpack/webpack-dev-server/pull/607)).
9+
- Don't rely on a CDN for providing the SockJS script in iframe modus ([#493](https://github.com/webpack/webpack-dev-server/pull/493)).
10+
- Explain what `--inline` does in help section for the CLI ([#596](https://github.com/webpack/webpack-dev-server/pull/596)).
11+
412
## 2.1.0-beta.4
513

614
- 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)).

0 commit comments

Comments
 (0)