v0.11.0
What's Changed
- v0.10.1 by @MrJackdaw in #7
Summary
- upgrades to
react 18
- re-adds
Pera Wallet
support - minor UI and code improvements
- bumps version to
v0.11.0
Additional notes
This establishes a fun new pattern for minimizing state updates (see useGlobalUser
).
A component can subscribe to only one property on state, and is guaranteed to be notified only when that property changes (unless its parent triggers a re-render in some other way).
Full Changelog: v0.10.1...v0.11.0