Skip to content

Releases: davnicwil/react-frontload

2.0.0

28 Oct 00:17
f3f39ee
Compare
Choose a tag to compare

1.1.0

16 Jun 01:43
Compare
Choose a tag to compare

This release

  • Introduces a continueRenderingOnError option for frontloadServerRender, which swallows any errors thrown by frontload functions and carries on regardless, rendering whatever it can. The default behaviour is to halt and throw the first encountered error, such that no markup is rendered and the server can catch the error and respond with an error response. This fixes a bug introduced in the previous release which meant that errors were always swallowed and therefore there was no option to catch and act upon the first error.

  • Introduces an EXPERIMENTAL (i.e. should be considered unstable and subject to change) option _experimental_updateFunc for frontloads to control when exactly they are fired on updates.

1.0.7

09 Apr 22:13
Compare
Choose a tag to compare

This release

  • Fixes the parallel server render bug in a way which works the same with all versions of node, and requires none of the API changes temporarily introduced in versions 1.0.4-1.0.6
  • Adds support for nested frontload components, i.e. frontload components as children of other frontload components, on server renders

v1.0.6: bugfix for parallel server renders

01 Apr 15:28
c25f0b6
Compare
Choose a tag to compare