Skip to content

Releases: gaearon/react-hot-loader

v4.3.3

15 Jun 01:16
Compare
Choose a tag to compare

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

v4.3.1

09 Jun 06:36
Compare
Choose a tag to compare

Bug Fixes

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

v4.3.0

05 Jun 22:50
Compare
Choose a tag to compare

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

v4.2.0

16 May 12:46
Compare
Choose a tag to compare

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

v4.1.3

08 May 20:44
Compare
Choose a tag to compare

Bug Fixes

v4.1.2

24 Apr 14:43
b55fff5
Compare
Choose a tag to compare

Bug Fixes

v4.1.1

24 Apr 14:59
Compare
Choose a tag to compare

Bug Fixes

v4.1.0

18 Apr 10:32
Compare
Choose a tag to compare

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)

v4.0.1

01 Apr 17:16
Compare
Choose a tag to compare

Bug Fixes

Docs

v4.0.0

27 Feb 10:06
Compare
Choose a tag to compare

Features

🎉 ESNext + TypeScript + React 16 support
📦 Webpack + Parcel support
✂️ Component splitting support
😛 Zero config

Bug Fixes