Skip to content

Releases: gaearon/react-hot-loader

v4.12.10

27 Jul 06:12
Compare
Choose a tag to compare

Bug Fixes

  • append react-hot-dom patch note to the ProxyFacade, fixes #1311 (81bbb6a)
  • use void IIFE for webpack plugin, fixes #1309 (6089822)

v4.12.9

23 Jul 08:32
Compare
Choose a tag to compare

Bug Fixes

  • ☠️forcely update Context Provider, fixes useContext ☠️ #1207 (897a68d)

v4.12.8

23 Jul 08:27
Compare
Choose a tag to compare

Bug Fixes

  • script error on IE11 due to lack of Object.entries (6672b26)

v4.12.7

16 Jul 07:54
Compare
Choose a tag to compare

Bug Fixes

  • false negative comparisons with react-hot-dom enabled, fixes #1299 (a1c5c31)
  • reload hooks when hook body changes (4795456)

v4.12.6

16 Jul 07:54
Compare
Choose a tag to compare

Bug Fixes

  • do not update hooks while updating hooks, fixes #1294 (afa8ed4)

Quick fixes

07 Jul 14:00
Compare
Choose a tag to compare

Bug Fixes

v4.12.3

04 Jul 10:31
Compare
Choose a tag to compare

Bug Fixes

  • babel plugin should use only external hooks, fixes #1285 (c435eaa)
  • make type comparison stronger (1b9f2da)
  • prevent different typeof of components to be merged (357249c)
  • regression of registered type comparison, fixes #1284 (49851be)
  • [babel][prod] separate default and root 'hot' detection, fixes #1283 (c6d29c9)

To memo or not to memo?

03 Jul 12:15
Compare
Choose a tag to compare

Bug Fixes

No more custom react renderer

30 Jun 05:28
Compare
Choose a tag to compare

Features

  • disable hot replacement render if react-dom is patched, see #1274 (b93eb1d)

Fix for Babel 7

30 Jun 05:28
Compare
Choose a tag to compare

Bug Fixes

  • babel-plugin is not compatible with commonjs module output if babel 7 is used #1268.