Skip to content

Commit f9938bc

Browse files
Version Packages (alpha)
1 parent a82a3b4 commit f9938bc

File tree

15 files changed

+85
-20
lines changed

15 files changed

+85
-20
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"calm-bulldogs-speak",
1515
"chatty-cherries-train",
1616
"eight-terms-hunt",
17+
"fast-chefs-smell",
1718
"five-peas-lay",
1819
"grumpy-ways-own",
1920
"large-ants-prove",
@@ -22,15 +23,18 @@
2223
"mighty-frogs-sparkle",
2324
"nervous-poets-grin",
2425
"old-dryers-hide",
26+
"proud-experts-jam",
2527
"real-masks-explode",
2628
"real-trains-switch",
2729
"serious-ants-juggle",
30+
"small-olives-arrive",
2831
"stupid-ghosts-help",
2932
"swift-peas-film",
3033
"tidy-yaks-joke",
3134
"twenty-lies-switch",
3235
"twenty-planets-repeat",
3336
"violet-melons-itch",
37+
"yellow-mails-cheat",
3438
"young-timers-grow"
3539
]
3640
}

packages/rrdom-nodejs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# rrdom-nodejs
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00)]:
8+
9+
10+
311
## 2.0.0-alpha.6
412

513
### Patch Changes

packages/rrdom-nodejs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom-nodejs",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"scripts": {
55
"dev": "rollup -c -w",
66
"bundle": "rollup --config",
@@ -49,8 +49,8 @@
4949
"cssom": "^0.5.0",
5050
"cssstyle": "^2.3.0",
5151
"nwsapi": "^2.2.0",
52-
"rrdom": "^2.0.0-alpha.6",
53-
"rrweb-snapshot": "^2.0.0-alpha.6"
52+
"rrdom": "^2.0.0-alpha.7",
53+
"rrweb-snapshot": "^2.0.0-alpha.7"
5454
},
5555
"browserslist": [
5656
"supports es6-class"

packages/rrdom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rrdom
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00)]:
8+
9+
310
## 2.0.0-alpha.6
411

512
### Patch Changes

packages/rrdom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
55
"license": "MIT",
66
"main": "lib/rrdom.cjs",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@rollup/plugin-commonjs": "^20.0.0",
35-
"@rrweb/types": "^2.0.0-alpha.6",
35+
"@rrweb/types": "^2.0.0-alpha.7",
3636
"@types/jest": "^27.4.1",
3737
"@types/puppeteer": "^5.4.4",
3838
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -48,6 +48,6 @@
4848
"typescript": "^4.7.3"
4949
},
5050
"dependencies": {
51-
"rrweb-snapshot": "^2.0.0-alpha.6"
51+
"rrweb-snapshot": "^2.0.0-alpha.7"
5252
}
5353
}

packages/rrweb-player/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rrweb-player
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0f862b`](https://github.com/rrweb-io/rrweb/commit/e0f862bac7dbaa9cfd778f5ef0f5f3fd8cbe6def), [`a82a3b4`](https://github.com/rrweb-io/rrweb/commit/a82a3b42b125aaaea607410b49f012933466c523), [`4cb4d0e`](https://github.com/rrweb-io/rrweb/commit/4cb4d0e95a540a366bdec157fe78d9f099514818)]:
8+
9+
310
## 2.0.0-alpha.6
411

512
### Patch Changes

packages/rrweb-player/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "rrweb-player",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.6",
7+
"@rrweb/types": "^2.0.0-alpha.7",
88
"@types/offscreencanvas": "^2019.6.4",
99
"eslint-config-google": "^0.14.0",
1010
"eslint-plugin-svelte3": "^4.0.0",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@tsconfig/svelte": "^1.0.0",
28-
"rrweb": "^2.0.0-alpha.6"
28+
"rrweb": "^2.0.0-alpha.7"
2929
},
3030
"scripts": {
3131
"build": "rollup -c",

packages/rrweb-snapshot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rrweb-snapshot
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#1174](https://github.com/rrweb-io/rrweb/pull/1174) [`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00) Thanks [@wfk007](https://github.com/wfk007)! - Fix: [#1172](https://github.com/rrweb-io/rrweb/issues/1172) don't replace original onload function of Images
8+
39
## 2.0.0-alpha.6
410

511
### Minor Changes

packages/rrweb-snapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrweb-snapshot",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
55
"scripts": {
66
"prepare": "npm run prepack",

packages/rrweb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# rrweb
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#1179](https://github.com/rrweb-io/rrweb/pull/1179) [`e0f862b`](https://github.com/rrweb-io/rrweb/commit/e0f862bac7dbaa9cfd778f5ef0f5f3fd8cbe6def) Thanks [@wfk007](https://github.com/wfk007)! - Fix: [#1178](https://github.com/rrweb-io/rrweb/issues/1178) remove warning related to worker_threads while building
8+
9+
- [#1145](https://github.com/rrweb-io/rrweb/pull/1145) [`a82a3b4`](https://github.com/rrweb-io/rrweb/commit/a82a3b42b125aaaea607410b49f012933466c523) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - For a mutation which removes a node, reduce the number of spurious warnings to take into account that an anscestor (rather than just a parent) may have been just removed
10+
11+
- [#1163](https://github.com/rrweb-io/rrweb/pull/1163) [`4cb4d0e`](https://github.com/rrweb-io/rrweb/commit/4cb4d0e95a540a366bdec157fe78d9f099514818) Thanks [@zhaobosky](https://github.com/zhaobosky)! - Fix: some websites rebuild imcomplete
12+
13+
1. Some websites, addedSet in emit function is not empty, but the result converted from Array.from is empty.
14+
2. Some websites polyfill classList functions of HTML elements. Their implementation may throw errors and cause the snapshot to fail. I add try-catch statements to make the code robust.
15+
16+
- Updated dependencies [[`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00)]:
17+
18+
19+
- @rrweb/types@2.0.0-alpha.7
20+
321
## 2.0.0-alpha.6
422

523
### Patch Changes

0 commit comments

Comments
 (0)