Skip to content

Releases: ctrlplusb/react-jobs

v1.0.1

Choose a tag to compare

@ctrlplusb ctrlplusb released this 10 Aug 09:57

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

Choose a tag to compare

@ctrlplusb ctrlplusb released this 21 Sep 13:19

Patches

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

1.0.0-beta.3

Choose a tag to compare

@ctrlplusb ctrlplusb released this 11 May 10:27

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

Choose a tag to compare

@ctrlplusb ctrlplusb released this 14 Apr 10:13

Patches

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

Thanks @birkir!

1.0.0-beta.1

Choose a tag to compare

@ctrlplusb ctrlplusb released this 05 Apr 16:45

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

1.0.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@ctrlplusb ctrlplusb released this 05 Apr 00:42

Patches

  • Fixes state removal bug.: bdd936c

1.0.0-alpha.2

1.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@ctrlplusb ctrlplusb released this 05 Apr 00:29

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

1.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@ctrlplusb ctrlplusb released this 05 Apr 00:10

Major Changes

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

0.6.2

Choose a tag to compare

@ctrlplusb ctrlplusb released this 18 Jan 17:13

Patches

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

0.6.0

Choose a tag to compare

@ctrlplusb ctrlplusb released this 17 Jan 13:30

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