Skip to content

@rrweb/utils

Overview

This package contains the shared utility functions used across rrweb packages. See the guide for more info on rrweb.

Edit README on GitHub

Release Notes for @rrweb/utils

2.1.0—2.1.1

No changes to this package through these releases, version incremented to keep in sync with other packages

2.0.1

Patch Changes

  • #1854 5f52d63 Thanks @eoghanmurray! - Fix broken MutationObserver in Webkit/Safari when a webpage has been monkey patched by a 3rd party library

2.0.0

Patch Changes

  • #1840 6db8f71 Thanks @Juice10! - Add the rrweb browser client package and move nowTimestamp into @rrweb/utils so the client can avoid importing through rrweb/utils.

  • #1631 88ea2d0 Thanks @pauldambra! - Move patch function into @rrweb/utils to improve bundling

  • #1704 33e01f5 Thanks @eoghanmurray! - Provide a /umd/ output folder alongside the /dist/ one so that we can serve UMD (Universal Module Definition) files with a .js extension, without upsetting expectations set by package.json that all .js files in /dist/ are modules

  • #1509 be6bf52 Thanks @Juice10! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).

  • #1763 6388fb5 Thanks @wfk007! - fix: wujie monkeypatches ownerDocument

2.0.0-alpha.20

Patch Changes

2.0.0-alpha.19

Patch Changes

2.0.0-alpha.17

Patch Changes

  • #1509 be6bf52 Thanks @Juice10! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).