Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 9, 2014
1 parent c41661d commit 9ff0cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ A better approach may be to make monkeypatch `createClass` to return a proxy obj
## Changelog

#### 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)**

#### 0.4.2

* Catch errors in modules and log them instead of reloading (fixes **[#21](https://github.com/gaearon/react-hot-loader/issues/21)**)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
"version": "0.4.2",
"version": "0.4.3",
"description": "Webpack loader that enables live-editing React components without unmounting or losing their state",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9ff0cfe

Please sign in to comment.