@rrweb/utils
Overview
This package contains the shared utility functions used across rrweb packages. See the guide for more info on rrweb.
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
5f52d63Thanks @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
6db8f71Thanks @Juice10! - Add the rrweb browser client package and movenowTimestampinto@rrweb/utilsso the client can avoid importing throughrrweb/utils.#1631
88ea2d0Thanks @pauldambra! - Move patch function into @rrweb/utils to improve bundling#1704
33e01f5Thanks @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
be6bf52Thanks @Juice10! - Reverse monkey patch built in methods to support LWC (and other frameworks like angular which monkey patch built in methods).#1763
6388fb5Thanks @wfk007! - fix: wujie monkeypatches ownerDocument
2.0.0-alpha.20
Patch Changes
2.0.0-alpha.19
Patch Changes
- #1631
88ea2d0Thanks @pauldambra! - Move patch function into @rrweb/utils to improve bundling