From 544bf9eb7367ee2a6f0831a078983537ceef3e7c Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 20 Sep 2014 23:22:11 +0400 Subject: [PATCH] 0.4.4 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52028420e..79bedfd8f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ A better approach may be to make monkeypatch `createClass` to return a proxy obj ## Changelog +#### 0.4.4 + +* Errors occuring in module definition (such as `ReferenceError`) should not disable further reloading (fixes **[#29](https://github.com/gaearon/react-hot-loader/issues/29)**) + #### 0.4.3 * Support lowercase `react` reference name and usage with ES6 classes (`createClass(MyComponent.prototype)`) via **[#27](https://github.com/gaearon/react-hot-loader/issues/27)** diff --git a/package.json b/package.json index 037bd7885..088eece33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "0.4.3", + "version": "0.4.4", "description": "Webpack loader that enables live-editing React components without unmounting or losing their state", "main": "index.js", "scripts": {