Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Feb 12, 2023
1 parent bc9eec0 commit 3f6eb9e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .changeset/beige-numbers-enjoy.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/nervous-poets-grin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
'rrweb-snapshot': patch
---

- [`fe69bd6`](https://github.com/rrweb-io/rrweb/commit/fe69bd6456cead304bfc77cf72c9db0f8c030842) [#1087](https://github.com/rrweb-io/rrweb/pull/1087) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs.
Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs [#1087](https://github.com/rrweb-io/rrweb/pull/1087).
2 changes: 0 additions & 2 deletions .changeset/olive-worms-pump.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/real-trains-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'rrweb': patch
---

- [`4ee86fe`](https://github.com/rrweb-io/rrweb/commit/4ee86fe66d3e1fe7071f9c8764d82a6fa5c71d57) [#1091](https://github.com/rrweb-io/rrweb/pull/1091) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: improve rrdom robustness.
Fix: improve rrdom robustness [#1091](https://github.com/rrweb-io/rrweb/pull/1091).
10 changes: 10 additions & 0 deletions .changeset/serious-ants-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'rrdom': major
'rrdom-nodejs': major
'rrweb': patch
---

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)

0 comments on commit 3f6eb9e

Please sign in to comment.