Skip to content

Commit 0dc6e91

Browse files
committed
chore: release v0.3.0
1 parent 3cb3867 commit 0dc6e91

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,53 @@
1+
## 0.3.0 (10 May 2020)
2+
3+
### BREAKING
4+
5+
- Deprecated the `disableRefreshCheck` flag (#60)
6+
7+
### Features
8+
9+
- Added custom error overlay support (#44)
10+
- Added example project to use TypeScript without usual Babel settings (#46)
11+
- Added custom socket parameters for WDS (#52)
12+
- Added TypeScript definition files (#65)
13+
- Added stricter options validation rules (#62)
14+
- Added option to configure socket runtime to support more hot integrations (#64)
15+
- Added support for `webpack-plugin-serve` (#74)
16+
17+
### Fixes
18+
19+
- Fixed non-dismissible overlay for build warnings (#57)
20+
- Fixed electron compatibility (#58)
21+
- Fixed optional peer dependencies to be truly optional (#59)
22+
- Fixed compatibility issues caused by `node-url` (#61)
23+
- Removed check for `react` import for compatibility (#69)
24+
125
## 0.2.0 (2 March 2020)
226

27+
### Features
28+
329
- Added `webpack-hot-middleware` support (#23)
30+
31+
### Fixes
32+
433
- Fixed dependency on a global `this` variable to better support web workers (#29)
534

635
## 0.1.3 (19 December 2019)
736

37+
### Fixes
38+
839
- Fixed runtime template injection when the `runtimeChunks` optimization is used in Webpack (#26)
940

1041
## 0.1.2 (18 December 2019)
1142

43+
### Fixes
44+
1245
- Fixed caching of Webpack loader to significantly improve performance (#22)
1346

1447
## 0.1.1 (13 December 2019)
1548

49+
### Fixes
50+
1651
- Fixed usage of WDS SockJS fallback (#17)
1752

1853
## 0.1.0 (7 December 2019)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pmmmwh/react-refresh-webpack-plugin",
3-
"version": "0.3.0-beta.6",
3+
"version": "0.3.0",
44
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)