Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
v2.0.0-alpha-4
- Ports fix from 1.3.0 to 2.x branch: Recover from errors on module level (#187)
v1.3.0
v2.0.0-alpha-3
- Fixes inheritance support (#184, gaearon/react-proxy#9, gaearon/react-proxy#19)
v2.0.0-alpha-2
- Fixes server rendering
v2.0.0-alpha-1
- Attempts to fix #182 (comment)
v2.0.0-alpha
It's not what React Hot Loader 2 will turn out to be—we don't know yet what it will be like. Right now, this alpha is just an internal change of engine, and I need you to test it, so that we know it's stable before we commit to using it in the React Hot Loader successor projects.
What we want you to do is to install [email protected]
and report your experience in #182. Did something break in your app? Is hot reloading working subjectively better or worse, and why?
If you're interested in the more detailed changes that React Proxy brings, along with caveats, check out the changelog entry.
npm install --save-dev [email protected]
Note that this branch requires React 0.13+. We no longer support earlier versions.