Skip to content

Commit 66d0eb9

Browse files
Version Packages (alpha)
1 parent 03b5216 commit 66d0eb9

File tree

17 files changed

+111
-23
lines changed

17 files changed

+111
-23
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,21 @@
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",
34+
"eleven-bobcats-peel",
3335
"empty-bikes-cheer",
36+
"event-single-wrap",
3437
"fair-dragons-greet",
3538
"fast-chefs-smell",
39+
"fast-pets-exist",
3640
"few-rockets-travel",
3741
"few-turkeys-reflect",
3842
"five-peas-lay",
3943
"fluffy-planes-retire",
44+
"format-head-prettier",
4045
"forty-elephants-attack",
4146
"fresh-cars-impress",
4247
"fresh-spoons-drive",
@@ -45,6 +50,7 @@
4550
"gold-terms-look",
4651
"grumpy-ways-own",
4752
"hip-worms-relax",
53+
"hungry-dodos-taste",
4854
"itchy-dryers-double",
4955
"khaki-dots-bathe",
5056
"large-ants-prove",
@@ -61,8 +67,10 @@
6167
"mighty-ads-worry",
6268
"mighty-bulldogs-begin",
6369
"mighty-frogs-sparkle",
70+
"modern-doors-watch",
6471
"moody-dots-refuse",
6572
"nervous-buses-pump",
73+
"nervous-kiwis-nail",
6674
"nervous-mirrors-perform",
6775
"nervous-poets-grin",
6876
"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 [[`03b5216`](https://github.com/rrweb-io/rrweb/commit/03b5216a9403f1509b4f69d1d71ef9874277fe91), [`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+
9+
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 [[`03b5216`](https://github.com/rrweb-io/rrweb/commit/03b5216a9403f1509b4f69d1d71ef9874277fe91), [`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+
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+
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 [[`03b5216`](https://github.com/rrweb-io/rrweb/commit/03b5216a9403f1509b4f69d1d71ef9874277fe91), [`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+
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# rrweb-snapshot
22

3+
## 2.0.0-alpha.14
4+
5+
### Patch Changes
6+
7+
- [#1464](https://github.com/rrweb-io/rrweb/pull/1464) [`03b5216`](https://github.com/rrweb-io/rrweb/commit/03b5216a9403f1509b4f69d1d71ef9874277fe91) Thanks [@colingm](https://github.com/colingm)! - better support for coexistence with older libraries (e.g. MooTools & Prototype.js) which modify the in-built `Array.from` function
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+
- [#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.
12+
13+
Before: 779k ops/s
14+
After: 860k ops/s
15+
16+
Benchmark: https://jsbench.me/ktlqztuf95/1
17+
18+
- [#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
19+
20+
- [#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
21+
322
## 2.0.0-alpha.13
423

524
### Minor Changes

0 commit comments

Comments
 (0)