Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
🔥-rc for 17-rc
Bug Fixes
- tailUpdate might be blocked by a PureComponent (#1448) (e44103a)
- provide "hot fallback" when module.hot is not truthy (#1451) (ec3447f)
Features
v4.12.18
Bug Fixes
- (regression) hook order change is causing React error, fixes #1393 (6707b4b)
- production babel plugin might perform eager replacement, fixes #1388 (b94adb3)
v4.12.17
Bug Fixes
- move @types/react from to peer dependencies, fixes #1391 (5ab2cab)
v4.12.16
Bug Fixes
- dont write to elementType if it is not defined, fixes #1357 (1072303)
- explain why RHL could not be activated, fixes #1362 (9561d66)
- more @types/react to dependencies, fixes #1359 (af42c1a)
- use logger.warn instead of console to report tail update, fixes #1386 (fbc890a)
v4.12.14
Bug Fixes
- autodetect underupdated state and trigger an automatic update, fixes #1342 (33c54f5)
- resolve all components to their last versions, #1342 (62bc67e)
v4.12.13
Bug Fixes
- error overlay should not be injected into the first instance, fixes #1337 (c019663)
- return null for null types, fixes #1324 (08d7ed1)
- run hot in batched mode, fixes #1332 (e801daf)
v4.12.12
Bug Fixes
- error overlay could fail by itself (da50985)
- resolve undefined types to undefined, fixes #1324 (73eeb4e)
- speedup levenshtein comparison, fixes #1087 (b81dcb0)
React 16.9
Features
Bug Fixes
- add noRegister option to webpack, #1315 (e562375)
- remove circular deps from hot-loader (2cb544d)