Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@canyener canyener released this 30 Dec 06:32
· 513 commits to master since this release
ee5a77a

overview

Store implementation is finally over. All Activity data and actions are now stored in a mobx store.

improvements and changes

  • Implements a mobx store to manage state of "activities".
  • Since all props and data are moved to mobx store, components now are much cleaner.
  • Many test cases are ignored in this release because of #194 , no worries they'll be back soon. 🚀