Skip to content

Releases: reduxjs/vue-redux

v1.0.1

20 Dec 19:49
Compare
Choose a tag to compare

What's Changed

  • perf: improve performance of useSelector by moving to shallowRef by @crutchcorn in #7
  • fix: dispatches in watchEffect should no longer trigger when selector is changed by @crutchcorn in #8

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Dec 17:01
Compare
Choose a tag to compare

First initial stable release!

Only docs and testing changes have been made since 0.1, but we feel that this release is ready for prime-time and can be safely relied upon for production codebases.

Full Changelog: v0.1.0...v1.0.0

v0.1.0

05 Sep 14:41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This change introduces the ability to pass a custom context to many of the createXComposition factories.

We've also added more tests to validate the functionality of these new changes.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

05 Sep 14:35
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is the initial release of the official Vue adapter for Redux!

This should have feature parity with the React adapter with the following exceptions:

  • Context cannot be overwritten
  • No connect HOC APIs
  • No developer mode warnings