All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.20.0 (2024-08-30)
2.19.0 (2024-08-14)
- update Cobrowse.io SDK (#57) (9cb2491)
- update Cobrowse.io SDK (#58) (448c2a0)
- update Cobrowse.io SDK (#59) (7e5223d)
2.18.3 (2024-05-13)
- update ios and android SDKs (444877a)
2.18.2 (2023-12-20)
2.18.1 (2023-11-25)
2.18.0 (2023-11-22)
2.17.3 (2023-11-14)
2.17.2 (2023-09-12)
2.17.1 (2023-08-24)
2.17.0 (2023-08-01)
2.16.0 (2023-05-11)
2.15.0 (2023-04-10)
2.14.0 (2023-03-20)
- Allow full device customization (#19) (7370983)
- Allow session controls customization (#20) (c441217)
2.13.0 (2022-09-21)
- Xcode 14 has dropped support for iOS versions below iOS 13, as such we have also dropped support for those versions in this release. (152691c)
2.12.0 (2022-09-07)
- add support for redacting/unredacting views not managed by react native (db4ed8a)
- add support for redacting/unredacting views not managed by react native on Android (00e3036)
- support nested redaction/unredaction on Android (f35bb82)
2.11.1 (2022-03-15)
- update native android SDK (20265f1)
2.11.0 (2022-02-07)
- add event that's called the first time a session is fetched from the server (645da52)
2.10.1 (2022-01-31)
- update Cobrowse native SDK versions (880fe06)
2.10.0 (2022-01-25)
- update Cobrowse native SDKs. Note on Android there is an extra consideration for this upgrade: https://github.com/cobrowseio/cobrowse-sdk-android-binary/blob/master/CHANGELOG.md#2160-2021-12-08
2.9.0 (2021-11-17)
- Add support for custom remote control consent prompts (95e1f36)
2.8.0 (2021-11-17)
- Added APIs to control full device and remote control state, e.g.
session.setFullDevice(true)
- Added TypeScript definitions
2.6.0 (2021-06-14)
- allow styling of redacted component (614b64e)
- fix for Undefined symbols error (OBJC_CLASS$_RCTEventDispatcher) (d66ef6d)
- Added
handleSessionRequest
API toCobrowseIO
- Switched to promises for all methods that previously took callback (e.g.
createSession
,endSession
,currentSession
) - Updated example project to RN 0.59
- Renamed
loadSession
togetSession
to match other SDKs