Releases: intendednull/yewdux
Releases · intendednull/yewdux
v0.10.0
What's Changed
- Upgrade to Yew 0.21 by @abusch in #62
- doc: Clarify how store can be accessed outside of components by @christophbeberweil in #66
- Preserve reduce_mut return value by @intendednull in #68
- Add support for scoped contexts by @intendednull in #48
- Remove async variants by @intendednull in #71
New Contributors
- @abusch made their first contribution in #62
- @christophbeberweil made their first contribution in #66
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- Listener Injection by @wainwrightmark in #52
- Feature: History/Undo/Redo by @wainwrightmark in #54
New Contributors
- @wainwrightmark made their first contribution in #52
Full Changelog: v0.9.2...v0.9.3
v0.9.2
- Fix persistence macro
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
- Fix typo in
Defining a Store
docs. by @Dragon-Hatcher in #35 - New functional hooks
New Contributors
- @Dragon-Hatcher made their first contribution in #35
Full Changelog: v0.8.3...v0.9.0
v0.8.3
- Update anymap (see #44)
Full Changelog: v0.8.2...v0.8.3
v0.8.2
- Fix a bug where creating new components w/ the same store would crash when activated from an event.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
- Fix documentation inconsistency
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Fix functional component example in README by @w3irdrobot in #22
- Add storage attr to derive macro by @intendednull in #27
- Reduce v2 by @intendednull in #28
- async_proxy example by @alilee in #30
- Add docs using gh pages by @intendednull in #33
New Contributors
- @w3irdrobot made their first contribution in #22
- @alilee made their first contribution in #30
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add multi-component example to show how state can be shared by @Firstyear in #9
- Component v2 by @intendednull in #13
- Small Readme fixes. by @Quetzal2 in #15
- Align to latest yew and apply cargo-clippy by @Zwo1in in #17
- change use_ref to use_mut_ref to support Yew hook change by @JtotheThree in #20
New Contributors
- @Firstyear made their first contribution in #9
- @Quetzal2 made their first contribution in #15
- @Zwo1in made their first contribution in #17
- @JtotheThree made their first contribution in #20
Full Changelog: v0.6.2...v0.7.0