react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

MIT License

Downloads
2.7M
Stars
12.3K
Committers
242

Bot releases are hidden (Show)

react-hot-loader - Hooked the land

Published by theKashey almost 6 years ago

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-hot-loader - React Fusion

Published by theKashey almost 6 years ago

Features

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

Bug Fixes

react-hot-loader - React 16.6

Published by theKashey almost 6 years ago

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
react-hot-loader - v4.3.12

Published by theKashey almost 6 years ago

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
react-hot-loader - v4.3.11

Published by theKashey about 6 years ago

Bug fixes

  • hot fixing ES5 literals in index.js, introduced in 4.3.10 (80f6b63)
react-hot-loader - v4.3.10

Published by theKashey about 6 years ago

Bug fixes

  • IE10/CSP compatibility #1073
react-hot-loader - v4.3.7

Published by theKashey about 6 years ago

Bug Fixes

react-hot-loader - v4.3.6

Published by theKashey about 6 years ago

Bug Fixes

  • don't inadvertently call getters (#1054)
react-hot-loader - v4.3.5

Published by theKashey about 6 years ago

Bug Fixes

  • dont hot-swap registered components, #1050 (cf165a6)
  • use the same conditions for index and patch, probably related to #1048 (f67d5b9)
react-hot-loader - v4.3.4

Published by theKashey about 6 years ago

Bug Fixes

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

Published by theKashey over 6 years ago

Bug Fixes

(e5284ab)

  • Add cold API to TypeScript definitions
  • Preact could pass arguments to the render, fix #1013 (605da10)
  • Support _this10 and over (bb47ca4)
  • Support _this as sandbox variable, #1020
  • Handle lazy indeterminate static properties(Relay) #1014
react-hot-loader - v4.3.1

Published by theKashey over 6 years ago

Bug Fixes

  • Preact could pass arguments to the render, fix #1013 (605da10)
  • Support _this10 and over (bb47ca4)
  • Handle lazy indeterminate static properties(Relay) #1014
react-hot-loader - v4.3.0

Published by theKashey over 6 years ago

Bug Fixes

  • Context Provider could crash due update, #944 (b0e2b5b)
  • RHL babel plugin will ignore react and react-hot-loader, fixes #900 (e90a25c)
  • RHL should add new class methods (111d56e)
  • Multiple problems with methods update. Revert behavior back to v4.1.2 #1001

Features

react-hot-loader - v4.2.0

Published by theKashey over 6 years ago

Changes

  • Stateless Components will be converted to React.Component ones (as they were prior 4.1.0) #977

Features

  • Basic support for React 16 Context #979

Bug fixes

  • pure components wont update #959, #944
  • better babel compliance ("_this5"), #969
  • sideeffect-less updates #970
  • render as a class property #924
  • issues around reactLifecyclesCompat.polyfill #951
  • more examples and test cases
  • multiple reconsilation related bug fixes
react-hot-loader - v4.1.3

Published by gregberge over 6 years ago

Bug Fixes

react-hot-loader -

Published by gregberge over 6 years ago

Bug Fixes

react-hot-loader - v4.1.2

Published by gregberge over 6 years ago

Bug Fixes

react-hot-loader - v4.1.0

Published by theKashey over 6 years ago

Features

  • 🚀 React 16.3 support (#918)
  • 🧙🏻‍♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore (#873)
  • 🧠Improved TypeScript support (no more than documentation) (#884)

Bug Fixes

  • support babel temporal _this3 (#928)
react-hot-loader -

Published by gregberge over 6 years ago

Bug Fixes

Docs

react-hot-loader - v4.0.0-beta.15

Published by gregberge over 6 years ago