Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
v1.2.5
v1.2.4
- Avoid updating each class twice in React 0.12
Public Notice
It is now recommended to use include
instead of exclude
in Webpack loader configuration. Read more.
v1.2.3
v1.2.2
v1.2.1
- Don't try to flatten inheritance chains, as it causes problems with
super
. - Instead, automatically opt custom base classes into hot reloading as long as they descend from
React.Component
(in React 0.13). If your custom base class doesn't do that but you'd still want to have hot reloading, you need to manually opt it in viamodule.makeHot
API.
v1.2.0
- Support hot-reloading components without a base class (react-hot-api#5)
- Support hot-reloading inheritance chains (react-hot-api#10)
- Support using React 0.13 as an external