Skip to content

Releases: gaearon/react-hot-loader

🔥-rc for 17-rc

22 Sep 12:49
Compare
Choose a tag to compare

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.19

22 Jan 09:25
Compare
Choose a tag to compare

Bug Fixes

v4.12.18

16 Nov 08:52
Compare
Choose a tag to compare

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

12 Nov 07:54
Compare
Choose a tag to compare

Bug Fixes

  • move @types/react from to peer dependencies, fixes #1391 (5ab2cab)

v4.12.16

06 Nov 21:54
Compare
Choose a tag to compare

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)

16.10

08 Oct 00:48
Compare
Choose a tag to compare

Bug Fixes

v4.12.14

08 Oct 00:48
Compare
Choose a tag to compare

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

12 Sep 10:06
Compare
Choose a tag to compare

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

27 Aug 09:53
Compare
Choose a tag to compare

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

12 Aug 02:24
Compare
Choose a tag to compare

Features

Bug Fixes

  • add noRegister option to webpack, #1315 (e562375)
  • remove circular deps from hot-loader (2cb544d)