Skip to content

Commit fcb6539

Browse files
Version Packages (alpha)
1 parent cbbd1e5 commit fcb6539

File tree

17 files changed

+106
-23
lines changed

17 files changed

+106
-23
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,20 @@
2727
"cool-grapes-hug",
2828
"cuddly-readers-warn",
2929
"curvy-apples-lay",
30+
"curvy-balloons-brake",
3031
"date-now-guard",
3132
"dirty-rules-dress",
3233
"eight-terms-hunt",
3334
"empty-bikes-cheer",
35+
"event-single-wrap",
3436
"fair-dragons-greet",
3537
"fast-chefs-smell",
38+
"fast-pets-exist",
3639
"few-rockets-travel",
3740
"few-turkeys-reflect",
3841
"five-peas-lay",
3942
"fluffy-planes-retire",
43+
"format-head-prettier",
4044
"forty-elephants-attack",
4145
"fresh-cars-impress",
4246
"fresh-spoons-drive",
@@ -45,6 +49,7 @@
4549
"gold-terms-look",
4650
"grumpy-ways-own",
4751
"hip-worms-relax",
52+
"hungry-dodos-taste",
4853
"itchy-dryers-double",
4954
"khaki-dots-bathe",
5055
"large-ants-prove",
@@ -61,8 +66,10 @@
6166
"mighty-ads-worry",
6267
"mighty-bulldogs-begin",
6368
"mighty-frogs-sparkle",
69+
"modern-doors-watch",
6470
"moody-dots-refuse",
6571
"nervous-buses-pump",
72+
"nervous-kiwis-nail",
6673
"nervous-mirrors-perform",
6774
"nervous-poets-grin",
6875
"nervous-tables-travel",

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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`5e7943d`](https://github.com/rrweb-io/rrweb/commit/5e7943dbae6e2cde76c484bdd26bc0b96f1b6dce), [`c0f83af`](https://github.com/rrweb-io/rrweb/commit/c0f83afab8f1565633de0e986b7e96fa56f2d25c), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
8+
- rrweb-snapshot@2.0.0-alpha.14
9+
- rrdom@2.0.0-alpha.14
10+
311
## 2.0.0-alpha.13
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.13",
3+
"version": "2.0.0-alpha.14",
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.13",
52-
"rrweb-snapshot": "^2.0.0-alpha.13"
51+
"rrdom": "^2.0.0-alpha.14",
52+
"rrweb-snapshot": "^2.0.0-alpha.14"
5353
},
5454
"browserslist": [
5555
"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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`5e7943d`](https://github.com/rrweb-io/rrweb/commit/5e7943dbae6e2cde76c484bdd26bc0b96f1b6dce), [`c0f83af`](https://github.com/rrweb-io/rrweb/commit/c0f83afab8f1565633de0e986b7e96fa56f2d25c), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
8+
- rrweb-snapshot@2.0.0-alpha.14
9+
310
## 2.0.0-alpha.13
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.13",
3+
"version": "2.0.0-alpha.14",
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.13",
35+
"@rrweb/types": "^2.0.0-alpha.14",
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.13"
50+
"rrweb-snapshot": "^2.0.0-alpha.14"
5151
}
5252
}

packages/rrvideo/CHANGELOG.md

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

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- rrweb-player@2.0.0-alpha.14
9+
310
## 2.0.0-alpha.13
411

512
### 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.13",
3+
"version": "2.0.0-alpha.14",
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.13"
29+
"@rrweb/types": "^2.0.0-alpha.14"
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.13"
36+
"rrweb-player": "^2.0.0-alpha.14"
3737
}
3838
}

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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae6908d`](https://github.com/rrweb-io/rrweb/commit/ae6908dcdcd7c732c1ce79eea19de5240bec1151), [`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
8+
- rrweb@2.0.0-alpha.14
9+
310
## 2.0.0-alpha.13
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.13",
3+
"version": "2.0.0-alpha.14",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.13",
7+
"@rrweb/types": "^2.0.0-alpha.14",
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.13"
27+
"rrweb": "^2.0.0-alpha.14"
2828
},
2929
"scripts": {
3030
"build": "rollup -c",

packages/rrweb-snapshot/CHANGELOG.md

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

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- [#1476](https://github.com/rrweb-io/rrweb/pull/1476) [`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Fixup for multiple background-clip replacement
8+
9+
- [#1387](https://github.com/rrweb-io/rrweb/pull/1387) [`5e7943d`](https://github.com/rrweb-io/rrweb/commit/5e7943dbae6e2cde76c484bdd26bc0b96f1b6dce) Thanks [@H4ad](https://github.com/H4ad)! - Avoid recreating the same element every time, instead, we cache and we just update the element.
10+
11+
Before: 779k ops/s
12+
After: 860k ops/s
13+
14+
Benchmark: https://jsbench.me/ktlqztuf95/1
15+
16+
- [#1440](https://github.com/rrweb-io/rrweb/pull/1440) [`c0f83af`](https://github.com/rrweb-io/rrweb/commit/c0f83afab8f1565633de0e986b7e96fa56f2d25c) Thanks [@daibhin](https://github.com/daibhin)! - better nested css selector splitting when commas or brackets happen to be in quoted text
17+
18+
- [#1467](https://github.com/rrweb-io/rrweb/pull/1467) [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Bugfix after #1434 perf improvements: fix that blob urls persist on the shared anchor element and can't be later modified
19+
320
## 2.0.0-alpha.13
421

522
### 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.13",
3+
"version": "2.0.0-alpha.14",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# rrweb
22

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- [#1441](https://github.com/rrweb-io/rrweb/pull/1441) [`ae6908d`](https://github.com/rrweb-io/rrweb/commit/ae6908dcdcd7c732c1ce79eea19de5240bec1151) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - perf: Avoid an extra function call and object clone during event emission
8+
9+
- [#1476](https://github.com/rrweb-io/rrweb/pull/1476) [`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Fixup for multiple background-clip replacement
10+
11+
- [#1467](https://github.com/rrweb-io/rrweb/pull/1467) [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Bugfix after #1434 perf improvements: fix that blob urls persist on the shared anchor element and can't be later modified
12+
13+
- Updated dependencies [[`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`5e7943d`](https://github.com/rrweb-io/rrweb/commit/5e7943dbae6e2cde76c484bdd26bc0b96f1b6dce), [`c0f83af`](https://github.com/rrweb-io/rrweb/commit/c0f83afab8f1565633de0e986b7e96fa56f2d25c), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
14+
- rrweb-snapshot@2.0.0-alpha.14
15+
- rrdom@2.0.0-alpha.14
16+
- @rrweb/types@2.0.0-alpha.14
17+
318
## 2.0.0-alpha.13
419

520
### Minor Changes

packages/rrweb/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrweb",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "record and replay the web",
55
"scripts": {
66
"prepare": "npm run prepack",
@@ -82,13 +82,13 @@
8282
"tslib": "^2.3.1"
8383
},
8484
"dependencies": {
85-
"@rrweb/types": "^2.0.0-alpha.13",
85+
"@rrweb/types": "^2.0.0-alpha.14",
8686
"@types/css-font-loading-module": "0.0.7",
8787
"@xstate/fsm": "^1.4.0",
8888
"base64-arraybuffer": "^1.0.1",
8989
"fflate": "^0.4.4",
9090
"mitt": "^3.0.0",
91-
"rrdom": "^2.0.0-alpha.13",
92-
"rrweb-snapshot": "^2.0.0-alpha.13"
91+
"rrdom": "^2.0.0-alpha.14",
92+
"rrweb-snapshot": "^2.0.0-alpha.14"
9393
}
9494
}

packages/types/CHANGELOG.md

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

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`5e7943d`](https://github.com/rrweb-io/rrweb/commit/5e7943dbae6e2cde76c484bdd26bc0b96f1b6dce), [`c0f83af`](https://github.com/rrweb-io/rrweb/commit/c0f83afab8f1565633de0e986b7e96fa56f2d25c), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
8+
- rrweb-snapshot@2.0.0-alpha.14
9+
310
## 2.0.0-alpha.13
411

512
### Patch Changes

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/types",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -44,7 +44,7 @@
4444
"vite-plugin-dts": "^1.7.3"
4545
},
4646
"dependencies": {
47-
"rrweb-snapshot": "^2.0.0-alpha.13"
47+
"rrweb-snapshot": "^2.0.0-alpha.14"
4848
},
4949
"browserslist": [
5050
"supports es6-class"

packages/web-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rrweb/web-extension
22

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae6908d`](https://github.com/rrweb-io/rrweb/commit/ae6908dcdcd7c732c1ce79eea19de5240bec1151), [`cbbd1e5`](https://github.com/rrweb-io/rrweb/commit/cbbd1e55f1f7fa2eed9fa11e4152b509bdfd88f7), [`e96f668`](https://github.com/rrweb-io/rrweb/commit/e96f668c86bd0ab5dc190bb2957a170271bb2ebc)]:
8+
- rrweb@2.0.0-alpha.14
9+
- rrweb-player@2.0.0-alpha.14
10+
311
## 2.0.0-alpha.13
412

513
### Patch Changes

packages/web-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rrweb/web-extension",
33
"private": true,
4-
"version": "2.0.0-alpha.13",
4+
"version": "2.0.0-alpha.14",
55
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
66
"author": "rrweb-io",
77
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"prepublish": "npm run pack:chrome && npm run pack:firefox"
1717
},
1818
"devDependencies": {
19-
"@rrweb/types": "^2.0.0-alpha.13",
19+
"@rrweb/types": "^2.0.0-alpha.14",
2020
"@types/react-dom": "^18.0.6",
2121
"@types/webextension-polyfill": "^0.9.1",
2222
"@vitejs/plugin-react": "^2.1.0",
@@ -40,7 +40,7 @@
4040
"react-dom": "^18.2.0",
4141
"react-icons": "^4.4.0",
4242
"react-router-dom": "^6.4.1",
43-
"rrweb": "^2.0.0-alpha.13",
44-
"rrweb-player": "^2.0.0-alpha.13"
43+
"rrweb": "^2.0.0-alpha.14",
44+
"rrweb-player": "^2.0.0-alpha.14"
4545
}
4646
}

0 commit comments

Comments
 (0)