Releases: gaearon/react-hot-loader
Releases · gaearon/react-hot-loader
(deprecated)
Bug Fixes
- root hot for parcel bundler, fixes #1082 (a16679b)
- pass a false value into Context #1214
v4.7.2
Bug Fixes
- safer reads from context consumer (7942d26)
- suppress error message on a server side, fixes #1188 (b12b430)
v4.7.1
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
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")
Tidy up!
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
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)
Know your Errors
Features
- implement flexible error boundaries (1846019)
- new
root/hot
API for better error management. Fixes #1078, #1111 (3029428)