We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c8b2d commit a93e854Copy full SHA for a93e854
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.5.6 (10 May 2022)
2
+
3
+### Fixes
4
5
+- Fixed faulty `this` type import in loader (#624)
6
+- Made current script detection more robust for edge cases (#630)
7
8
+### Internal
9
10
+- Swapped to new `ReactDOM.createRoot` API in examples (#626)
11
12
## 0.5.5 (4 April 2022)
13
14
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.5",
+ "version": "0.5.6",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments