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
|
||||
|
||||
- add sessionId header on socket.connect for sticky sessions
|
||||
|
|
@ -81,7 +85,7 @@
|
|||
|
||||
## 5.0.0
|
||||
|
||||
- fix recording state import
|
||||
- fix recording state import
|
||||
|
||||
## 4.1.5
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "11.0.2",
|
||||
"version": "11.0.3",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = "11.0.2";
|
||||
export const pkgVersion = "11.0.3";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue