Skip to content

Commit 46df5cd

Browse files
Version Packages (alpha) (#1216)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a01a12e commit 46df5cd

File tree

17 files changed

+114
-23
lines changed

17 files changed

+114
-23
lines changed

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,31 @@
1212
"rrvideo": "2.0.0-alpha.6"
1313
},
1414
"changesets": [
15+
"brave-numbers-joke",
1516
"calm-bulldogs-speak",
1617
"chatty-cherries-train",
18+
"cold-eyes-hunt",
1719
"controller-finish-flag",
20+
"date-now-guard",
1821
"eight-terms-hunt",
1922
"empty-bikes-cheer",
2023
"fair-dragons-greet",
2124
"fast-chefs-smell",
25+
"few-turkeys-reflect",
2226
"five-peas-lay",
27+
"forty-elephants-attack",
28+
"fresh-cars-impress",
2329
"fresh-spoons-drive",
30+
"gold-terms-look",
2431
"grumpy-ways-own",
2532
"large-ants-prove",
33+
"lazy-toes-confess",
34+
"little-radios-thank",
2635
"little-suits-leave",
2736
"loud-seals-raise",
2837
"lovely-pears-cross",
38+
"lovely-students-boil",
39+
"mean-tips-impress",
2940
"mighty-frogs-sparkle",
3041
"nervous-poets-grin",
3142
"nervous-tables-travel",
@@ -37,9 +48,11 @@
3748
"proud-experts-jam",
3849
"real-masks-explode",
3950
"real-trains-switch",
51+
"rich-crews-protect",
4052
"serious-ants-juggle",
4153
"sixty-impalas-laugh",
4254
"small-olives-arrive",
55+
"smooth-poems-bake",
4356
"stupid-ghosts-help",
4457
"swift-peas-film",
4558
"tidy-yaks-joke",

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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b798f2d`](https://github.com/rrweb-io/rrweb/commit/b798f2dbc07b5a24dcaf40d164159200b6c0679d), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
8+
9+
10+
311
## 2.0.0-alpha.8
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.8",
3+
"version": "2.0.0-alpha.9",
44
"scripts": {
55
"dev": "rollup -c -w",
66
"bundle": "rollup --config",
@@ -48,8 +48,8 @@
4848
"cssom": "^0.5.0",
4949
"cssstyle": "^2.3.0",
5050
"nwsapi": "^2.2.0",
51-
"rrdom": "^2.0.0-alpha.8",
52-
"rrweb-snapshot": "^2.0.0-alpha.8"
51+
"rrdom": "^2.0.0-alpha.9",
52+
"rrweb-snapshot": "^2.0.0-alpha.9"
5353
},
5454
"browserslist": [
5555
"supports es6-class"

packages/rrdom/CHANGELOG.md

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

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#1222](https://github.com/rrweb-io/rrweb/pull/1222) [`b798f2d`](https://github.com/rrweb-io/rrweb/commit/b798f2dbc07b5a24dcaf40d164159200b6c0679d) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: rrdom bugs
8+
9+
1. Fix a bug in the diff algorithm.
10+
2. Omit the 'srcdoc' attribute of iframes to avoid overwriting content.
11+
12+
- Updated dependencies [[`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
13+
14+
315
## 2.0.0-alpha.8
416

517
### 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.8",
3+
"version": "2.0.0-alpha.9",
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.8",
35+
"@rrweb/types": "^2.0.0-alpha.9",
3636
"@types/jest": "^27.4.1",
3737
"@types/puppeteer": "^5.4.4",
3838
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -47,6 +47,6 @@
4747
"ts-jest": "^27.1.3"
4848
},
4949
"dependencies": {
50-
"rrweb-snapshot": "^2.0.0-alpha.8"
50+
"rrweb-snapshot": "^2.0.0-alpha.9"
5151
}
5252
}

packages/rrvideo/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# rrvideo
22

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#1197](https://github.com/rrweb-io/rrweb/pull/1197) [`23d0138`](https://github.com/rrweb-io/rrweb/commit/23d01387f439db68d2874879242b6ade3e103f75) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Improve the video quality and add a progress bar for the CLI tool
8+
9+
- Updated dependencies [[`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2)]:
10+
11+
312
## 2.0.0-alpha.8
413

514
### Patch Changes

packages/rrvideo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrvideo",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "transform rrweb session into video",
55
"main": "build/index.js",
66
"bin": {
@@ -26,13 +26,13 @@
2626
"@types/node": "^18.15.11",
2727
"jest": "^27.5.1",
2828
"ts-jest": "^27.1.3",
29-
"@rrweb/types": "^2.0.0-alpha.8"
29+
"@rrweb/types": "^2.0.0-alpha.9"
3030
},
3131
"dependencies": {
3232
"@open-tech-world/cli-progress-bar": "^2.0.2",
3333
"fs-extra": "^11.1.1",
3434
"minimist": "^1.2.5",
3535
"playwright": "^1.32.1",
36-
"rrweb-player": "^2.0.0-alpha.8"
36+
"rrweb-player": "^2.0.0-alpha.9"
3737
}
3838
}

packages/rrweb-player/CHANGELOG.md

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

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#1247](https://github.com/rrweb-io/rrweb/pull/1247) [`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2) Thanks [@Juice10](https://github.com/Juice10)! - Fix `player.getMirror`, `player.playRange`, `player.$set` types in rrwebPlayer
8+
9+
- Updated dependencies [[`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`a1ec9a2`](https://github.com/rrweb-io/rrweb/commit/a1ec9a273e6634eec67098fdd880ee681648fbbd), [`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe), [`ebcbe8b`](https://github.com/rrweb-io/rrweb/commit/ebcbe8b0d746a0a4c07d3530387f920900f35215)]:
10+
11+
312
## 2.0.0-alpha.8
413

514
### 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.8",
3+
"version": "2.0.0-alpha.9",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.8",
7+
"@rrweb/types": "^2.0.0-alpha.9",
88
"@types/offscreencanvas": "^2019.6.4",
99
"eslint-config-google": "^0.14.0",
1010
"eslint-plugin-svelte3": "^4.0.0",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@tsconfig/svelte": "^1.0.0",
27-
"rrweb": "^2.0.0-alpha.8"
27+
"rrweb": "^2.0.0-alpha.9"
2828
},
2929
"scripts": {
3030
"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.9
4+
5+
### Patch Changes
6+
7+
- [#1183](https://github.com/rrweb-io/rrweb/pull/1183) [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe) Thanks [@mydea](https://github.com/mydea)! - fix: Ensure attributes are lowercased when checking
8+
39
## 2.0.0-alpha.8
410

511
### Minor Changes

0 commit comments

Comments
 (0)