Skip to content

Releases: PlexusJS/plexus

v1.4.0 - Reactive History!

v1.3.5

21 Aug 04:29
Compare
Choose a tag to compare

v1.3.4

v1.3.0

v1.2.0

05 Jul 05:26
Compare
Choose a tag to compare

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

Preactions are here!

12 May 06:12
Compare
Choose a tag to compare

This release includes preactions as well as a heap of bug fixes.

v1.0.6

05 May 06:27
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

04 May 01:34
Compare
Choose a tag to compare
v1.0.5

v1.0.4

29 Apr 18:18
Compare
Choose a tag to compare

This is the initial stable version of PlexusJS.