All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2022-05-29)
- wrap StoreProviderProps with PropsWithChildren (25c470d)
3.0.0 (2019-09-05)
- none of old APIs works now. Rewrite is required when upgrading to v3.
- v3 (be248e3)
2.0.1 (2019-02-28)
- export WithStoresProps (20355d2)
2.0.0 (2019-02-24)
- Partial Observer feature. Check out
README.md
for usage. - Simpler and more consistent APIs for render-props and HOC
- API changes for render-props
- Only inject
useStore
into the children - No need to pass in store types; Use the
useStore
directly in children
- Only inject
useStores
are deprecated and will be removed in a future release
1.3.1 (2019-02-13)
- export useStores (9fd4c4f)
1.3.0 (2019-02-13)
- Adds strongly-typed
useStores
hook anduseStores
function in render-props and HOC to simplify multiple store injection
- (Source code) Flat directory structure and reorganize exports
1.2.0 (2019-02-12)
- nested provider and provider will no longer block direct children's render (2355733)
1.1.1 (2019-02-12)
- readme update (e5c3827)
1.1.0 (2019-02-11)
- introduce tslib and move tests for smaller bundle (5a5e0e7)
1.0.2 (2019-02-10)
- Fix dependency problem in package.json
1.0.1 (2019-02-10)
- Fix dependency problem in package.json
1.0.0 (2019-02-10)
- Ready for production
0.0.4 (2019-02-10)
- Try to release a usable distribution
- Still trying to figure out how to do with these tools 😄