Releases: reduxjs/vue-redux
Releases · reduxjs/vue-redux
v1.0.1
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
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
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
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