Skip to content

Releases: jonbnewman/mobx-store-provider

Updated dependencies

26 Jan 17:06
Compare
Choose a tag to compare
v1.1.2

updated react dependency to reflect necessary requirements

API cleanup, documentation fixes

26 Jan 16:54
Compare
Choose a tag to compare
  • Documentation fixes/updates

  • This release removes support for useConsumer.

    The reasoning is that in a Hooks world it is not needed. So simplicity won over.

More hooks, less mess

26 Jan 16:18
Compare
Choose a tag to compare

What's new:

  • createProvider

  • useStore

  • useConsumer

  • disposeStore

  • Updated and much cleaner documentation (README.md).

  • Warning: This has breaking changes with previous versions (< v1.1.0).
    The API has been simplified and focused around a functional hooks-only approach.

API simplification, doc fixes

26 Jan 13:27
Compare
Choose a tag to compare
v1.0.13

added support for displayName to context

Identify and destroy

26 Jan 11:13
Compare
Choose a tag to compare

This release adds a couple key features:

  • Store identifiers

    This allows you to use the same store in different modules without exporting it from where you used the Provider

  • destroy()

    If you have a store that is no longer needed, you can now fully cleanup its references properly.

  • Better documentation/README.md

API Docs

25 Jan 23:48
Compare
Choose a tag to compare
v1.0.9

API docs

Build fix

25 Jan 23:14
Compare
Choose a tag to compare
v1.0.8

bumped version

Added tests

25 Jan 23:07
Compare
Choose a tag to compare
v1.0.7

bumped version

Updated dockblocks

25 Jan 20:41
Compare
Choose a tag to compare
v1.0.6

added dockblock explaining createStore, updated copy

Fixed install instructions

25 Jan 20:35
Compare
Choose a tag to compare
v1.0.5

fixed install instruction typo