Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
v3.0.0-beta.7
- Update
redbox-react
dependency to fix prop-types deprecation errors (87c9123)
v1.3.1
v3.0.0-beta.6
v3.0.0-beta.5
v3.0.0-beta.4
v3.0.0-beta.3
v3.0.0-beta.1
- Adds complete React Router support. Async routes should work fine now. (#272)
- Fixes a nasty bug which caused unwrapped component to render. (#266, #272)
- Fixes an issue that caused components with
shouldComponentUpdate
optimizations not getting redrawn (#269, 2a1e384) - Internal: a rewrite and much better test coverage.
v3.0.0-beta.0
-
Fixes an issue when used in Webpack 2 (#263)
-
Instead of
<AppContainer component={App} props={{ prop: val }} />
you now need to write
<AppContainer> <App prop={val} /> </AppContainer>
(#250)
See this commit as an update reference!
v3.0.0-alpha.8
Big Changes!
React Hot Loader 3 is on the horizon, and you can try it today (boilerplate branch, upgrade example). It fixes some long-standing issues with both React Hot Loader and React Transform, and is intended as a replacement for both. The docs are not there yet, but they will be added before the final release. For now, this commit is a good reference.
v3.0.0-alpha.13
- Better support for React Router compared to previous alphas. (#253, and see gaearon/react-hot-boilerplate#61 (comment) for instructions)