Skip to content

v1.2.0

Compare
Choose a tag to compare
@Pckool Pckool released this 05 Jul 05:26
· 683 commits to master since this release

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 returns this 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