tracker: assist 11.0.3 clicks fix
This commit is contained in:
parent
eb610d1c21
commit
ac35bf5179
3 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 11.0.3
|
||||||
|
|
||||||
|
- fix for remote-contorl clicks on svg elements (+ bubbling)
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
|
|
||||||
- add sessionId header on socket.connect for sticky sessions
|
- add sessionId header on socket.connect for sticky sessions
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@openreplay/tracker-assist",
|
"name": "@openreplay/tracker-assist",
|
||||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||||
"version": "11.0.2",
|
"version": "11.0.3",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"WebRTC",
|
"WebRTC",
|
||||||
"assistance",
|
"assistance",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export const pkgVersion = "11.0.2";
|
export const pkgVersion = "11.0.3";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue