Skip to content

Tags: JuanSeBestia/react-native-wifi-reborn

Tags

v4.13.4

chore(release): 4.13.4 [skip ci]

## [4.13.4](v4.13.3...v4.13.4) (2025-01-23)

### Bug Fixes

* **types:** Align types, index and native module interfaces ([#416](#416)) ([f15187e](f15187e))

v4.13.3

chore(release): 4.13.3 [skip ci]

## [4.13.3](v4.13.2...v4.13.3) (2025-01-20)

### Bug Fixes

* **ios:** prevent crash when canceling WiFi connection ([#425](#425)) ([e398406](e398406)), closes [#424](#424)

v4.13.2

chore(release): 4.13.2 [skip ci]

## [4.13.2](v4.13.1...v4.13.2) (2025-01-18)

### Bug Fixes

* **android:** connection status support for per-app wifi connections ([#420](#420)) ([a0b8fb6](a0b8fb6)), closes [#419](#419)

v4.13.1

chore(release): 4.13.1 [skip ci]

## [4.13.1](v4.13.0...v4.13.1) (2024-12-30)

### Bug Fixes

* **Android:** properly check on pollForValidSSID if network connected ([#399](#399)) ([0371acd](0371acd))

v4.13.0

chore(release): 4.13.0 [skip ci]

# [4.13.0](v4.12.1...v4.13.0) (2024-09-17)

### Bug Fixes

* add semicolon ([561ea0a](561ea0a))
* fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull ([b3f4e84](b3f4e84))
* use node 20 for semantic-release ([f516e8d](f516e8d))

### Features

* **iOS:** Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue [#303](#303) ([d98ccfc](d98ccfc))

v4.12.1

chore(release): 4.12.1 [skip ci]

## [4.12.1](v4.12.0...v4.12.1) (2024-03-28)

### Bug Fixes

* crash on Android when isHidden params not passed ([e3d7dcc](e3d7dcc))

v4.12.0

chore(release): 4.12.0 [skip ci]

# [4.12.0](v4.11.0...v4.12.0) (2024-03-26)

### Bug Fixes

* **android:** re-add onLost method ([be1d872](be1d872))
* IOS method ([b5bdb35](b5bdb35))
* removed assert password != null ([93d737a](93d737a))
* use enum for error ([7b7587c](7b7587c))

### Features

* add new method connectToProtectedWifiSSID ([1813073](1813073))
* add nullable password ([75ff05f](75ff05f))
* **android:** add timeout parameter ([9426913](9426913))
* update README ([8970ba4](8970ba4))

v4.11.0

chore(release): 4.11.0 [skip ci]

# [4.11.0](v4.10.1...v4.11.0) (2024-02-12)

### Features

* **iOS, Loop patch:** check the connected WiFi network repeatedly until it's the one we requested ([#301](#301)) ([e7088be](e7088be))

v4.10.1

chore(release): 4.10.1 [skip ci]

## [4.10.1](v4.10.0...v4.10.1) (2023-11-06)

### Bug Fixes

* **npm:** remove engines from package.json ([8bd1385](8bd1385))

v4.10.0

chore(release): 4.10.0 [skip ci]

# [4.10.0](v4.9.0...v4.10.0) (2023-10-27)

### Features

* **android:** 🌟 add support for React Native 0.73 ([#312](#312)) ([451b92c](451b92c))