Version Packages (alpha) (#1123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c1e7fe9344
commit
0d07e5eb4b
19
packages/rrdom/CHANGELOG.md
Normal file
19
packages/rrdom/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# rrdom
|
||||
|
||||
## 2.0.0-alpha.5
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#1127](https://github.com/rrweb-io/rrweb/pull/1127) [`3cc4323`](https://github.com/rrweb-io/rrweb/commit/3cc4323094065a12f8b65afecd45061d604e245f) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Improve performance by 80% in a super large benchmark case.
|
||||
|
||||
1. Refactor: change the data structure of childNodes from array to linked list
|
||||
2. Improve the performance of the "contains" function. New algorithm will reduce the complexity from O(n) to O(logn)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1126](https://github.com/rrweb-io/rrweb/pull/1126) [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs [#1087](https://github.com/rrweb-io/rrweb/pull/1087).
|
||||
|
||||
- [#1126](https://github.com/rrweb-io/rrweb/pull/1126) [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: improve rrdom robustness [#1091](https://github.com/rrweb-io/rrweb/pull/1091).
|
||||
|
||||
- Updated dependencies [[`1385f7a`](https://github.com/rrweb-io/rrweb/commit/1385f7acc0052f83be1458a7b00e18c026ee393f), [`227d43a`](https://github.com/rrweb-io/rrweb/commit/227d43abb93d57cadc70c760b28c46911bf7d8ff)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.5
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom",
|
||||
"version": "0.1.7",
|
||||
"version": "2.0.0-alpha.5",
|
||||
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/rrdom.cjs",
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^20.0.0",
|
||||
"@rrweb/types": "^2.0.0-alpha.4",
|
||||
"@rrweb/types": "^2.0.0-alpha.5",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||
@@ -48,6 +48,6 @@
|
||||
"typescript": "^4.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"rrweb-snapshot": "^2.0.0-alpha.4"
|
||||
"rrweb-snapshot": "^2.0.0-alpha.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user