Skip to content

Releases: JuanSeBestia/react-native-wifi-reborn

v4.8.0

26 May 11:38
Compare
Choose a tag to compare

4.8.0 (2023-05-26)

Features

  • Android: added feature to connect to hidden wifi on android 10 (#287) (32b5db2)

v4.7.1

26 May 08:58
Compare
Choose a tag to compare

4.7.1 (2023-05-26)

Bug Fixes

  • Android: * add location permission check for getCurrentWifiSSID and reScanAndLoadWifiList and change error message for clarity (#264) (c3ba4e5)

v4.7.0

12 Jul 22:53
Compare
Choose a tag to compare

4.7.0 (2022-07-12)

Features

  • Android: Allows to show hidden WiFI AP while scanning (#255) (29d364a)

v4.6.0

09 Jun 20:26
Compare
Choose a tag to compare

4.6.0 (2022-06-09)

Features

  • Minor bug fix, iOS 15 getWifiSSID fix, connect to Android Wifi without scanning (because of the limit) (#249) (3389baf)

v4.5.1

09 Jun 20:23
Compare
Choose a tag to compare

4.5.1 (2022-06-09)

Bug Fixes

  • Use enum types instead of const in the TypeScript declaration file (5e6dfeb)

v4.5.0

16 Dec 23:36
Compare
Choose a tag to compare

4.5.0 (2021-12-16)

Features

v4.4.2

16 Dec 23:32
Compare
Choose a tag to compare

4.4.2 (2021-12-16)

Bug Fixes

  • iOS: Revert wrong removal of promise resolution (#225) (89eda2d)

v4.4.1

04 Nov 23:08
Compare
Choose a tag to compare

4.4.1 (2021-11-04)

Bug Fixes

  • Android: Replace jCenter with mavenCentral (#216) (b047208)
  • iOS: Fix disconnectFromSSID having no effect (#214) (0d55c08)
  • iOS: Fix prefix check in connectToProtectedSSIDPrefix (#220) (d94f356)

v4.4.0

29 Sep 16:27
Compare
Choose a tag to compare

4.4.0 (2021-09-29)

Bug Fixes

  • Fix return type for forceWifiUsageWithOptions (#170) (6de4204)

Features

  • iOS: allow joinOnce property to be set for iOS devices (#187) (991f9cc)

v4.3.8

26 May 22:22
Compare
Choose a tag to compare

4.3.8 (2021-05-26)

Bug Fixes

  • iOS: Reject after not connecting to WiFi with SSID-prefix (#183) (f255caa), closes #182