Releases: JuanSeBestia/react-native-wifi-reborn
Releases · JuanSeBestia/react-native-wifi-reborn
v4.13.0
4.13.0 (2024-09-17)
Bug Fixes
- add semicolon (561ea0a)
- fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull (b3f4e84)
- use node 20 for semantic-release (f516e8d)
Features
- iOS: Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue #303 (d98ccfc)
v4.12.1
4.12.1 (2024-03-28)
Bug Fixes
- crash on Android when isHidden params not passed (e3d7dcc)
v4.12.0
4.12.0 (2024-03-26)
Bug Fixes
Features
- add new method connectToProtectedWifiSSID (1813073)
- add nullable password (75ff05f)
- android: add timeout parameter (9426913)
- update README (8970ba4)
v4.11.0
4.11.0 (2024-02-12)
Features
- iOS, Loop patch: check the connected WiFi network repeatedly until it's the one we requested (#301) (e7088be)
v4.10.1
4.10.1 (2023-11-06)
Bug Fixes
- npm: remove engines from package.json (8bd1385)
v4.10.0
4.10.0 (2023-10-27)
Features
- android: 🌟 add support for React Native 0.73 (#312) (451b92c)
v4.9.0
4.9.0 (2023-10-27)
Bug Fixes
- Android: Open the Wifi settings panel on Android 10 and above. (#319) (bd89902)
Features
v4.8.3
4.8.3 (2023-05-26)
Bug Fixes
- iOS: add missing isHidden flag to connectToProtectedSSID (#306) (11a703d), closes #287
v4.8.2
4.8.2 (2023-05-26)
Bug Fixes
- prefer not to mutate the ScanResult object (#268) (840c80d)
v4.8.1
4.8.1 (2023-05-26)
Bug Fixes
- update android native dependencies (472896d)