fix(tracker): update fflate and changelogs (#1956)
This commit is contained in:
parent
a453256f23
commit
da186650a9
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# 12.0.4
|
||||
|
||||
- patch for email sanitizer (supports + now)
|
||||
- update fflate version for better compression
|
||||
- `disableCanvas` option to disable canvas capture
|
||||
- better check for adopted stylesheets in doc (old browser support)
|
||||
|
||||
# 12.0.3
|
||||
|
||||
- fixed scaling option for canvas (to ignore window.devicePixelRatio and always render the canvas as 1)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "12.0.3",
|
||||
"version": "12.0.4",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"dependencies": {
|
||||
"@medv/finder": "^3.1.0",
|
||||
"error-stack-parser": "^2.0.6",
|
||||
"fflate": "^0.8.1"
|
||||
"fflate": "^0.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue