cobrowse-sdk-js 2.21.2 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
+
## [2.22.0](#) (2023-02-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Add support for configuring ignored views ([#50](#)) ([6f82a34](#))
|
|
11
|
+
* allow new sessions to preempt existing ones ([91b77e2](#))
|
|
12
|
+
* handle text selections from the agent for both regular and input elements ([#49](#)) ([7c4fe3b](#))
|
|
13
|
+
* support non-FQDN socket URLs ([d9b9eda](#))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* cache full device frames for replay until next keyframe ([20520fc](#))
|
|
19
|
+
* improve support for URLs with base paths ([a770c9c](#))
|
|
20
|
+
|
|
5
21
|
### [2.21.2](#) (2023-01-20)
|
|
6
22
|
|
|
7
23
|
|