Skip to content

Releases: react-native-netinfo/react-native-netinfo

v11.3.1

27 Feb 17:35
Compare
Choose a tag to compare

11.3.1 (2024-02-27)

Bug Fixes

  • update nativeInterface default export to support bridgeless mode (#717) (950410b)

v11.3.0

14 Feb 20:19
Compare
Choose a tag to compare

11.3.0 (2024-02-14)

Features

v11.2.1

12 Dec 21:18
Compare
Choose a tag to compare

11.2.1 (2023-12-12)

Bug Fixes

  • update internetReachability fetch abort (#706) (d44d5a8)

v11.2.0

05 Dec 15:30
Compare
Choose a tag to compare

11.2.0 (2023-12-05)

Features

  • web: add support for Tizen and WebOS (#703) (030887e)

v11.1.1

29 Nov 12:33
Compare
Choose a tag to compare

11.1.1 (2023-11-29)

Bug Fixes

  • internetReachability aborts handle cancel correctly (#700) (0a36296)

v11.1.0

08 Nov 12:34
Compare
Choose a tag to compare

11.1.0 (2023-11-08)

Features

  • add useNetInfoInstance - a non singleton-state hook to manage configs / events independently (#687) (ca4c586)

v11.0.1

07 Nov 17:12
Compare
Choose a tag to compare

11.0.1 (2023-11-07)

Bug Fixes

  • types: fix type error on new headers feature (#694) (270be4f)

v11.0.0

04 Nov 16:58
Compare
Choose a tag to compare

11.0.0 (2023-11-04)

  • feat(android)!: specify export mode on BroadcastReceivers, requires compileSdk 33+ (#692) (a5864cc), closes #692

BREAKING CHANGES

    • compileSdk minimum is now 33
  • windows SDK minimum bumped to 10.0.17763.0 for current react-native-windows

v10.0.0

01 Nov 16:15
Compare
Choose a tag to compare

10.0.0 (2023-11-01)

BREAKING CHANGES

  • netinfo now requires AbortController, node v16 / edge required
    it will likely not work on internet explorer from this version onwards

v9.5.0

01 Nov 16:02
Compare
Choose a tag to compare

9.5.0 (2023-11-01)

Features

  • add optional reachabilityHeaders param to NetInfoConfiguration (#673) (0cbf067)