Skip to content

Releases: davidebriani/react-online

v1.0.6

30 Jun 14:57

Choose a tag to compare

1.0.6 (2018-06-30)

Bug Fixes

  • Component lifecycle: Dirty hack to prevent calling setState on component after unmount (2713508)
  • initial state: Setup initial status properly (abef193)

v1.0.5

11 Jun 23:22

Choose a tag to compare

1.0.5 (2018-06-11)

Bug Fixes

  • web: don't check connection status multiple times (a553148)

v1.0.4

07 Jun 23:16

Choose a tag to compare

1.0.4 (2018-06-07)

Bug Fixes

  • typo: small typo on react-native (749eb8f)

v1.0.3

07 Jun 22:40

Choose a tag to compare

1.0.3 (2018-06-07)

Bug Fixes

  • flow: Activate flow type checking. Update package dependencies (b984e55)

v1.0.2

07 Jun 21:37

Choose a tag to compare

1.0.2 (2018-06-07)

Bug Fixes

  • connection-events: Don't update state or call onChange for unchanged connection statuses (87f6415)

v1.0.1

07 Jun 21:09

Choose a tag to compare

1.0.1 (2018-06-07)

Bug Fixes

  • react-native: Add support for react-native connection events (131032b)

v1.0.0

03 Jun 23:45

Choose a tag to compare

1.0.0 (2018-06-03)

Bug Fixes

  • isomorphic-is-online: Fix typo, function was not being called (2d9d278)

Features

  • network: Use isomorphic-is-online to get connection status on web, node and react native (8fea7da)