v1.2.0
What's Changed
- React Concurrency support
- New React hook
useDeposit
which can be used to keep track of changes to an object. Can be used in tandem with any object - New global error handler
- Collection now has a property called
lastUpdatedKey
which can be used to see the last updated key in the collection - Groups can now be cleared using the
clear
method - State Instance's
set
method now returnsthis
which allows for chaining (this one will be lots of fun to use!) - A new package called @plexusjs/utils that has a handful of useful functions
usePlexusState()
A hook which mimics react useState, but uses plexus object and is globally reactive- Bug fixes and performance improvements
Full Changelog: v1.1.0...v1.2.0