Skip to content

Releases: ctrlplusb/react-jobs

0.5.0

13 Jan 13:47
Compare
Choose a tag to compare

Minor Changes

  • Adds capability for work to reexecute any time a configured monitorProps changes.: f4f5c2c

Patches

  • Internal props are no longer passed down into the work function. fixes #12: 5fe09cf

0.4.2

10 Jan 21:58
Compare
Choose a tag to compare

Patches

0.4.1

10 Jan 21:56
Compare
Choose a tag to compare

Patches

0.4.0

10 Jan 17:09
Compare
Choose a tag to compare

Minor Changes

  • Added a 'completed' attribute to the job status. Fixes #4: e819448 (@smirea 💖)
  • Adds react as a peer dependency. closes #5: 1fb5444

Patches

  • Updates docs.: d89079e
  • Ensures that internal props are not passed down to wrapped components. fixes #7: 952f3fb (@smirea 💖)

0.3.0

09 Jan 14:16
Compare
Choose a tag to compare

Breaking Changes

  • Renames job API to withJob.: d7c739d

0.2.0

09 Jan 13:36
Compare
Choose a tag to compare

Breaking Changes

  • Renames the 'app' in the SSR helper results to 'appWithJobs' to make it more explicit.: 76acf75

Minor Changes

  • Adds ability to defer rendering from server.: f197bf4

Patches

  • Wraps work creation with a try/catch which will create an 'error' state when an error occurs, rather than throwing and killing the react render cycle.: 98d44e2
  • Refactors all of the SSR specific code out of 'job' and into the 'ssr/job'.: 040ac47