Skip to content

Releases: gaearon/react-hot-loader

(deprecated)

29 Mar 22:31
Compare
Choose a tag to compare

Bug Fixes

  • root hot for parcel bundler, fixes #1082 (a16679b)
  • pass a false value into Context #1214

v4.8.0

29 Mar 22:31
Compare
Choose a tag to compare

Features

v4.7.2

29 Mar 22:31
Compare
Choose a tag to compare

Bug Fixes

  • safer reads from context consumer (7942d26)
  • suppress error message on a server side, fixes #1188 (b12b430)

v4.7.1

29 Mar 22:31
Compare
Choose a tag to compare

Bug Fixes

  • destructed Context.Provider breaking registrations. fixes #1184 (8240111)
  • do not poison memoized props (9f6ab6e)
  • rethrow an error is hot comparison is not open (8befa5a)

Hook the hooks

18 Feb 22:01
Compare
Choose a tag to compare

Bug Fixes

  • complain if hot patches not present, fixes #1173 (efc3d6b)
  • deactivate RHL in dev mode if eval not allowed (f995b0d)
  • disable ErrorBoundaries for a first run, fixes #1172 (2a834c2)
  • Support Context.Provider reload and React.memo, fixes #1169 (09e48eb)

Features

  • activate pureRender by default (4e971b5) (this is a big deal)
  • implement flexible hot injections (b7e8f5e)
  • make errors retryable to mitigate hooks update (9967fde) ("a retry button")

hot-fix

31 Jan 10:08
Compare
Choose a tag to compare

Bug Fixes

Tidy up!

31 Jan 05:13
Compare
Choose a tag to compare

Bug Fixes

  • do not shadow component name (use the real component names, not "ProxyComponent") (4b02767)
  • do not supress HMR errors, related to #1153) (be79d2f)
  • fix wrong react-dom name resolution installation (6f829a0)
  • opt-out for module safety net, fixes #1102, #1159 (93d0b1f)
  • remove platform checks from production bundle, fixes #1162 (24d0448)
  • update fiber cached type, fixes #1139 (35984ff)

The fixes for hot fixes

19 Dec 12:33
Compare
Choose a tag to compare

Bug Fixes

  • context information is not always properly emulated in hot-render, fixes #1094 (100fc9c)
  • RHL could update non-relative components (5d4f226)
  • update memo updater and comparator. fix #1135 (826a57c)
  • allow multiple 'hot' in one file, registering only the first one (68c2a0a)
  • error overlay initialization prior body, fixes #1127 (9177aba)

Quick fixes

17 Dec 11:13
Compare
Choose a tag to compare

Bug Fixes

Know your Errors

13 Dec 11:38
Compare
Choose a tag to compare

Features

  • implement flexible error boundaries (1846019)
  • new root/hot API for better error management. Fixes #1078, #1111 (3029428)