Skip to content

v0.14.0

Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 01 Apr 22:04
· 2 commits to master since this release

Breaking Changes

  • [#87] useGlobalState() — patches functional updates of the global state. Prior to this patch the update function was getting the old value (at the end of the last render), now it gets the current value (i.e. accounts for any state updates already done, and pending to be notified for triggering the next render).

Other Updates