Skip to content

0.0.9

Compare
Choose a tag to compare
@drarmstr drarmstr released this 18 Jun 07:39

Features

  • TypeScript support now rolled into Recoil repository and package.
  • Recoil Snapshot API for observing and managing global Recoil state.

Improvements

Bug Fixes

  • Some fixes for Server Side Rendering, though we do not officically support it yet. (#233, #220, #284) - Thanks @fyber-LJX, @Chrischuck, and @aulneau
  • Fix selectors recording dependency subscriptions in some cases (#296) - Thanks @drarmstr
  • Fix updaters in useRecoilCallback() getting current state (#260) - Thanks @drarmstr
  • Fix error messages when throwing certain errors in the open-source build. (#199) - Thanks @jonthomp
  • Reduce Flow errors for open-source builds (#308) - Thanks @komalov