Skip to content

Releases: molindo/react-apollo-network-status

5.01

12 Oct 05:52
Compare
Choose a tag to compare

4.0.1

30 Jun 06:57
0367f4f
Compare
Choose a tag to compare

3.0.0

14 Nov 12:19
c8a6df0
Compare
Choose a tag to compare

See the changelog.

2.0.0

29 May 07:33
e08e7b4
Compare
Choose a tag to compare

See the changelog.

1.1.0

17 Jul 14:27
Compare
Choose a tag to compare

Subscription operations no longer affect the loading property, but they can potentially set the error property (@shurik239 in #8).

1.0.0

04 Apr 15:37
a49cebb
Compare
Choose a tag to compare

This library is now used in production and is considered stable 🎊

0.0.3

26 Mar 11:41
Compare
Choose a tag to compare

Added onCancel reducer that allows to process cancelled operations. If you're using the default configuration, this fixes a bug where the loading property could be stuck on true (see #4).

0.0.2

13 Mar 08:40
Compare
Choose a tag to compare

Fix: Remove store listener when NetworkStatusNotifier unmounts (@philipthemagnificent in #2).