We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1046f66 commit d35f646Copy full SHA for d35f646
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.5.2 (19 November 2021)
2
+
3
+### Features
4
5
+- Added support for WDS v4 `client.webSocketURL` (#529)
6
7
+### Fixes
8
9
+- Fixed lost module context due to interceptor by always using regular functions (#531)
10
+- Relaxed peer dependency requirement on `react-refresh` (#534)
11
12
## 0.5.1 (15 September 2021)
13
14
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments