Skip to content

Releases: FormidableLabs/react-ssr-prepass

v1.0.8

11 Nov 18:36
e646961
Compare
Choose a tag to compare
  • Add TypeScript typings (see #21)

v1.0.7

04 Sep 01:23
117b821
Compare
Choose a tag to compare
  • Fix syntax error in Flow definition, by @rtsao (See #16)
  • Replace microbundle bundling with custom rollup config (See c7d18a3)

v1.0.6

01 Aug 11:24
2f9fc6e
Compare
Choose a tag to compare
  • Fix bug where memo components wrapping forwardRef components would error

This bug can occur with any special component wrapped by memo, so the same applies for lazy and other special components.

v1.0.3

01 May 15:39
6e69818
Compare
Choose a tag to compare
  • Fix issue where two event loop "yields" in a row would break
  • Fix styled-components skipping to properly compute theme and props
  • Fix visitor not being called for forwardRef or memo elements

v1.0.3

16 Apr 21:34
b15ee43
Compare
Choose a tag to compare

This release contains a minor improvement to react-ssr-prepass' performance. It'll now yield to the event loop during its synchronous visitor when it's taking longer than 5ms. This prevents the event loop from being clogged up and the server becoming more unresponsive as a result.