File tree Expand file tree Collapse file tree 20 files changed +60
-54
lines changed
rrweb-plugin-canvas-webrtc-record
rrweb-plugin-canvas-webrtc-replay
rrweb-plugin-console-record
rrweb-plugin-console-replay
rrweb-plugin-sequential-id-record
rrweb-plugin-sequential-id-replay Expand file tree Collapse file tree 20 files changed +60
-54
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.35.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix(utils): Safely access ` node.nodeType ` (#243 ) by @chargome
8
+
3
9
## 2.34.0
4
10
5
11
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/all" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
56
56
"vitest" : " ^1.4.0"
57
57
},
58
58
"dependencies" : {
59
- "@sentry-internal/rrweb" : " 2.34 .0" ,
60
- "@sentry-internal/rrweb-packer" : " 2.34 .0" ,
61
- "@sentry-internal/rrweb-types" : " 2.34 .0"
59
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
60
+ "@sentry-internal/rrweb-packer" : " 2.35 .0" ,
61
+ "@sentry-internal/rrweb-types" : " 2.35 .0"
62
62
},
63
63
"browserslist" : [
64
64
" supports es6-class"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/rrweb-packer" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
78
78
"vitest" : " ^1.4.0"
79
79
},
80
80
"dependencies" : {
81
- "@sentry-internal/rrweb-types" : " 2.34 .0" ,
81
+ "@sentry-internal/rrweb-types" : " 2.35 .0" ,
82
82
"fflate" : " ^0.4.4"
83
83
},
84
84
"browserslist" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-canvas-webrtc-record" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs" ,
43
43
},
44
44
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
45
45
"devDependencies" : {
46
- "@sentry-internal/rrweb" : " 2.34 .0" ,
46
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
47
47
"typescript" : " ^4.7.3" ,
48
48
"vite" : " ^5.2.8" ,
49
49
"vite-plugin-dts" : " ^3.8.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-canvas-webrtc-replay" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs" ,
43
43
},
44
44
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
45
45
"devDependencies" : {
46
- "@sentry-internal/rrweb" : " 2.34 .0" ,
46
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
47
47
"typescript" : " ^4.7.3" ,
48
48
"vite" : " ^5.2.8" ,
49
49
"vite-plugin-dts" : " ^3.8.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-console-record" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-console-record.umd.cjs" ,
45
45
},
46
46
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
47
47
"devDependencies" : {
48
- "@sentry-internal/rrweb" : " 2.34 .0" ,
48
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
49
49
"puppeteer" : " ^20.9.0" ,
50
50
"typescript" : " ^4.7.3" ,
51
51
"vite" : " ^5.2.8" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-console-replay" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-console-replay.umd.cjs" ,
43
43
},
44
44
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
45
45
"devDependencies" : {
46
- "@rrweb/rrweb-plugin-console-record" : " 2.34 .0" ,
47
- "@sentry-internal/rrweb" : " 2.34 .0" ,
46
+ "@rrweb/rrweb-plugin-console-record" : " 2.35 .0" ,
47
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
48
48
"typescript" : " ^4.7.3" ,
49
49
"vite" : " ^5.2.8" ,
50
50
"vite-plugin-dts" : " ^3.8.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-sequential-id-record" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-sequential-id-record.umd.cjs" ,
43
43
},
44
44
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
45
45
"devDependencies" : {
46
- "@sentry-internal/rrweb" : " 2.34 .0" ,
46
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
47
47
"typescript" : " ^4.7.3" ,
48
48
"vite" : " ^5.2.8" ,
49
49
"vite-plugin-dts" : " ^3.8.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-sequential-id-replay" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/rrweb-plugin-sequential-id-replay.umd.cjs" ,
43
43
},
44
44
"homepage" : " https://github.com/rrweb-io/rrweb#readme" ,
45
45
"devDependencies" : {
46
- "@rrweb/rrweb-plugin-sequential-id-record" : " 2.34 .0" ,
47
- "@sentry-internal/rrweb" : " 2.34 .0" ,
46
+ "@rrweb/rrweb-plugin-sequential-id-record" : " 2.35 .0" ,
47
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
48
48
"typescript" : " ^4.7.3" ,
49
49
"vite" : " ^5.2.8" ,
50
50
"vite-plugin-dts" : " ^3.8.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/record" ,
3
- "version" : " 2.34 .0" ,
3
+ "version" : " 2.35 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
55
55
"vitest" : " ^1.4.0"
56
56
},
57
57
"dependencies" : {
58
- "@sentry-internal/rrweb" : " 2.34 .0" ,
59
- "@sentry-internal/rrweb-types" : " 2.34 .0"
58
+ "@sentry-internal/rrweb" : " 2.35 .0" ,
59
+ "@sentry-internal/rrweb-types" : " 2.35 .0"
60
60
},
61
61
"browserslist" : [
62
62
" supports es6-class"
You can’t perform that action at this time.
0 commit comments