Skip to content

Releases: rrweb-io/rrweb

[email protected]

08 Mar 08:15
1f8e5d5
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@rrweb/[email protected]

08 Mar 08:15
1f8e5d5
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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

@rrweb/[email protected]

14 Feb 22:43
06031a6
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]; [email protected]; [email protected]

04 Apr 08:21
Compare
Choose a tag to compare

[email protected];[email protected];[email protected]

26 Feb 09:38
Compare
Choose a tag to compare
  • Decrease embedded img size for inlineImages (#836) (e104300)
  • fix: can't record SVG element inside iframe properly (#843) (e9531d4)
  • fix: Uncaught TypeError: Illegal invocation when recording incremental canvas mutation (#844) (5ae208b)
  • Use the .closest method to transfer recursive parent class checking into the browser engine for an expected performance improvement (#840) (f74b7bb)
  • Update doc to use yarn to use REPL (#838) (94fa6b3)
  • improve captured message of Error object (#835) (167f0fa)
  • console plugin fix (#832) (1935bf6)
  • Add Twitter badge (#829) (81454ea)
  • close all pages to avoid EPERM error on Windows 10 (#830) (69acc73)
  • fix: an error when I stop the recording process (#828) (d192b40)
  • refactoring observer options (#826) (c5b4096)
  • Fix inline image issues (#822) (ef0e331)
  • Only record canvas when specified (#825) (38ff3d8)
  • impl sequential id plugins (#819) (14ea636)
  • Add WebGL support (#756) (ab9fed0)
  • fix: custom style rules don't get inserted into some iframe elements (#823) (5ec7d9e)
  • disable smooth scroll behavior in sync mode (#824) (c1111ed)
  • Fixes and tweaks (#795) (b0dc388)
  • Update css-font-loading-module (#784) (a5d1215)
  • feat: add observer for 'selected' setter of HTMLOptionElement and try to fix issue #746 (#810) (156b760)
  • improve robustness of inlineImages feature (#812) (0c27ad2)