Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
Hooked the land
Bug Fixes
- forwardRef remounts every update (3b11866)
- React-router merging components on change (f45fee0)
- remove early reject in pureSFC to maintain result structure, #1115 (0a28144)
- Fix constructor of source-map/SourceMapConsumer returning a Promise #1113
React Fusion
Features
- webpack patch/inject mode to inject necessary patches to React-Dom(42d637b)
Bug Fixes
React 16.6
Features
- React 16.5 and React 16.6 support. forwardRef, memo, lazy #1084
- Webpack loader #1098
- mark RHL sideEffect-free in production mode #1096
- babel plugin will remove
hot
in production #1091
Bug Fixes
- babel plugin will remove calls to
hot
in production mode to remove side-effect on webpack #1081
- class methods, deleted on update, will be deleted from proxy #1091
v4.3.12
Bug fixes
- babel plugin will remove calls to
hot
in production mode to remove side-effect on webpack #1081
- class methods, deleted on update, will be deleted from proxy #1091
v4.3.11
Bug fixes
- hot fixing ES5 literals in index.js, introduced in 4.3.10 (80f6b63)
v4.3.10
Bug fixes
- IE10/CSP compatibility #1073
v4.3.6
Bug Fixes
- don't inadvertently call getters (#1054)
v4.3.5
Bug Fixes
- dont hot-swap registered components, #1050 (cf165a6)
- use the same conditions for index and patch, probably related to #1048 (f67d5b9)
v4.3.4
Bug Fixes
- element could be double-proxied (#1033)
- Components, not directly inherited from React.Components, like StyledComponents, are not working (#1031)