You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
2
2
# 2.x (unreleased)
3
3
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
+
4
12
## 2.1.0-beta.4
5
13
6
14
- 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