Skip to content

Releases: pmndrs/valtio

v2.1.2

05 Nov 11:38
Compare
Choose a tag to compare

There was some issues in v2.1.0 and v2.1.1, which are fixed.

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Oct 07:41
Compare
Choose a tag to compare

This fixes a bug in proxyMap and proxySet implementations introduced in v2.1.0.

What's Changed

  • fixed issue with .has() when new value is added and then deleted or c… by @overthemike in #981

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

16 Oct 14:23
Compare
Choose a tag to compare

We've improved the performance of proxyMap and proxySet. Kudos to @overthemike and @fkhadra !

What's Changed

  • fix(vanilla): createSnapshotDefault by @dai-shi in #967
  • fix(vanilla): createSnapshot by @dai-shi in #970
  • chore(vanilla): mark op unstable and internal by @dai-shi in #973
  • New implementation of proxyMap and proxySet with performance improvements by @overthemike in #965

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Aug 12:38
Compare
Choose a tag to compare

🎉🎉🎉 Valtio v2 is Here! 🍾🍾🍾

Small Breaking Changes

Most users won't even notice the differences, but we recommend checking out the migration guide to ensure a smooth transition.

New Emoji

💊 -> 🧙

Say hello to our new emoji! This change symbolizes the magic of Valtio.

Let’s Grow the Ecosystem Together!

We are entering a new era of Valtio development, and we need your help to grow the ecosystem. Whether you are an experienced contributor or just getting started, now is the perfect time to join us!

What's Changed

New Contributors

Full Changelog: v1.13.2...v2.0.0

v2.0.0-rc.2

18 Aug 13:34
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

There was one change missing for v2.

What's Changed

  • breaking(vanilla): do not handle promises by @dai-shi in #934

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

15 Aug 13:21
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

We added a note about how to use Valtio v2 with React 18.

What's Changed

New Contributors

Full Changelog: v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

15 Aug 01:42
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.2...v2.0.0-rc.0

v1.13.2

02 Mar 03:52
Compare
Choose a tag to compare

It should improve the compatibility with old browsers.

What's Changed

Full Changelog: v1.13.1...v1.13.2

v1.13.1

09 Feb 01:54
Compare
Choose a tag to compare

A small improvement in types.

What's Changed

  • refactor(types): make Snapshot<T> use read-only collections by @cAttte in #850

New Contributors

Full Changelog: v1.13.0...v1.13.1

v1.13.0

06 Jan 03:13
Compare
Choose a tag to compare

We have a new valtio-history package!

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.13.0