github pmndrs/valtio v1.6.0

latest releases: v2.0.0-alpha.1, v1.12.1, v2.0.0-alpha.0...
2 years ago

This improves proxyWithComputed. No changes in API, but its behavior is changed and simplified. To have the same behavior as before, you need to wrap computed functions with memoize from proxy-memoize. It's more explicit and thus customizable.

What's Changed

  • fix(vanilla): use named symbol in DEV mode by @ahaoboy in #434
  • breaking(utils): make proxyWithComputed to work with optional proxy-memoize by @dai-shi in #436
  • fix(vanilla): support undefined property in proxy by @dai-shi in #440

Full Changelog: v1.5.2...v1.6.0

Don't miss a new valtio release

NewReleases is sending notifications on new releases.