Skip to content

v3.2.0

Compare
Choose a tag to compare
@VerZsuT VerZsuT released this 08 Jan 17:51
· 13 commits to master since this release
20f92fa

Breaking changes

  • Moved wrapStaticHook / wrapDynamicHook from react-afc/compatible to react-afc
  • Removed AFC / FAFC / PAFC types exports (available in react-afc/types)
  • Removed Injectable / Inject
  • Renamed all curr fields to val (fafc / wrapDynamicHook)
  • Now useMemo return value is { val: <memoized_value> }
  • Now useRef return value is always non-reactive

Dependencies changes

  • Removed redux (provided by react-redux)
  • Changed react version from 18.x.x to >=16.8.0
  • Changed react-redux version from 8.x.x to >=7.1.0