Skip to content

Releases: valcol/react-hydration-on-demand

v2.2.0

11 Oct 20:54
c822180
Compare
Choose a tag to compare
  • Add React 18 as a peerDep
  • Some dependencies updates

v2.1.0

13 Feb 22:17
Compare
Choose a tag to compare
  • Add whenInputPending option (see README)
  • forceHydration now hydrate the component with the rest of the tree when initially set at true
  • Some dependencies updates

v2.0.1

04 Nov 00:49
906242f
Compare
Choose a tag to compare
  • Add cleanup function in case the component is unmounted before hydration
  • Some dependencies updates

v2.0.0

19 Jan 17:47
Compare
Choose a tag to compare
  • Remove wrapper default css style.
  • Target for DOM events and intersectionObservable options are now passed as a getter function, executed client-side only, which remove the need to check if the code is executed server or client side before.

v1.0.0

05 Jan 20:13
Compare
Choose a tag to compare
docs: correct forceHydration type in the readme