Skip to content

v0.11.0

Compare
Choose a tag to compare
@MrJackdaw MrJackdaw released this 17 Dec 13:51
· 7 commits to develop since this release
956d26b

What's Changed

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