Version Packages (alpha) (#1554)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 8d634cba97
commit f993bb5c88
39 changed files with 230 additions and 59 deletions

View File

@@ -32,6 +32,7 @@
"calm-bulldogs-speak", "calm-bulldogs-speak",
"calm-oranges-sin", "calm-oranges-sin",
"chatty-cherries-train", "chatty-cherries-train",
"chilled-penguins-sin",
"clean-plants-play", "clean-plants-play",
"clean-shrimps-lay", "clean-shrimps-lay",
"cold-eyes-hunt", "cold-eyes-hunt",
@@ -90,11 +91,13 @@
"lovely-pears-cross", "lovely-pears-cross",
"lovely-students-boil", "lovely-students-boil",
"mean-tips-impress", "mean-tips-impress",
"metal-mugs-mate",
"mighty-ads-worry", "mighty-ads-worry",
"mighty-bulldogs-begin", "mighty-bulldogs-begin",
"mighty-frogs-sparkle", "mighty-frogs-sparkle",
"modern-doors-watch", "modern-doors-watch",
"moody-dots-refuse", "moody-dots-refuse",
"moody-experts-build",
"nasty-scissors-reply", "nasty-scissors-reply",
"nervous-buses-pump", "nervous-buses-pump",
"nervous-kiwis-nail", "nervous-kiwis-nail",
@@ -106,6 +109,7 @@
"no-neg-lookbehind", "no-neg-lookbehind",
"old-dryers-hide", "old-dryers-hide",
"perfect-bulldogs-punch", "perfect-bulldogs-punch",
"perfect-dolls-grab",
"polite-olives-wave", "polite-olives-wave",
"pretty-meals-flash", "pretty-meals-flash",
"pretty-plums-rescue", "pretty-plums-rescue",
@@ -127,6 +131,8 @@
"silly-knives-chew", "silly-knives-chew",
"silver-pots-sit", "silver-pots-sit",
"silver-windows-float", "silver-windows-float",
"simplifify-hover-replacement",
"single-style-capture",
"six-llamas-brush", "six-llamas-brush",
"sixty-impalas-laugh", "sixty-impalas-laugh",
"skip-mask-check-on-leaf-elements", "skip-mask-check-on-leaf-elements",
@@ -137,10 +143,12 @@
"smart-geckos-cover", "smart-geckos-cover",
"smooth-papayas-boil", "smooth-papayas-boil",
"smooth-poems-bake", "smooth-poems-bake",
"soft-worms-tan",
"spotty-bees-destroy", "spotty-bees-destroy",
"stupid-ghosts-help", "stupid-ghosts-help",
"swift-dancers-rest", "swift-dancers-rest",
"swift-peas-film", "swift-peas-film",
"swift-pots-search",
"thin-vans-applaud", "thin-vans-applaud",
"thirty-baboons-punch", "thirty-baboons-punch",
"three-baboons-bow", "three-baboons-bow",

View File

@@ -1,5 +1,16 @@
# @rrweb/all # @rrweb/all
## 2.0.0-alpha.18
### Patch Changes
- [#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
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`
- 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)]:
- rrweb@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
- @rrweb/packer@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/all", "name": "@rrweb/all",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -56,9 +56,9 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@rrweb/packer": "^2.0.0-alpha.17", "@rrweb/packer": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,12 @@
# @rrweb/packer # @rrweb/packer
## 2.0.0-alpha.18
### Patch Changes
- Updated dependencies []:
- @rrweb/types@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/packer", "name": "@rrweb/packer",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -78,7 +78,7 @@
}, },
"dependencies": { "dependencies": {
"fflate": "^0.4.4", "fflate": "^0.4.4",
"@rrweb/types": "^2.0.0-alpha.17" "@rrweb/types": "^2.0.0-alpha.18"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,14 @@
# @rrweb/rrweb-plugin-canvas-webrtc-record # @rrweb/rrweb-plugin-canvas-webrtc-record
## 2.0.0-alpha.18
### Patch Changes
- [#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
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`
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record", "name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs", "main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-replay # @rrweb/rrweb-plugin-canvas-webrtc-replay
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay", "name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs", "main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-record # @rrweb/rrweb-plugin-console-record
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-console-record", "name": "@rrweb/rrweb-plugin-console-record",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-console-record.umd.cjs", "main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -45,7 +45,7 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1", "vite-plugin-dts": "^3.9.1",
@@ -53,6 +53,6 @@
"puppeteer": "^20.9.0" "puppeteer": "^20.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-replay # @rrweb/rrweb-plugin-console-replay
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-console-replay", "name": "@rrweb/rrweb-plugin-console-replay",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-console-replay.umd.cjs", "main": "./dist/rrweb-plugin-console-replay.umd.cjs",
@@ -43,13 +43,13 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.17", "@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-record # @rrweb/rrweb-plugin-sequential-id-record
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-sequential-id-record", "name": "@rrweb/rrweb-plugin-sequential-id-record",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs", "main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-replay # @rrweb/rrweb-plugin-sequential-id-replay
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-sequential-id-replay", "name": "@rrweb/rrweb-plugin-sequential-id-replay",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs", "main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
@@ -43,13 +43,13 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.17", "@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,15 @@
# @rrweb/record # @rrweb/record
## 2.0.0-alpha.18
### Patch Changes
- [#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
- 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)]:
- rrweb@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/record", "name": "@rrweb/record",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -55,8 +55,8 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,13 @@
# @rrweb/replay # @rrweb/replay
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/replay", "name": "@rrweb/replay",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -56,8 +56,8 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"rrweb": "^2.0.0-alpha.17" "rrweb": "^2.0.0-alpha.18"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,15 @@
# rrdom-nodejs # rrdom-nodejs
## 2.0.0-alpha.18
### Patch Changes
- [#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
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`
- Updated dependencies [[`8e55c45`](https://github.com/rrweb-io/rrweb/commit/8e55c455ff2987a3b5f367f23f48c1f2de74ce45), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee)]:
- rrdom@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrdom-nodejs", "name": "rrdom-nodejs",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",
"build": "yarn turbo run prepublish", "build": "yarn turbo run prepublish",
@@ -55,7 +55,7 @@
"cssom": "^0.5.0", "cssom": "^0.5.0",
"cssstyle": "^2.3.0", "cssstyle": "^2.3.0",
"nwsapi": "2.2.0", "nwsapi": "2.2.0",
"rrdom": "^2.0.0-alpha.17", "rrdom": "^2.0.0-alpha.18",
"@rrweb/types": "^2.0.0-alpha.17" "@rrweb/types": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,16 @@
# rrdom # rrdom
## 2.0.0-alpha.18
### Patch Changes
- [#1561](https://github.com/rrweb-io/rrweb/pull/1561) [`8e55c45`](https://github.com/rrweb-io/rrweb/commit/8e55c455ff2987a3b5f367f23f48c1f2de74ce45) Thanks [@billyvg](https://github.com/billyvg)! - Ignore invalid DOM attributes when diffing
- [#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
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`
- Updated dependencies [[`02cc62d`](https://github.com/rrweb-io/rrweb/commit/02cc62dd44b52f579a332b55c49896a5cb7cc694), [`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)]:
- rrweb-snapshot@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrdom", "name": "rrdom",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme", "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -41,7 +41,7 @@
"url": "https://github.com/rrweb-io/rrweb/issues" "url": "https://github.com/rrweb-io/rrweb/issues"
}, },
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@types/puppeteer": "^5.4.4", "@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0", "@typescript-eslint/parser": "^5.23.0",
@@ -52,6 +52,6 @@
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"dependencies": { "dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.17" "rrweb-snapshot": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,12 @@
# rrvideo # rrvideo
## 2.0.0-alpha.18
### Patch Changes
- Updated dependencies []:
- rrweb-player@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrvideo", "name": "rrvideo",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "transform rrweb session into video", "description": "transform rrweb session into video",
"main": "build/index.js", "main": "build/index.js",
"bin": { "bin": {
@@ -27,13 +27,13 @@
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"jest": "^27.5.1", "jest": "^27.5.1",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"@rrweb/types": "^2.0.0-alpha.17" "@rrweb/types": "^2.0.0-alpha.18"
}, },
"dependencies": { "dependencies": {
"@open-tech-world/cli-progress-bar": "^2.0.2", "@open-tech-world/cli-progress-bar": "^2.0.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"playwright": "^1.32.1", "playwright": "^1.32.1",
"rrweb-player": "^2.0.0-alpha.17" "rrweb-player": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,13 @@
# rrweb-player # rrweb-player
## 2.0.0-alpha.18
### Patch Changes
- Updated dependencies []:
- @rrweb/replay@2.0.0-alpha.18
- @rrweb/packer@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,8 +1,8 @@
{ {
"name": "rrweb-player", "name": "rrweb-player",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0", "@sveltejs/package": "^2.0.0",
@@ -20,8 +20,8 @@
}, },
"dependencies": { "dependencies": {
"@tsconfig/svelte": "^1.0.0", "@tsconfig/svelte": "^1.0.0",
"@rrweb/replay": "^2.0.0-alpha.17", "@rrweb/replay": "^2.0.0-alpha.18",
"@rrweb/packer": "^2.0.0-alpha.17" "@rrweb/packer": "^2.0.0-alpha.18"
}, },
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",

View File

@@ -1,5 +1,20 @@
# rrweb-snapshot # rrweb-snapshot
## 2.0.0-alpha.18
### Major Changes
- [#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
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`
### Patch Changes
- [#1331](https://github.com/rrweb-io/rrweb/pull/1331) [`02cc62d`](https://github.com/rrweb-io/rrweb/commit/02cc62dd44b52f579a332b55c49896a5cb7cc694) Thanks [@billyvg](https://github.com/billyvg)! - fix dimensions for blocked element not being applied
- [#1535](https://github.com/rrweb-io/rrweb/pull/1535) [`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Slight simplification to how we replace :hover after #1458
- [#1437](https://github.com/rrweb-io/rrweb/pull/1437) [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Edge case: Provide support for mutations on a <style> element which (unusually) has multiple text nodes
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb-snapshot", "name": "rrweb-snapshot",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": { "scripts": {
"prepare": "npm run prepack", "prepare": "npm run prepack",
@@ -54,8 +54,8 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme", "homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@rrweb/utils": "^2.0.0-alpha.17", "@rrweb/utils": "^2.0.0-alpha.18",
"@types/jsdom": "^20.0.0", "@types/jsdom": "^20.0.0",
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"@types/puppeteer": "^5.4.4", "@types/puppeteer": "^5.4.4",

View File

@@ -1,5 +1,25 @@
# rrweb # rrweb
## 2.0.0-alpha.18
### Minor Changes
- [#1543](https://github.com/rrweb-io/rrweb/pull/1543) [`53b83bb`](https://github.com/rrweb-io/rrweb/commit/53b83bb037f9cb30c93179548f436ed776f143ab) Thanks [@JonasBa](https://github.com/JonasBa)! - Optimize isParentRemoved check
### Patch Changes
- [#1535](https://github.com/rrweb-io/rrweb/pull/1535) [`04ee6ed`](https://github.com/rrweb-io/rrweb/commit/04ee6eda57157f0e04f18f907d8f3e59ababc753) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Slight simplification to how we replace :hover after #1458
- [#1437](https://github.com/rrweb-io/rrweb/pull/1437) [`5fbb904`](https://github.com/rrweb-io/rrweb/commit/5fbb904edb653f3da17e6775ee438d81ef0bba83) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Edge case: Provide support for mutations on a <style> element which (unusually) has multiple text nodes
- [#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
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`
- Updated dependencies [[`8e55c45`](https://github.com/rrweb-io/rrweb/commit/8e55c455ff2987a3b5f367f23f48c1f2de74ce45), [`02cc62d`](https://github.com/rrweb-io/rrweb/commit/02cc62dd44b52f579a332b55c49896a5cb7cc694), [`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)]:
- rrdom@2.0.0-alpha.18
- rrweb-snapshot@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
- @rrweb/utils@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb", "name": "rrweb",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "record and replay the web", "description": "record and replay the web",
"scripts": { "scripts": {
"prepare": "npm run prepack", "prepare": "npm run prepack",
@@ -80,13 +80,13 @@
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@rrweb/utils": "^2.0.0-alpha.17", "@rrweb/utils": "^2.0.0-alpha.18",
"@types/css-font-loading-module": "0.0.7", "@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0", "@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1", "base64-arraybuffer": "^1.0.1",
"mitt": "^3.0.0", "mitt": "^3.0.0",
"rrdom": "^2.0.0-alpha.17", "rrdom": "^2.0.0-alpha.18",
"rrweb-snapshot": "^2.0.0-alpha.17" "rrweb-snapshot": "^2.0.0-alpha.18"
} }
} }

View File

@@ -1,5 +1,7 @@
# @rrweb/types # @rrweb/types
## 2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/types", "name": "@rrweb/types",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -1,5 +1,7 @@
# @rrweb/utils # @rrweb/utils
## 2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/utils", "name": "@rrweb/utils",
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension # @rrweb/web-extension
## 2.0.0-alpha.18
### Patch Changes
- 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)]:
- rrweb@2.0.0-alpha.18
- rrweb-player@2.0.0-alpha.18
## 2.0.0-alpha.17 ## 2.0.0-alpha.17
### Minor Changes ### Minor Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@rrweb/web-extension", "name": "@rrweb/web-extension",
"private": true, "private": true,
"version": "2.0.0-alpha.17", "version": "2.0.0-alpha.18",
"description": "The web extension of rrweb which helps to run rrweb on any website out of box", "description": "The web extension of rrweb which helps to run rrweb on any website out of box",
"author": "rrweb-io", "author": "rrweb-io",
"license": "MIT", "license": "MIT",
@@ -18,7 +18,7 @@
"prepublish": "yarn build" "prepublish": "yarn build"
}, },
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.17", "@rrweb/types": "^2.0.0-alpha.18",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/webextension-polyfill": "^0.9.1", "@types/webextension-polyfill": "^0.9.1",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
@@ -41,7 +41,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-icons": "^4.4.0", "react-icons": "^4.4.0",
"react-router-dom": "^6.4.1", "react-router-dom": "^6.4.1",
"rrweb": "^2.0.0-alpha.17", "rrweb": "^2.0.0-alpha.18",
"rrweb-player": "^2.0.0-alpha.17" "rrweb-player": "^2.0.0-alpha.18"
} }
} }