Skip to content

Commit 83450f4

Browse files
Version Packages (alpha)
1 parent 4948c30 commit 83450f4

File tree

15 files changed

+111
-21
lines changed

15 files changed

+111
-21
lines changed

.changeset/pre.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,26 @@
1111
"@rrweb/web-extension": "2.0.0-alpha.4"
1212
},
1313
"changesets": [
14+
"calm-bulldogs-speak",
15+
"chatty-cherries-train",
16+
"eight-terms-hunt",
1417
"five-peas-lay",
18+
"grumpy-ways-own",
19+
"large-ants-prove",
1520
"loud-seals-raise",
1621
"lovely-pears-cross",
1722
"mighty-frogs-sparkle",
1823
"nervous-poets-grin",
24+
"old-dryers-hide",
25+
"real-masks-explode",
1926
"real-trains-switch",
2027
"serious-ants-juggle",
28+
"stupid-ghosts-help",
29+
"swift-peas-film",
2130
"tidy-yaks-joke",
22-
"twenty-lies-switch"
31+
"twenty-lies-switch",
32+
"twenty-planets-repeat",
33+
"violet-melons-itch",
34+
"young-timers-grow"
2335
]
2436
}

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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c28ef5f`](https://github.com/rrweb-io/rrweb/commit/c28ef5f658abb93086504581409cf7a376db48dc), [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347), [`eac9b18`](https://github.com/rrweb-io/rrweb/commit/eac9b18bbfa3c350797b99b583dd93a5fc32b828), [`f27e545`](https://github.com/rrweb-io/rrweb/commit/f27e545e1871ed2c1753d37543f556e8ddc406b4), [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd)]:
8+
9+
10+
311
## 2.0.0-alpha.5
412

513
### Major 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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
53-
"rrweb-snapshot": "^2.0.0-alpha.5"
52+
"rrdom": "^2.0.0-alpha.6",
53+
"rrweb-snapshot": "^2.0.0-alpha.6"
5454
},
5555
"browserslist": [
5656
"supports es6-class"

packages/rrdom/CHANGELOG.md

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

3+
## 2.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- [#1139](https://github.com/rrweb-io/rrweb/pull/1139) [`f27e545`](https://github.com/rrweb-io/rrweb/commit/f27e545e1871ed2c1753d37543f556e8ddc406b4) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: If RRNode appends a single child twice, children of the node will become an infinite link list.
8+
9+
- Updated dependencies [[`c28ef5f`](https://github.com/rrweb-io/rrweb/commit/c28ef5f658abb93086504581409cf7a376db48dc), [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347), [`eac9b18`](https://github.com/rrweb-io/rrweb/commit/eac9b18bbfa3c350797b99b583dd93a5fc32b828), [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd)]:
10+
11+
312
## 2.0.0-alpha.5
413

514
### Major 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.5",
3+
"version": "2.0.0-alpha.6",
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.5",
35+
"@rrweb/types": "^2.0.0-alpha.6",
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.5"
51+
"rrweb-snapshot": "^2.0.0-alpha.6"
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e65465e`](https://github.com/rrweb-io/rrweb/commit/e65465e808178a80a4ba84970f02162ba812955e), [`f27e545`](https://github.com/rrweb-io/rrweb/commit/f27e545e1871ed2c1753d37543f556e8ddc406b4), [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347), [`3416c3a`](https://github.com/rrweb-io/rrweb/commit/3416c3a769e2bd2ddfbb88f5c4ff139871c567be), [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd), [`aaabdbd`](https://github.com/rrweb-io/rrweb/commit/aaabdbdff5df2abd1a294c40ed89e74bf8b2ec7c), [`5e6c132`](https://github.com/rrweb-io/rrweb/commit/5e6c132a4d0e5f5524b2201d6a73dae62b4a0877)]:
8+
9+
310
## 2.0.0-alpha.5
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.5",
3+
"version": "2.0.0-alpha.6",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.5",
7+
"@rrweb/types": "^2.0.0-alpha.6",
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.5"
28+
"rrweb": "^2.0.0-alpha.6"
2929
},
3030
"scripts": {
3131
"build": "rollup -c",

packages/rrweb-snapshot/CHANGELOG.md

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

3+
## 2.0.0-alpha.6
4+
5+
### Minor Changes
6+
7+
- [#1152](https://github.com/rrweb-io/rrweb/pull/1152) [`eac9b18`](https://github.com/rrweb-io/rrweb/commit/eac9b18bbfa3c350797b99b583dd93a5fc32b828) Thanks [@mydea](https://github.com/mydea)! - feat: Ignore `autoplay` attribute on video/audio elements
8+
9+
### Patch Changes
10+
11+
- [#1133](https://github.com/rrweb-io/rrweb/pull/1133) [`c28ef5f`](https://github.com/rrweb-io/rrweb/commit/c28ef5f658abb93086504581409cf7a376db48dc) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Fix: CSS transitions are incorrectly being applied upon rebuild in Firefox. Presumably FF doesn't finished parsing the styles in time, and applies e.g. a default margin:0 to elements which have a non-zero margin set in CSS, along with a transition on them.
12+
13+
Related bug report to Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1816672​
14+
15+
- [#1130](https://github.com/rrweb-io/rrweb/pull/1130) [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347) Thanks [@Equlnox](https://github.com/Equlnox)! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets.
16+
17+
- [#1157](https://github.com/rrweb-io/rrweb/pull/1157) [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd) Thanks [@mydea](https://github.com/mydea)! - fix: Explicitly handle `null` attribute values
18+
319
## 2.0.0-alpha.5
420

521
### Patch 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.5",
3+
"version": "2.0.0-alpha.6",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# rrweb
22

3+
## 2.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- [#1156](https://github.com/rrweb-io/rrweb/pull/1156) [`e65465e`](https://github.com/rrweb-io/rrweb/commit/e65465e808178a80a4ba84970f02162ba812955e) Thanks [@Code-Crash](https://github.com/Code-Crash)! - Fix the statement which is getting changed by Microbundle
8+
9+
- [#1139](https://github.com/rrweb-io/rrweb/pull/1139) [`f27e545`](https://github.com/rrweb-io/rrweb/commit/f27e545e1871ed2c1753d37543f556e8ddc406b4) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: Switch from virtual dom to real dom before rebuilding fullsnapshot
10+
11+
- [#1130](https://github.com/rrweb-io/rrweb/pull/1130) [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347) Thanks [@Equlnox](https://github.com/Equlnox)! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets.
12+
13+
- [#1141](https://github.com/rrweb-io/rrweb/pull/1141) [`3416c3a`](https://github.com/rrweb-io/rrweb/commit/3416c3a769e2bd2ddfbb88f5c4ff139871c567be) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: isCheckout is missed in all fullsnapshot events
14+
15+
- [#1157](https://github.com/rrweb-io/rrweb/pull/1157) [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd) Thanks [@mydea](https://github.com/mydea)! - fix: Explicitly handle `null` attribute values
16+
17+
- [#1136](https://github.com/rrweb-io/rrweb/pull/1136) [`aaabdbd`](https://github.com/rrweb-io/rrweb/commit/aaabdbdff5df2abd1a294c40ed89e74bf8b2ec7c) Thanks [@benjackwhite](https://github.com/benjackwhite)! - fix: Recursive logging bug with console recording
18+
19+
- [#1159](https://github.com/rrweb-io/rrweb/pull/1159) [`5e6c132`](https://github.com/rrweb-io/rrweb/commit/5e6c132a4d0e5f5524b2201d6a73dae62b4a0877) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - For users of userTriggeredOnInput setting: also set userTriggered to false on Input attribute modifications; this was previously empty this variant of IncrementalSource.Input
20+
21+
- Updated dependencies [[`c28ef5f`](https://github.com/rrweb-io/rrweb/commit/c28ef5f658abb93086504581409cf7a376db48dc), [`f6f07e9`](https://github.com/rrweb-io/rrweb/commit/f6f07e953376634a4caf28ff8cbfed5a017c4347), [`eac9b18`](https://github.com/rrweb-io/rrweb/commit/eac9b18bbfa3c350797b99b583dd93a5fc32b828), [`f27e545`](https://github.com/rrweb-io/rrweb/commit/f27e545e1871ed2c1753d37543f556e8ddc406b4), [`8e47ca1`](https://github.com/rrweb-io/rrweb/commit/8e47ca1021ebb4fc036b37623ef10abf7976d6dd)]:
22+
23+
24+
- @rrweb/types@2.0.0-alpha.6
25+
326
## 2.0.0-alpha.5
427

528
### Patch Changes

0 commit comments

Comments
 (0)