Skip to content

@rrweb/utils@2.0.0

Choose a tag to compare

@Juice10 Juice10 released this 01 Jun 14:28
85a6684

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