Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaceburnette authored Nov 15, 2022
1 parent 15eb7b1 commit ac14507
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v2.1.0
* Updated several dependencies
* Updated docs to reflect React 18 compatibility
* Other maintenance changes
* Updated the wrapper component name to be set from the store hook name

## v2.0.2
* Updated for better intellisence using templates
* Added `useStore` to be attached to objects returned from `setupStore`, which wraps and abstracts the need to explicitly call `useContext(StoreContext)` when subscribing to a store. This also helps with mocking store objects when unit testing components subscribed to a store.
Expand Down

0 comments on commit ac14507

Please sign in to comment.