Skip to content

Releases: davnicwil/react-frontload

2.0.0

Choose a tag to compare

@davnicwil davnicwil released this 28 Oct 00:17
f3f39ee

1.1.0

Choose a tag to compare

@davnicwil davnicwil released this 16 Jun 01:43

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

Choose a tag to compare

@davnicwil davnicwil released this 09 Apr 22:13

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

Choose a tag to compare

@davnicwil davnicwil released this 01 Apr 15:28
c25f0b6
Update README.md