Skip to content

Releases: gaearon/react-hot-loader

v2.0.0-alpha-4

28 Aug 22:35
Compare
Choose a tag to compare
v2.0.0-alpha-4 Pre-release
Pre-release
  • Ports fix from 1.3.0 to 2.x branch: Recover from errors on module level (#187)

v1.3.0

28 Aug 20:11
Compare
Choose a tag to compare
  • Recover from errors on module level (#187)

v2.0.0-alpha-3

27 Aug 21:58
Compare
Choose a tag to compare
v2.0.0-alpha-3 Pre-release
Pre-release

v2.0.0-alpha-2

24 Aug 13:53
Compare
Choose a tag to compare
v2.0.0-alpha-2 Pre-release
Pre-release
  • Fixes server rendering

v2.0.0-alpha-1

23 Aug 10:45
Compare
Choose a tag to compare
v2.0.0-alpha-1 Pre-release
Pre-release

v2.0.0-alpha

23 Aug 01:02
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

It's not what React Hot Loader 2 will turn out to be—we don't know yet what it will be like. Right now, this alpha is just an internal change of engine, and I need you to test it, so that we know it's stable before we commit to using it in the React Hot Loader successor projects.

What we want you to do is to install react-hot-loader@2.0.0-alpha and report your experience in #182. Did something break in your app? Is hot reloading working subjectively better or worse, and why?

If you're interested in the more detailed changes that React Proxy brings, along with caveats, check out the changelog entry.

npm install --save-dev react-hot-loader@2.0.0-alpha

Note that this branch requires React 0.13+. We no longer support earlier versions.

v1.2.9

22 Aug 20:30
Compare
Choose a tag to compare
  • Silently ignore exports that raise an error when accessed (#114)
  • Update source-map dependency

v1.2.8

08 Jul 11:03
Compare
Choose a tag to compare
  • Remove React from peerDependencies
  • Update React Hot API to support React 0.14 beta 1

v1.2.7

06 May 18:23
Compare
Choose a tag to compare
  • Preserve CommonJS exports context in the wrapping closure (fixes #124)

v1.2.6

01 May 23:39
Compare
Choose a tag to compare
  • Fix autobinding on newly added methods on createClass-style classes (#123)