Skip to content

Releases: gaearon/react-hot-loader

Hooked the land

06 Dec 11:39
7f67953
Compare
Choose a tag to compare
Hooked the land Pre-release
Pre-release

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

20 Nov 22:59
Compare
Choose a tag to compare
React Fusion Pre-release
Pre-release

Features

  • webpack patch/inject mode to inject necessary patches to React-Dom(42d637b)

Bug Fixes

React 16.6

10 Nov 11:07
Compare
Choose a tag to compare
React 16.6 Pre-release
Pre-release

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

01 Nov 11:38
Compare
Choose a tag to compare

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

20 Sep 22:38
Compare
Choose a tag to compare

Bug fixes

  • hot fixing ES5 literals in index.js, introduced in 4.3.10 (80f6b63)

v4.3.10

20 Sep 10:52
Compare
Choose a tag to compare

Bug fixes

  • IE10/CSP compatibility #1073

v4.3.7

13 Sep 11:26
Compare
Choose a tag to compare

Bug Fixes

v4.3.6

04 Sep 11:11
Compare
Choose a tag to compare

Bug Fixes

  • don't inadvertently call getters (#1054)

v4.3.5

23 Aug 09:52
Compare
Choose a tag to compare

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

25 Jul 11:45
Compare
Choose a tag to compare

Bug Fixes

  • element could be double-proxied (#1033)
  • Components, not directly inherited from React.Components, like StyledComponents, are not working (#1031)