Commit 5665302 1 parent 579a355 commit 5665302 Copy full SHA for 5665302
File tree 21 files changed +129
-83
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
21 files changed +129
-83
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.32.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: lastSnapshotTime is always 0 when using manual snapshots (#239 ) by @c298lee
8
+ - fix: some nested cross-origin iframes can't be recorded (#237 ) by @billyvg
9
+ - ci: fix ` download-artifact ` deprecation, upgrade eslint-annotate-action (#238 ) by @billyvg
10
+ - ref: tweaks to tasks to get builds/pkg names working for Sentry (#234 ) by @billyvg
11
+ - Chore: Fix yarn dev (#1501 ) by @billyvg
12
+ - Chore: Ignore generated files from .svelte-kit for prettier & make video tests more stable (#1500 ) by @billyvg
13
+ - Chore: Migrate build to vite (#1033 ) by @billyvg
14
+ - fix: inserted styles lost when moving elements (#233 ) by @billyvg
15
+ - test(rrweb): Re-enable skipped test (#229 ) by @billyvg
16
+
3
17
## 2.31.0
4
18
5
19
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/all" ,
3
- "version" : " 2.0.0-alpha.14 " ,
3
+ "version" : " 2.32.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
50
50
],
51
51
"devDependencies" : {
52
52
"puppeteer" : " ^20.9.0" ,
53
+ "typescript" : " ^4.7.3" ,
53
54
"vite" : " ^5.2.8" ,
54
55
"vite-plugin-dts" : " ^3.8.1" ,
55
- "vitest" : " ^1.4.0" ,
56
- "typescript" : " ^4.7.3"
56
+ "vitest" : " ^1.4.0"
57
57
},
58
58
"dependencies" : {
59
- "@sentry-internal/rrweb" : " ^2.0.0-alpha.14 " ,
60
- "@sentry-internal/rrweb-packer" : " ^2.0.0-alpha.14 " ,
61
- "@sentry-internal/rrweb-types" : " ^2.0.0-alpha.14 "
59
+ "@sentry-internal/rrweb" : " 2.32.0 " ,
60
+ "@sentry-internal/rrweb-packer" : " 2.32.0 " ,
61
+ "@sentry-internal/rrweb-types" : " 2.32.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.31 .0" ,
3
+ "version" : " 2.32 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
72
72
" package.json"
73
73
],
74
74
"devDependencies" : {
75
+ "typescript" : " ^4.7.3" ,
75
76
"vite" : " ^5.2.8" ,
76
77
"vite-plugin-dts" : " ^3.8.1" ,
77
- "vitest" : " ^1.4.0" ,
78
- "typescript" : " ^4.7.3"
78
+ "vitest" : " ^1.4.0"
79
79
},
80
80
"dependencies" : {
81
- "fflate " : " ^0.4.4 " ,
82
- "@sentry-internal/rrweb-types " : " ^2.31.0 "
81
+ "@sentry-internal/rrweb-types " : " 2.32.0 " ,
82
+ "fflate " : " ^0.4.4 "
83
83
},
84
84
"browserslist" : [
85
85
" supports es6-class"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-canvas-webrtc-record" ,
3
- "version" : " 2.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14 " ,
46
+ "@sentry-internal/rrweb" : " 2.32.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.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14 " ,
46
+ "@sentry-internal/rrweb" : " 2.32.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.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14" ,
48
+ "@sentry-internal/rrweb" : " 2.32.0" ,
49
+ "puppeteer" : " ^20.9.0" ,
49
50
"typescript" : " ^4.7.3" ,
50
51
"vite" : " ^5.2.8" ,
51
52
"vite-plugin-dts" : " ^3.8.1" ,
52
- "vitest" : " ^1.4.0" ,
53
- "puppeteer" : " ^20.9.0"
53
+ "vitest" : " ^1.4.0"
54
54
},
55
55
"peerDependencies" : {
56
56
"@sentry-internal/rrweb" : " ^2.0.0-alpha.14"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/rrweb-plugin-console-replay" ,
3
- "version" : " 2.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14 " ,
47
- "@sentry-internal/rrweb" : " ^2.0.0-alpha.14 " ,
46
+ "@rrweb/rrweb-plugin-console-record" : " 2.32.0 " ,
47
+ "@sentry-internal/rrweb" : " 2.32.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.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14 " ,
46
+ "@sentry-internal/rrweb" : " 2.32.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.0.0-alpha.14 " ,
3
+ "version" : " 2.32.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.0.0-alpha.14 " ,
47
- "@sentry-internal/rrweb" : " ^2.0.0-alpha.14 " ,
46
+ "@rrweb/rrweb-plugin-sequential-id-record" : " 2.32.0 " ,
47
+ "@sentry-internal/rrweb" : " 2.32.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.0.0-alpha.14 " ,
3
+ "version" : " 2.32.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
49
49
],
50
50
"devDependencies" : {
51
51
"puppeteer" : " ^20.9.0" ,
52
+ "typescript" : " ^4.7.3" ,
52
53
"vite" : " ^5.2.8" ,
53
54
"vite-plugin-dts" : " ^3.8.1" ,
54
- "vitest" : " ^1.4.0" ,
55
- "typescript" : " ^4.7.3"
55
+ "vitest" : " ^1.4.0"
56
56
},
57
57
"dependencies" : {
58
- "@sentry-internal/rrweb-types " : " ^2.0.0-alpha.14 " ,
59
- "@sentry-internal/rrweb" : " ^2.0.0-alpha.14 "
58
+ "@sentry-internal/rrweb" : " 2.32.0 " ,
59
+ "@sentry-internal/rrweb-types " : " 2.32.0 "
60
60
},
61
61
"browserslist" : [
62
62
" supports es6-class"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rrweb/replay" ,
3
- "version" : " 2.31 .0" ,
3
+ "version" : " 2.32 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
50
50
],
51
51
"devDependencies" : {
52
52
"puppeteer" : " ^20.9.0" ,
53
+ "typescript" : " ^4.7.3" ,
53
54
"vite" : " ^5.2.8" ,
54
55
"vite-plugin-dts" : " ^3.8.1" ,
55
- "vitest" : " ^1.4.0" ,
56
- "typescript" : " ^4.7.3"
56
+ "vitest" : " ^1.4.0"
57
57
},
58
58
"dependencies" : {
59
- "@sentry-internal/rrweb-types " : " ^2.31 .0" ,
60
- "@sentry-internal/rrweb" : " ^2.31 .0"
59
+ "@sentry-internal/rrweb" : " 2.32 .0" ,
60
+ "@sentry-internal/rrweb-types " : " 2.32 .0"
61
61
},
62
62
"browserslist" : [
63
63
" supports es6-class"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rrdom-nodejs" ,
3
- "version" : " 2.31 .0" ,
3
+ "version" : " 2.32 .0" ,
4
4
"scripts" : {
5
5
"dev" : " vite build --watch" ,
6
6
"build" : " tsc -noEmit && vite build" ,
46
46
"compare-versions" : " ^4.1.3" ,
47
47
"eslint" : " ^8.15.0" ,
48
48
"puppeteer" : " ^9.1.1" ,
49
+ "typescript" : " ^4.7.3" ,
49
50
"vite" : " ^5.2.8" ,
50
51
"vite-plugin-dts" : " ^3.8.1" ,
51
- "vitest" : " ^1.4.0" ,
52
- "typescript" : " ^4.7.3"
52
+ "vitest" : " ^1.4.0"
53
53
},
54
54
"dependencies" : {
55
- "@sentry-internal/rrdom" : " 2.31 .0" ,
56
- "@sentry-internal/rrweb-snapshot" : " 2.31 .0" ,
55
+ "@sentry-internal/rrdom" : " 2.32 .0" ,
56
+ "@sentry-internal/rrweb-snapshot" : " 2.32 .0" ,
57
57
"cssom" : " ^0.5.0" ,
58
58
"cssstyle" : " ^2.3.0" ,
59
59
"nwsapi" : " 2.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/rrdom" ,
3
- "version" : " 2.31 .0" ,
3
+ "version" : " 2.32 .0" ,
4
4
"homepage" : " https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
42
42
"url" : " https://github.com/rrweb-io/rrweb/issues"
43
43
},
44
44
"devDependencies" : {
45
- "@sentry-internal/rrweb-types" : " 2.31 .0" ,
45
+ "@sentry-internal/rrweb-types" : " 2.32 .0" ,
46
46
"@types/puppeteer" : " ^5.4.4" ,
47
47
"@typescript-eslint/eslint-plugin" : " ^5.23.0" ,
48
48
"@typescript-eslint/parser" : " ^5.23.0" ,
53
53
"vite-plugin-dts" : " ^3.8.1"
54
54
},
55
55
"dependencies" : {
56
- "@sentry-internal/rrweb-snapshot" : " 2.31 .0"
56
+ "@sentry-internal/rrweb-snapshot" : " 2.32 .0"
57
57
}
58
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rrvideo" ,
3
- "version" : " 2.31 .0" ,
3
+ "version" : " 2.32 .0" ,
4
4
"description" : " transform rrweb session into video" ,
5
5
"main" : " build/index.js" ,
6
6
"bin" : {
21
21
"author" : " yanzhen@smartx.com" ,
22
22
"license" : " MIT" ,
23
23
"devDependencies" : {
24
- "@sentry-internal/rrweb-types" : " 2.31 .0" ,
24
+ "@sentry-internal/rrweb-types" : " 2.32 .0" ,
25
25
"@types/fs-extra" : " 11.0.1" ,
26
26
"@types/jest" : " ^27.4.1" ,
27
27
"@types/minimist" : " ^1.2.1" ,
31
31
},
32
32
"dependencies" : {
33
33
"@open-tech-world/cli-progress-bar" : " ^2.0.2" ,
34
- "@sentry-internal/rrweb-player" : " 2.31 .0" ,
34
+ "@sentry-internal/rrweb-player" : " 2.32 .0" ,
35
35
"fs-extra" : " ^11.1.1" ,
36
36
"minimist" : " ^1.2.5" ,
37
37
"playwright" : " ^1.32.1"
You can’t perform that action at this time.
0 commit comments