Skip to content

2.0.0

Compare
Choose a tag to compare
@chaceburnette chaceburnette released this 31 Jan 18:57
· 131 commits to development since this release
8138363
  • BREAKING CHANGE - When subscribing to a store via the useContext hook, the returning store object is now a single object which represents the store. Previously this was an array, but the array was arbitrary.
  • chore/bug - Reworked store providers to correctly target rerenders only to subscribing children components. Previously there was a nuance where updates could occur even without a context subscription.