Skip to content

Releases: ctrlplusb/react-jobs

v1.0.1

10 Aug 09:57
Compare
Choose a tag to compare

Patches

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

1.0.0

21 Sep 13:19
Compare
Choose a tag to compare

Patches

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

1.0.0-beta.3

11 May 10:27
Compare
Choose a tag to compare

Patches

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

1.0.0-beta.2

14 Apr 10:13
Compare
Choose a tag to compare

Patches

  • Use external PropTypes for better support: c3177aa
  • Externals also necessery for prop-types: 0af211a

Thanks @birkir!

1.0.0-beta.1

05 Apr 16:45
Compare
Choose a tag to compare

Patches

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

1.0.0-alpha.3

05 Apr 00:42
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

Patches

  • Fixes state removal bug.: bdd936c

1.0.0-alpha.2

05 Apr 00:29
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

Patches

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

1.0.0-alpha.1

05 Apr 00:10
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Major Changes

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

0.6.2

18 Jan 17:13
Compare
Choose a tag to compare

Patches

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

0.6.0

17 Jan 13:30
Compare
Choose a tag to compare

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.: 23fb2e6

Adds

Patches

  • Removes unnecessary precondition.: 95de045
  • Migrates implementation to react-tree-walker.: 1fde85c