Skip to content

v1.2.0

Compare
Choose a tag to compare
@dai-shi dai-shi released this 15 Jul 11:43

Summary

jotai/query

  • [BREAKING] Dropped equalityFn in atomWithQuery and atomWithInfiniteQuery
  • Added an optional parameter getQueryClient for custom query client.
  • Fixed the behavior with initialData

jotai/rxjs

  • New bundle to integrate with rxjs.
  • This is an experimental feature, and we are looking for a contributor.

Misc

  • Fixed various utils and integrations for better atom scope handling. This is primarily for third-party libraries.

PRs

  • #586 fix(query): subscribe instead of fetch if initialData
  • #592 breaking(query): remove optional equalityFn from atomWith(Infinite)Query
  • #589 fix: support atom scope outside core
  • #341 feat: jotai/rxjs