Skip to content

Releases: FormidableLabs/react-ssr-prepass

v1.5.0

05 Jan 21:02
9c3df3c
Compare
Choose a tag to compare

v1.4.0

17 Mar 13:01
a2660b4
Compare
Choose a tag to compare
  • Add ESM build and remove process.env.NODE_ENV switches (See #66)

v1.3.0

24 Feb 11:37
71a2812
Compare
Choose a tag to compare
  • Extend peerDependencies range for react to ^17.0.0 (See #61)
  • Upgrade support for React.lazy for react@17 (See #61)
  • Add support for error boundaries, e.g. static getDerivedStateFromError and componentDidCatch (See #61)
  • Add support for useMutableSource and useOpaqueIdentifier (See #64)

v1.3.0-rc.0

17 Mar 13:02
66fc406
Compare
Choose a tag to compare
v1.3.0-rc.0 Pre-release
Pre-release
v1.3.0-rc.0

v1.2.1

11 May 12:49
e2020e1
Compare
Choose a tag to compare
  • Add sideEffects: false to package.json (See #54)

v1.2.0

16 Apr 12:24
7aa99e8
Compare
Choose a tag to compare
  • Upgrade dependencies and build process
  • Add browser support by conditionally disabling yielding (See #50)
  • Fix current identity assertion in dispatcher, which would cause a "Hooks can only be called inside the body of a function component" error, by @zenflow (See #51)

v1.1.2

19 Feb 12:34
9f0fde2
Compare
Choose a tag to compare
  • Refactor/remove unused dispatcher code and implement useCallback properly (See #42)

v1.1.1

19 Feb 11:57
3eee22b
Compare
Choose a tag to compare
  • Fix issue where suspense triggered in useState or useReducer state initialiser functions would fail catastrophically (See #41)

v1.1.0

17 Jan 15:03
a8f19e3
Compare
Choose a tag to compare
  • Fix issue where concurrent renders with suspense would break order of hooks (see #37)
  • Add support for useTransition and useDeferredValue (see #36)
  • Fix edge cases where ReactCurrentDispatcher wasn't reset (see #38)
  • Fix bug where forwardRef components wrapping memo components would error (see #40)
  • Remove styled-components workaround (see #39)

This release removes the styled-components workarounds that were necessary for styled-components@^4.0.0. Please upgrade to styled-components@^5.0.0 and don't forget to wrap your elements in a ServerStyleSheet before upgrading.

v1.0.8

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