Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.16 KB

Changelog

The format is based on Keep a Changelog.

[3.1.2] - 2023-10-26

Added

  • The rawScanRecord has been added to advertising data

Fixed

  • The onDisconnected event is nowDispatched
  • The missing advertising data fields on iOS has been added

[3.1.1] - 2023-10-26

Fixed

  • Expo config plugin for prebuilding

[3.1.0] - 2023-10-17

Added

  • Handling Bluetooth 5 Advertising Extensions on Android by legacyScan flag
  • isConnectable flag for android devices
  • Expo config plugin for prebuilding

Changed

Fixed

  • Application crash when multiple listeners were set to watch the disconnect action and the device was disconnected
  • Handling wrong Bluetooth Address error on Android

[3.0.0] - 2023-09-28

Added

  • Example project

Changed

  • Updated MultiplatformBleAdapter to version 0.2.0.
  • Updated RN bridge config
  • Changed CI flow
  • Updated CI to RN 0.72.x
  • Updated docs
  • Updated dependencies

Fixed

  • iOS 16 bugs