Skip to content

Commit 544bf9e

Browse files
committed
0.4.4
1 parent 174c1ce commit 544bf9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ A better approach may be to make monkeypatch `createClass` to return a proxy obj
5757
5858
## Changelog
5959

60+
#### 0.4.4
61+
62+
* Errors occuring in module definition (such as `ReferenceError`) should not disable further reloading (fixes **[#29](https://github.com/gaearon/react-hot-loader/issues/29)**)
63+
6064
#### 0.4.3
6165

6266
* Support lowercase `react` reference name and usage with ES6 classes (`createClass(MyComponent.prototype)`) via **[#27](https://github.com/gaearon/react-hot-loader/issues/27)**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hot-loader",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Webpack loader that enables live-editing React components without unmounting or losing their state",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)