cobrowse-sdk-react-native
Advanced tools
Comparing version 2.5.2 to 2.6.0
# Changelog | ||
## [Unreleased] | ||
- None yet | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
## [2.6.0](https://github.com/cobrowseio/cobrowse-sdk-react-native/compare/v2.5.2...v2.6.0) (2021-06-14) | ||
### Features | ||
* allow styling of redacted component ([614b64e](https://github.com/cobrowseio/cobrowse-sdk-react-native/commit/614b64e56a127aec693077f336935c628b609117)) | ||
### Bug Fixes | ||
* fix for Undefined symbols error (_OBJC_CLASS_$_RCTEventDispatcher) ([d66ef6d](https://github.com/cobrowseio/cobrowse-sdk-react-native/commit/d66ef6d6767b567db524865e002867718ca6301a)) | ||
## [2.1.0] - 2019-04-26 | ||
@@ -7,0 +18,0 @@ - Added `handleSessionRequest` API to `CobrowseIO` |
@@ -11,3 +11,3 @@ import React, { useContext } from 'react'; | ||
<RedactionContext.Provider value={true}> | ||
<CBIOCobrowseRedacted> | ||
<CBIOCobrowseRedacted style={props.style}> | ||
<View>{props.children}</View> | ||
@@ -14,0 +14,0 @@ </CBIOCobrowseRedacted> |
{ | ||
"name": "cobrowse-sdk-react-native", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"description": "Cobrowse SDK for React Native", | ||
@@ -5,0 +5,0 @@ "main": "./js/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69429