v2.16.0
This version deprecates atomFamily in jotai/utils in favor of jotai-family, and includes some internal changes.
What's Changed
- fix(internals): Minor tweaks to store internals by @dmaskasky in https://github.com/pmndrs/jotai/pull/3186
- feat(utils): deprecate atomFamily in
jotai/utils(migrate tojotai-family) by @dmaskasky in https://github.com/pmndrs/jotai/pull/3187 - fix(internals): only mounted dependents can be added to mounted.t by @dmaskasky in https://github.com/pmndrs/jotai/pull/3189
- feat: rename to INTERNAL_onInit by @dai-shi in https://github.com/pmndrs/jotai/pull/3193
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.2...v2.16.0