Skip to content

v1.3.8

Compare
Choose a tag to compare
@dai-shi dai-shi released this 07 Oct 11:06
· 741 commits to main since this release

Summary

jotai/utils

  • atomWithHash takes options object for more customization
    • the old signature (serialize/deserialize functions) is deprecated and will be remove in the next version

jotai/valtio

  • atomWithProxy takes options object for enable sync option

PRs

  • #752 fix(valtio): Add option for atomWithProxy to be synchronous
  • #758 fix(utils): atomWithHash options