Skip to content

Commit a36c7bf

Browse files
author
Cobrowse.io Bot
committed
v3.5.0
1 parent 15c86da commit a36c7bf

File tree

32 files changed

+56
-37
lines changed

32 files changed

+56
-37
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.5.0](#) (2025-04-08)
6+
7+
8+
### Features
9+
10+
* webview redaction rules ([#152](#)) ([f26f10f](#))
11+
512
## [3.4.0](#) (2025-04-07)
613

714

CobrowseIO.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CobrowseIO'
3-
s.version = '3.4.0'
3+
s.version = '3.5.0'
44
s.summary = 'CobrowseIO SDK'
55
s.description = 'CobrowseIO SDK. See cobrowse.io for more information.'
66
s.license = 'Proprietary'

CobrowseSDK.framework/CobrowseSDK

20.3 KB
Binary file not shown.

CobrowseSDK.framework/Headers/CobrowseIO.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ static NSString* _Nonnull const CBIODeviceNameKey = @"device_name";
5959
/// The CSS selectors which will be redacted within Webviews
6060
@property (nonnull) NSArray<NSString*>* webviewRedactedViews API_AVAILABLE(ios(11));
6161

62+
/// The CSS selectors which will be unredacted within Webviews
63+
@property (nonnull) NSArray<NSString*>* webviewUnredactedViews API_AVAILABLE(ios(11));
64+
6265
/// By default, when the SDK starts it will register the device to your account and share its
6366
/// connectivity state. This provides the dashboard with a list of devices which are online
6467
/// and ready to connect.

CobrowseSDK.framework/Info.plist

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CobrowseSDK.framework/webViewRedaction.build.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)