Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
v4.3.3
Bug Fixes
(e5284ab)
- Add cold API to TypeScript definitions
- Preact could pass arguments to the render, fix #1013 (605da10)
- Support _this10 and over (bb47ca4)
- Support _this as sandbox variable, #1020
- Handle lazy indeterminate static properties(Relay) #1014
v4.3.1
Bug Fixes
- Preact could pass arguments to the render, fix #1013 (605da10)
- Support
_this10
and over (bb47ca4)
- Handle lazy indeterminate static properties(Relay) #1014
v4.3.0
Bug Fixes
- Context Provider could crash due update, #944 (b0e2b5b)
- RHL babel plugin will ignore react and react-hot-loader, fixes #900 (e90a25c)
- RHL should add new class methods (111d56e)
- Multiple problems with methods update. Revert behavior back to v4.1.2 #1001
Features
v4.2.0
Changes
- Stateless Components will be converted to React.Component ones (as they were prior 4.1.0) #977
Features
- Basic support for React 16 Context #979
Bug fixes
- pure components wont update #959, #944
- better babel compliance ("_this5"), #969
- sideeffect-less updates #970
- render as a class property #924
- issues around reactLifecyclesCompat.polyfill #951
- more examples and test cases
- multiple reconsilation related bug fixes
v4.1.0
Features
- 🚀 React 16.3 support (#918)
- 🧙🏻♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore (#873)
- 🧠Improved TypeScript support (no more than documentation) (#884)
Bug Fixes
- support babel temporal
_this3
(#928)
v4.0.0
Features
🎉 ESNext + TypeScript + React 16 support
📦 Webpack + Parcel support
✂️ Component splitting support
😛 Zero config
Bug Fixes