Skip to content

Releases: jonbnewman/mobx-store-provider

Fixes non-memoization issue in useCreateStore

19 Jun 22:13
805ac40
Compare
Choose a tag to compare

This release is primarily a hot-fix for #6

  • #6 has now been resolved by switching to useMemo inside of useCreateStore and createStore
  • Fixed declaration for process
  • Version bump to 1.5.1

API tweaks

05 Jun 15:40
b97fb52
Compare
Choose a tag to compare

This release addresses two issues noted by #3 and #4

  1. mapStateToProps parameter in useStore() is renamed to mapStore (#4).
  2. createStore() renamed to useCreateStore() to line up with other hooks nomenclature (#3).
    Note that createStore() is still available during a deprecation period.
  3. Documentation updates to reflect the two preceding changes.
  4. Version bump to 1.5.0

Dependencies update

08 Apr 16:14
Compare
Choose a tag to compare

This release fixes a possible vulnerability from an imported dependency.

No API or code changes.

Acorn package vulnerability

15 Mar 21:53
Compare
Choose a tag to compare

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

08 Mar 00:27
Compare
Choose a tag to compare

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

29 Feb 00:41
Compare
Choose a tag to compare

Fixes possible conflicts caused by an errant dependency.

  • Moved react into devDependencies

Fixes broken documentation link

26 Feb 12:38
Compare
Choose a tag to compare

This release:

Documentation fix

25 Feb 11:15
Compare
Choose a tag to compare
v1.4.12

bumped version

Documentation link fixes

24 Feb 18:28
Compare
Choose a tag to compare
v1.4.11

fixed hyperlinks, bumped version

New documentation

24 Feb 16:39
Compare
Choose a tag to compare

This release separates the documentation from the releases. Hopefully reducing the release count in the future.