Releases: pmndrs/valtio
Releases · pmndrs/valtio
v1.1.1
There were some issues in valtio/utils
in v1.1.0, which is fixed in this version. It also improves ESM build to better work with various bundlers.
v1.1.0
This version adds a new feature in subscribe
. The subscribe callback receives the changes made. This is for expert users who know how valtio behaves internally. There's no docs for the feature (TS types might help).
It has a new util proxyWithHistory
based on the new feature. This is for ordinary users.
We encourage 3rd-party library authors to develop some utils based on this new feature.