Releases: jonbnewman/mobx-store-provider
Releases · jonbnewman/mobx-store-provider
Fixes non-memoization issue in useCreateStore
API tweaks
This release addresses two issues noted by #3 and #4
mapStateToProps
parameter inuseStore()
is renamed tomapStore
(#4).createStore()
renamed touseCreateStore()
to line up with other hooks nomenclature (#3).
Note thatcreateStore()
is still available during a deprecation period.- Documentation updates to reflect the two preceding changes.
- Version bump to
1.5.0
Dependencies update
This release fixes a possible vulnerability from an imported dependency.
No API or code changes.
Acorn package vulnerability
This release integrates a fix triggered for a security bug in Acorn (by updating dependencies).
It has no effect on consumers of this library, and only would have potentially affected a mobx-store-provider development environment.
Published package fixes, docs changes
This release fixes a couple small issues related to the packaging of mobx-store-provider:
- Package now marked as
sideEffects: false
to indicate it has no side effects - React has been added in the
peerDependencies
list - The documentation intro/duplicate was removed from the main README
There were no API changes in this release.
Fixes dependencies list
Fixes possible conflicts caused by an errant dependency.
- Moved react into
devDependencies
Fixes broken documentation link
This release:
- Fixes the broken link for Multiple stores
- Adds the link for Local state
Documentation fix
v1.4.12 bumped version
Documentation link fixes
v1.4.11 fixed hyperlinks, bumped version
New documentation
This release separates the documentation from the releases. Hopefully reducing the release count in the future.
- See the new documentation at: http://mobx-store-provider.overfoc.us