Skip to content

v1.1.0

Compare
Choose a tag to compare
@kitten kitten released this 17 Jan 15:03
· 29 commits to master since this release
a8f19e3
  • 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.