React Jobs Versions Save

Asynchronously resolve data for your components, with support for server side rendering.

v1.0.1

5 years ago

Patches

  • Updated react peerDependency to ^16.0.0: a83a8ab5e35f209ba71497276ff65d2a3240ccdb
  • Merge pull request #53 from reaktivo/patch-1: 7268262fa77d69edb0baf629e4a0961ef6ec3d31
  • Updates build configuration, deps, and fixes tests.: 6e4a9b4a5625bb794c39a6ee12af8f20d56aee6c

1.0.0

6 years ago

Patches

  • Fix a deprecation warning in React 16 (@eirikurn ❤️)
  • Fix for showing/hiding LoadingComponent and ErrorComponent on shouldWorkAgain (@montezume ❤️)

1.0.0-beta.3

7 years ago

Patches

  • Last two prop-types: dcada37cbfcbda8e4f3db29b9d1ce195adbc1371
  • Merge pull request #26 from birkir/patch-1: da1d25d829a920f729e580e6ef63bbc9cdd44810
  • Updates dependencies and fixes React >= 15.5 issues: 5c176d35dc53b48cba7d15d6417fe776663d1ecf

1.0.0-beta.2

7 years ago

Patches

  • Use external PropTypes for better support: c3177aa16c1b4d31f9a6b5d5c316bea997b11d71
  • Externals also necessery for prop-types: 0af211a7edb810cc5f8c20e0a8e1259c23227711

Thanks @birkir!

1.0.0-beta.1

7 years ago

Patches

  • Fixes server rendering of jobs to respect work per element instance, not per component instance. Work is not shared.: 2c591946b1a579053a66faa838ee99f5f8bd1492

1.0.0-alpha.3

7 years ago

Patches

  • Fixes state removal bug.: bdd936c42e25fd00d67203d8fb18e9d260b9020e

1.0.0-alpha.2

7 years ago

Patches

  • Moves state rehydrating deleting to componentWillMount to avoid issues with interop with other libs using react-async-bootstrapper.: 3e5a346848818c5d31aa8dc0b5592657dced0908

1.0.0-alpha.1

7 years ago

Major Changes

  • Complete rewrite! Supports react-async-bootstrapper. Simplified API! Read docs!: 88a9c617efde4286e8d2bfbc04b347fe30199b4b

0.6.2

7 years ago

Patches

  • "Updates react-tree-walker dependency.": 6a6bc7ff7c8d42c3a5a36fd342f15dac22d5040c

0.6.0

7 years ago

Breaking Changes

  • Big refactor of componentWillReceiveProps lifecycle hooks. We no longer provide a default strategy for this. By default work functions will only get executed when a Component mounts. We now provide a new configuration property called shouldWorkAgain. Define this configuration item if you would like to be able to control if and when work should be executed again when your Component receives new props.: 23fb2e66a71173ee68489c0f1aba4c8fdce22e1a

Adds

  • Adds addons section.: bd12d1e2e46e8e99a65d5e245eda5cf04bf7e8a3

Patches

  • Removes unnecessary precondition.: 95de0454c15ea2e6c5fcdd63f5c356251f6461ef
  • Migrates implementation to react-tree-walker.: 1fde85c604778054a4a85b0b16857d32b5b76f51