Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Releases: alexyuly/react-store-context

v2.0.1

26 Aug 19:46

Choose a tag to compare

v2.0.1 - Fix a bug in the README example usage.

v2.0.0

26 Aug 19:46

Choose a tag to compare

v2.0.0 - Remove HOC API. Add React Storybook.

v1.0.3

18 Feb 00:37

Choose a tag to compare

  • Reuse bound setState method for Provider renders. (see #4)
  • Use React Component setState method type declaration. (see #5)
  • Update the README and LICENSE.

v1.0.2

28 Jan 21:09

Choose a tag to compare

v1.0.2 Pre-release
Pre-release
  • Move react from package dependencies to dev dependencies, to avoid installing multiple versions of react when react-store-context is installed.
  • Update the README to include basic installation instructions.

v1.0.1

28 Jan 20:57

Choose a tag to compare

v1.0.1 Pre-release
Pre-release

This is the first release of react-store-context. (Version 1.0.0 was already published and un-published, so I had to start with 1.0.1 in order to claim the package name.)