v2.17.0
Removed 1
- remove unstable_onInit
Deprecated 2
- loadable util is deprecated and will be removed in v3
- setSelf in the atom read function is deprecated and will be removed in v3
This release deprecates some features, which will be dropped in v3.
What's Changed
- deprecate loadable util by @dai-shi in https://github.com/pmndrs/jotai/pull/3217
- breaking: remove unstable_onInit by @dai-shi in https://github.com/pmndrs/jotai/pull/3219
- deprecate setSelf in the atom read function by @dai-shi in https://github.com/pmndrs/jotai/pull/3220
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.16.2...v2.17.0