Releases: intendednull/yewdux
Releases · intendednull/yewdux
v0.11.0
What's Changed
- Include remaining wasm features in doctests flag by @intendednull in #74
- Remove anymap dependency by @intendednull in #80
- Support listener recursion by @intendednull in #79
- Add derived state support by @intendednull in #83
Full Changelog: v0.10.0...v0.11.0
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