Skip to content

v0.7.0

Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 21 Aug 12:13
· 34 commits to main since this release

What's Changed

  • Separate $$ref from $$cache by @SukkaW in #30
    • Pretty big internal change, so I have to make a minor release. This change separates ref handling from cache management (instead of useRef for all, useRef is only now used for refs, the rest uses useMemo). This change is pretty much aligned to React's behavior e.g. Server Components support and proper cache management through useMemo

Full Changelog: v0.6.2...v0.7.0