Releases: pmndrs/valtio
Releases · pmndrs/valtio
v1.2.7
This should improve performance. 🚀
What's Changed
- fix(utils): add watch options for notify-in-sync by @dai-shi in #285
- fix(core): improve batching by @dai-shi in #286
New Contributors
- @Noitidart made their first contribution in #274
Full Changelog: v1.2.6...v1.2.7
v1.2.6
Improved devtools
util.
What's Changed
- feat(utils): devtools dispatch support #260 by @Aslemammad in #261
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Based on some feedbacks, this version includes some minor fixes.
What's Changed
- fix(vanilla): console warn instead of throwing in DEV by @dai-shi in #249
- feat(utils): jump state support in devtools by @Aslemammad in #257
Full Changelog: v1.2.4...v1.2.5
v.1.2.4
v1.2.3
v1.2.2
This fixes ESM exports for some environments. Some utils are also improved.
v1.2.1
v1.2.0
We add a new util derive
, and deprecate addComputed
in favor of it.
In valtio, proxy objects are primitive subscription targets, and derive
is a better-fitting abstraction for creating derived / computed values. derive
is recommended for both React and Vanilla.