Skip to content

Commit 1db7a99

Browse files
Version Packages (alpha) (#1554)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a78938 commit 1db7a99

File tree

39 files changed

+230
-59
lines changed

39 files changed

+230
-59
lines changed

.changeset/pre.json

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"calm-bulldogs-speak",
3333
"calm-oranges-sin",
3434
"chatty-cherries-train",
35+
"chilled-penguins-sin",
3536
"clean-plants-play",
3637
"clean-shrimps-lay",
3738
"cold-eyes-hunt",
@@ -90,11 +91,13 @@
9091
"lovely-pears-cross",
9192
"lovely-students-boil",
9293
"mean-tips-impress",
94+
"metal-mugs-mate",
9395
"mighty-ads-worry",
9496
"mighty-bulldogs-begin",
9597
"mighty-frogs-sparkle",
9698
"modern-doors-watch",
9799
"moody-dots-refuse",
100+
"moody-experts-build",
98101
"nasty-scissors-reply",
99102
"nervous-buses-pump",
100103
"nervous-kiwis-nail",
@@ -106,6 +109,7 @@
106109
"no-neg-lookbehind",
107110
"old-dryers-hide",
108111
"perfect-bulldogs-punch",
112+
"perfect-dolls-grab",
109113
"polite-olives-wave",
110114
"pretty-meals-flash",
111115
"pretty-plums-rescue",
@@ -127,6 +131,8 @@
127131
"silly-knives-chew",
128132
"silver-pots-sit",
129133
"silver-windows-float",
134+
"simplifify-hover-replacement",
135+
"single-style-capture",
130136
"six-llamas-brush",
131137
"sixty-impalas-laugh",
132138
"skip-mask-check-on-leaf-elements",
@@ -137,10 +143,12 @@
137143
"smart-geckos-cover",
138144
"smooth-papayas-boil",
139145
"smooth-poems-bake",
146+
"soft-worms-tan",
140147
"spotty-bees-destroy",
141148
"stupid-ghosts-help",
142149
"swift-dancers-rest",
143150
"swift-peas-film",
151+
"swift-pots-search",
144152
"thin-vans-applaud",
145153
"thirty-baboons-punch",
146154
"three-baboons-bow",

packages/all/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rrweb/all
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- [#1593](https://github.com/rrweb-io/rrweb/pull/1593) [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee) Thanks [@daibhin](https://github.com/daibhin)! - `NodeType` enum was moved from rrweb-snapshot to @rrweb/types
8+
The following types where moved from rrweb-snapshot to @rrweb/types: `documentNode`, `documentTypeNode`, `legacyAttributes`, `textNode`, `cdataNode`, `commentNode`, `elementNode`, `serializedNode`, `serializedNodeWithId`, `serializedElementNodeWithId`, `serializedTextNodeWithId`, `IMirror`, `INode`, `mediaAttributes`, `attributes` and `DataURLOptions`
9+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
10+
11+
- @rrweb/types@2.0.0-alpha.18
12+
- @rrweb/packer@2.0.0-alpha.18
13+
314
## 2.0.0-alpha.17
415

516
### Patch Changes

packages/all/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/all",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -56,9 +56,9 @@
5656
"typescript": "^5.4.5"
5757
},
5858
"dependencies": {
59-
"@rrweb/types": "^2.0.0-alpha.17",
60-
"@rrweb/packer": "^2.0.0-alpha.17",
61-
"rrweb": "^2.0.0-alpha.17"
59+
"@rrweb/types": "^2.0.0-alpha.18",
60+
"@rrweb/packer": "^2.0.0-alpha.18",
61+
"rrweb": "^2.0.0-alpha.18"
6262
},
6363
"browserslist": [
6464
"supports es6-class"

packages/packer/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/packer
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @rrweb/types@2.0.0-alpha.18
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/packer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/packer",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"fflate": "^0.4.4",
81-
"@rrweb/types": "^2.0.0-alpha.17"
81+
"@rrweb/types": "^2.0.0-alpha.18"
8282
},
8383
"browserslist": [
8484
"supports es6-class"

packages/plugins/rrweb-plugin-canvas-webrtc-record/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-record
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- [#1593](https://github.com/rrweb-io/rrweb/pull/1593) [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee) Thanks [@daibhin](https://github.com/daibhin)! - `NodeType` enum was moved from rrweb-snapshot to @rrweb/types
8+
The following types where moved from rrweb-snapshot to @rrweb/types: `documentNode`, `documentTypeNode`, `legacyAttributes`, `textNode`, `cdataNode`, `commentNode`, `elementNode`, `serializedNode`, `serializedNodeWithId`, `serializedElementNodeWithId`, `serializedTextNodeWithId`, `IMirror`, `INode`, `mediaAttributes`, `attributes` and `DataURLOptions`
9+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
10+
11+
312
## 2.0.0-alpha.17
413

514
### Patch Changes

packages/plugins/rrweb-plugin-canvas-webrtc-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.17",
46+
"rrweb": "^2.0.0-alpha.18",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.17"
52+
"rrweb": "^2.0.0-alpha.18"
5353
}
5454
}

packages/plugins/rrweb-plugin-canvas-webrtc-replay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-replay
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/plugins/rrweb-plugin-canvas-webrtc-replay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.17",
46+
"rrweb": "^2.0.0-alpha.18",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.17"
52+
"rrweb": "^2.0.0-alpha.18"
5353
}
5454
}

packages/plugins/rrweb-plugin-console-record/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-console-record
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/plugins/rrweb-plugin-console-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-record",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -45,14 +45,14 @@
4545
},
4646
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4747
"devDependencies": {
48-
"rrweb": "^2.0.0-alpha.17",
48+
"rrweb": "^2.0.0-alpha.18",
4949
"typescript": "^5.4.5",
5050
"vite": "^5.3.1",
5151
"vite-plugin-dts": "^3.9.1",
5252
"vitest": "^1.4.0",
5353
"puppeteer": "^20.9.0"
5454
},
5555
"peerDependencies": {
56-
"rrweb": "^2.0.0-alpha.17"
56+
"rrweb": "^2.0.0-alpha.18"
5757
}
5858
}

packages/plugins/rrweb-plugin-console-replay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-console-replay
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/plugins/rrweb-plugin-console-replay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-replay",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-replay.umd.cjs",
@@ -43,13 +43,13 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.17",
47-
"rrweb": "^2.0.0-alpha.17",
46+
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18",
47+
"rrweb": "^2.0.0-alpha.18",
4848
"typescript": "^5.4.5",
4949
"vite": "^5.3.1",
5050
"vite-plugin-dts": "^3.9.1"
5151
},
5252
"peerDependencies": {
53-
"rrweb": "^2.0.0-alpha.17"
53+
"rrweb": "^2.0.0-alpha.18"
5454
}
5555
}

packages/plugins/rrweb-plugin-sequential-id-record/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-sequential-id-record
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/plugins/rrweb-plugin-sequential-id-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-sequential-id-record",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.17",
46+
"rrweb": "^2.0.0-alpha.18",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.17"
52+
"rrweb": "^2.0.0-alpha.18"
5353
}
5454
}

packages/plugins/rrweb-plugin-sequential-id-replay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rrweb/rrweb-plugin-sequential-id-replay
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
310
## 2.0.0-alpha.17
411

512
### Patch Changes

packages/plugins/rrweb-plugin-sequential-id-replay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-sequential-id-replay",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
@@ -43,13 +43,13 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.17",
47-
"rrweb": "^2.0.0-alpha.17",
46+
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.18",
47+
"rrweb": "^2.0.0-alpha.18",
4848
"typescript": "^5.4.5",
4949
"vite": "^5.3.1",
5050
"vite-plugin-dts": "^3.9.1"
5151
},
5252
"peerDependencies": {
53-
"rrweb": "^2.0.0-alpha.17"
53+
"rrweb": "^2.0.0-alpha.18"
5454
}
5555
}

packages/record/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @rrweb/record
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- [#1597](https://github.com/rrweb-io/rrweb/pull/1597) [`bd9eb70`](https://github.com/rrweb-io/rrweb/commit/bd9eb70629aeb5970f6188025f184ff4b0d5dcd4) Thanks [@pauldambra](https://github.com/pauldambra)! - Correctly detect when angular has wrapped mutation observer
8+
9+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
10+
11+
- @rrweb/types@2.0.0-alpha.18
12+
313
## 2.0.0-alpha.17
414

515
### Patch Changes

packages/record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/record",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -55,8 +55,8 @@
5555
"typescript": "^5.4.5"
5656
},
5757
"dependencies": {
58-
"@rrweb/types": "^2.0.0-alpha.17",
59-
"rrweb": "^2.0.0-alpha.17"
58+
"@rrweb/types": "^2.0.0-alpha.18",
59+
"rrweb": "^2.0.0-alpha.18"
6060
},
6161
"browserslist": [
6262
"supports es6-class"

packages/replay/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rrweb/replay
22

3+
## 2.0.0-alpha.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753), [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee), [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab)]:
8+
9+
- @rrweb/types@2.0.0-alpha.18
10+
311
## 2.0.0-alpha.17
412

513
### Patch Changes

0 commit comments

Comments
 (0)