Files
rrweb/packages/rrdom/CHANGELOG.md
github-actions[bot] d5057c6268 Version Packages (alpha) (#1252)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-01 12:00:00 +08:00

3.4 KiB

rrdom

2.0.0-alpha.10

Patch Changes

  • Updated dependencies [c6600e7]:
    • rrweb-snapshot@2.0.0-alpha.10

2.0.0-alpha.9

Patch Changes

  • #1222 b798f2d Thanks @YunFeng0817! - Fix: rrdom bugs

    1. Fix a bug in the diff algorithm.
    2. Omit the 'srcdoc' attribute of iframes to avoid overwriting content.
  • Updated dependencies [d7c72bf]:

    • rrweb-snapshot@2.0.0-alpha.9

2.0.0-alpha.8

Patch Changes

  • Updated dependencies [bc84246, d0fdc0f]:
    • rrweb-snapshot@2.0.0-alpha.8

2.0.0-alpha.7

Patch Changes

  • Updated dependencies [d2582e9, e7f0c80]:
    • rrweb-snapshot@2.0.0-alpha.7

2.0.0-alpha.6

Patch Changes

2.0.0-alpha.5

Major Changes

  • #1127 3cc4323 Thanks @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