Version Packages (alpha) (#1526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4c1440389
commit
f8b3f4f8a2
@@ -19,7 +19,8 @@
|
||||
"@rrweb/rrweb-plugin-sequential-id-record": "2.0.0-alpha.14",
|
||||
"@rrweb/rrweb-plugin-sequential-id-replay": "2.0.0-alpha.14",
|
||||
"@rrweb/record": "2.0.0-alpha.14",
|
||||
"@rrweb/replay": "2.0.0-alpha.14"
|
||||
"@rrweb/replay": "2.0.0-alpha.14",
|
||||
"@rrweb/utils": "2.0.0-alpha.16"
|
||||
},
|
||||
"changesets": [
|
||||
"attribute-text-reductions",
|
||||
@@ -37,6 +38,8 @@
|
||||
"cold-hounds-teach",
|
||||
"controller-finish-flag",
|
||||
"cool-grapes-hug",
|
||||
"cool-horses-bow",
|
||||
"cuddly-bikes-fail",
|
||||
"cuddly-readers-warn",
|
||||
"curvy-apples-lay",
|
||||
"curvy-balloons-brake",
|
||||
@@ -61,9 +64,13 @@
|
||||
"fresh-cars-impress",
|
||||
"fresh-spoons-drive",
|
||||
"friendly-numbers-leave",
|
||||
"giant-rats-chew",
|
||||
"gold-apples-joke",
|
||||
"gold-experts-type",
|
||||
"gold-terms-look",
|
||||
"great-cows-camp",
|
||||
"grumpy-ways-own",
|
||||
"happy-carrots-hide",
|
||||
"hip-worms-relax",
|
||||
"hungry-dodos-taste",
|
||||
"inlineImage-maybeNot-crossOrigin",
|
||||
@@ -117,8 +124,10 @@
|
||||
"serious-eggs-greet",
|
||||
"shadow-dom-unbusify",
|
||||
"silent-plants-perform",
|
||||
"silly-knives-chew",
|
||||
"silver-pots-sit",
|
||||
"silver-windows-float",
|
||||
"six-llamas-brush",
|
||||
"sixty-impalas-laugh",
|
||||
"skip-mask-check-on-leaf-elements",
|
||||
"slimy-eagles-grow",
|
||||
@@ -145,8 +154,11 @@
|
||||
"twenty-goats-kneel",
|
||||
"twenty-lies-switch",
|
||||
"twenty-planets-repeat",
|
||||
"two-boats-boil",
|
||||
"unlucky-mirrors-invite",
|
||||
"violet-melons-itch",
|
||||
"violet-zebras-cry",
|
||||
"wicked-dolphins-tie",
|
||||
"wicked-lions-return",
|
||||
"wise-spiders-jog",
|
||||
"witty-kids-talk",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @rrweb/all
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c), [`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- @rrweb/packer@2.0.0-alpha.17
|
||||
- rrweb@2.0.0-alpha.17
|
||||
- @rrweb/types@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/all",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -56,9 +56,9 @@
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@rrweb/packer": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"@rrweb/packer": "^2.0.0-alpha.17",
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/packer
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158)]:
|
||||
- @rrweb/types@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/packer",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -78,7 +78,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"fflate": "^0.4.4",
|
||||
"@rrweb/types": "^2.0.0-alpha.16"
|
||||
"@rrweb/types": "^2.0.0-alpha.17"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/rrweb-plugin-canvas-webrtc-record
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
|
||||
@@ -43,12 +43,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/rrweb-plugin-canvas-webrtc-replay
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
|
||||
@@ -43,12 +43,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @rrweb/rrweb-plugin-console-record
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- [#1530](https://github.com/rrweb-io/rrweb/pull/1530) [`874933b`](https://github.com/rrweb-io/rrweb/commit/874933b55069759b932b3365025449afc9b2f5c7) Thanks [@pauldambra](https://github.com/pauldambra)! - corrects behaviour of console.assert logging to only capture logs when the provided assertion is falsey
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-console-record",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1",
|
||||
@@ -53,6 +53,6 @@
|
||||
"puppeteer": "^20.9.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/rrweb-plugin-console-replay
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-console-replay",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-console-replay.umd.cjs",
|
||||
@@ -43,13 +43,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.17",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/rrweb-plugin-sequential-id-record
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-sequential-id-record",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
|
||||
@@ -43,12 +43,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @rrweb/rrweb-plugin-sequential-id-replay
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/rrweb-plugin-sequential-id-replay",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
|
||||
@@ -43,13 +43,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
||||
"devDependencies": {
|
||||
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.17",
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @rrweb/record
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- [#1515](https://github.com/rrweb-io/rrweb/pull/1515) [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6) Thanks [@okejminja](https://github.com/okejminja)! - Added support for deprecated addRule & removeRule methods
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
- @rrweb/types@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/record",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -55,8 +55,8 @@
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @rrweb/replay
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
- @rrweb/types@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/replay",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -56,8 +56,8 @@
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"rrweb": "^2.0.0-alpha.16"
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"rrweb": "^2.0.0-alpha.17"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# rrdom-nodejs
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.17
|
||||
- rrdom@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom-nodejs",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "yarn turbo run prepublish",
|
||||
@@ -55,7 +55,7 @@
|
||||
"cssom": "^0.5.0",
|
||||
"cssstyle": "^2.3.0",
|
||||
"nwsapi": "2.2.0",
|
||||
"rrdom": "^2.0.0-alpha.16",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
"rrdom": "^2.0.0-alpha.17",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# rrdom
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1503](https://github.com/rrweb-io/rrweb/pull/1503) [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158) Thanks [@Juice10](https://github.com/Juice10)! - Support top-layer <dialog> components. Fixes #1381.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
@@ -41,7 +41,7 @@
|
||||
"url": "https://github.com/rrweb-io/rrweb/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||
"@typescript-eslint/parser": "^5.23.0",
|
||||
@@ -53,6 +53,6 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
"rrweb-snapshot": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# rrvideo
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- rrweb-player@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrvideo",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "transform rrweb session into video",
|
||||
"main": "build/index.js",
|
||||
"bin": {
|
||||
@@ -27,13 +27,13 @@
|
||||
"@types/node": "^18.15.11",
|
||||
"jest": "^27.5.1",
|
||||
"ts-jest": "^27.1.3",
|
||||
"@rrweb/types": "^2.0.0-alpha.16"
|
||||
"@rrweb/types": "^2.0.0-alpha.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-tech-world/cli-progress-bar": "^2.0.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"minimist": "^1.2.5",
|
||||
"playwright": "^1.32.1",
|
||||
"rrweb-player": "^2.0.0-alpha.16"
|
||||
"rrweb-player": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# rrweb-player
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c)]:
|
||||
- @rrweb/packer@2.0.0-alpha.17
|
||||
- @rrweb/replay@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "rrweb-player",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/package": "^2.0.0",
|
||||
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tsconfig/svelte": "^1.0.0",
|
||||
"@rrweb/replay": "^2.0.0-alpha.16",
|
||||
"@rrweb/packer": "^2.0.0-alpha.16"
|
||||
"@rrweb/replay": "^2.0.0-alpha.17",
|
||||
"@rrweb/packer": "^2.0.0-alpha.17"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# rrweb-snapshot
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1503](https://github.com/rrweb-io/rrweb/pull/1503) [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158) Thanks [@Juice10](https://github.com/Juice10)! - Record dialog's modal status for replay in rrweb. (Currently triggering `dialog.showModal()` is not supported in rrweb-snapshot's rebuild)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1417](https://github.com/rrweb-io/rrweb/pull/1417) [`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid
|
||||
|
||||
- [#1533](https://github.com/rrweb-io/rrweb/pull/1533) [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562) Thanks [@jeffdnguyen](https://github.com/jeffdnguyen)! - Fix `url()` rewrite for nested stylesheets by rewriting during stringification instead of after
|
||||
|
||||
- [#1509](https://github.com/rrweb-io/rrweb/pull/1509) [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414) Thanks [@Juice10](https://github.com/Juice10)! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb-snapshot",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
|
||||
"devDependencies": {
|
||||
"@rrweb/utils": "^2.0.0-alpha.16",
|
||||
"@rrweb/utils": "^2.0.0-alpha.17",
|
||||
"@types/jsdom": "^20.0.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# rrweb
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1503](https://github.com/rrweb-io/rrweb/pull/1503) [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158) Thanks [@Juice10](https://github.com/Juice10)! - Support top-layer <dialog> components. Fixes #1381.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1417](https://github.com/rrweb-io/rrweb/pull/1417) [`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid
|
||||
|
||||
- [#1527](https://github.com/rrweb-io/rrweb/pull/1527) [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c) Thanks [@arredgroup](https://github.com/arredgroup)! - Export takeFullSnapshot function for a recording process
|
||||
|
||||
- [#1515](https://github.com/rrweb-io/rrweb/pull/1515) [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6) Thanks [@okejminja](https://github.com/okejminja)! - Added support for deprecated addRule & removeRule methods
|
||||
|
||||
- [#1509](https://github.com/rrweb-io/rrweb/pull/1509) [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414) Thanks [@Juice10](https://github.com/Juice10)! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.17
|
||||
- rrdom@2.0.0-alpha.17
|
||||
- @rrweb/types@2.0.0-alpha.17
|
||||
- @rrweb/utils@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "record and replay the web",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
@@ -79,13 +79,13 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@rrweb/utils": "^2.0.0-alpha.16",
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"@rrweb/utils": "^2.0.0-alpha.17",
|
||||
"@types/css-font-loading-module": "0.0.7",
|
||||
"@xstate/fsm": "^1.4.0",
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
"mitt": "^3.0.0",
|
||||
"rrdom": "^2.0.0-alpha.16",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
"rrdom": "^2.0.0-alpha.17",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @rrweb/types
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1503](https://github.com/rrweb-io/rrweb/pull/1503) [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158) Thanks [@Juice10](https://github.com/Juice10)! - Support top-layer <dialog> components. Fixes #1381.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/types",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
"rrweb-snapshot": "^2.0.0-alpha.17"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
7
packages/utils/CHANGELOG.md
Normal file
7
packages/utils/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @rrweb/utils
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1509](https://github.com/rrweb-io/rrweb/pull/1509) [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414) Thanks [@Juice10](https://github.com/Juice10)! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/utils",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @rrweb/web-extension
|
||||
|
||||
## 2.0.0-alpha.17
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1522](https://github.com/rrweb-io/rrweb/pull/1522) [`b1f9daa`](https://github.com/rrweb-io/rrweb/commit/b1f9daaa42f007a641104613bb07f141585f9e77) Thanks [@kirankunigiri](https://github.com/kirankunigiri)! - Added session downloader for chrome extension
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
|
||||
- rrweb@2.0.0-alpha.17
|
||||
- rrweb-player@2.0.0-alpha.17
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rrweb/web-extension",
|
||||
"private": true,
|
||||
"version": "2.0.0-alpha.16",
|
||||
"version": "2.0.0-alpha.17",
|
||||
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
|
||||
"author": "rrweb-io",
|
||||
"license": "MIT",
|
||||
@@ -18,7 +18,7 @@
|
||||
"prepublish": "yarn build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@rrweb/types": "^2.0.0-alpha.17",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/webextension-polyfill": "^0.9.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-router-dom": "^6.4.1",
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb-player": "^2.0.0-alpha.16"
|
||||
"rrweb": "^2.0.0-alpha.17",
|
||||
"rrweb-player": "^2.0.0-alpha.17"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user