Skip to content

v1.1.0

Compare
Choose a tag to compare
@bowheart bowheart released this 01 Aug 01:12
· 64 commits to master since this release
940c7ac

Republish of v1.1.0-rc.0 with no additional changes since the release candidate looks good

New Features:

  • atoms: add runOnInvalidate option to injectPromise (#69)
  • atoms: deprecate injectInvalidate (prefer injectSelf) (#70)
  • core: micro-optimize iterating and removing store subscribers (#76)

Fixes:

  • atoms: make query atoms retain data (#68)
  • core: point core package's field to the correct file (#75)
  • react: fix multiple renderers cross-window React warning (#72)
  • atoms, immer, machines: prevent injectors from consuming hydrations (#71)