Skip to content

Releases: rrweb-io/rrweb

@rrweb/rrweb-plugin-console-replay@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare

Patch Changes

@rrweb/rrweb-plugin-console-record@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare

Patch Changes

@rrweb/rrweb-plugin-canvas-webrtc-replay@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare

Patch Changes

@rrweb/rrweb-plugin-canvas-webrtc-record@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare

Patch Changes

  • #1593 5a78938 Thanks @daibhin! - NodeType enum was moved from rrweb-snapshot to @rrweb/types
    The following types where moved from rrweb-snapshot to @rrweb/types: documentNode, documentTypeNode, legacyAttributes, textNode, cdataNode, commentNode, elementNode, serializedNode, serializedNodeWithId, serializedElementNodeWithId, serializedTextNodeWithId, IMirror, INode, mediaAttributes, attributes and DataURLOptions
  • Updated dependencies [04ee6ed, 5fbb904, 5a78938, 53b83bb]:
    • rrweb@2.0.0-alpha.18

@rrweb/replay@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare
Pre-release

Patch Changes

@rrweb/record@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare
Pre-release

Patch Changes

@rrweb/packer@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies []:
    • @rrweb/types@2.0.0-alpha.18

@rrweb/all@2.0.0-alpha.18

06 Dec 14:12
1db7a99
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #1593 5a78938 Thanks @daibhin! - NodeType enum was moved from rrweb-snapshot to @rrweb/types
    The following types where moved from rrweb-snapshot to @rrweb/types: documentNode, documentTypeNode, legacyAttributes, textNode, cdataNode, commentNode, elementNode, serializedNode, serializedNodeWithId, serializedElementNodeWithId, serializedTextNodeWithId, IMirror, INode, mediaAttributes, attributes and DataURLOptions
  • Updated dependencies [04ee6ed, 5fbb904, 5a78938, 53b83bb]:
    • rrweb@2.0.0-alpha.18
    • @rrweb/types@2.0.0-alpha.18
    • @rrweb/packer@2.0.0-alpha.18

rrweb@2.0.0-alpha.17

02 Aug 11:38
8837fe3
Compare
Choose a tag to compare
rrweb@2.0.0-alpha.17 Pre-release
Pre-release

Minor Changes

Patch Changes

  • #1417 40bbc25 Thanks @YunFeng0817! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid

  • #1527 68076b7 Thanks @arredgroup! - Export takeFullSnapshot function for a recording process

  • #1515 8059d96 Thanks @okejminja! - Added support for deprecated addRule & removeRule methods

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

  • Updated dependencies [40bbc25, 335639a, 335639a, d350da8, be6bf52]:

    • rrweb-snapshot@2.0.0-alpha.17
    • rrdom@2.0.0-alpha.17
    • @rrweb/types@2.0.0-alpha.17
    • @rrweb/utils@2.0.0-alpha.17

rrweb-snapshot@2.0.0-alpha.17

02 Aug 11:38
8837fe3
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #1503 335639a Thanks @Juice10! - Record dialog's modal status for replay in rrweb. (Currently triggering dialog.showModal() is not supported in rrweb-snapshot's rebuild)

Patch Changes

  • #1417 40bbc25 Thanks @YunFeng0817! - fix: duplicate textContent for style elements cause incremental style mutations to be invalid

  • #1533 d350da8 Thanks @jeffdnguyen! - Fix url() rewrite for nested stylesheets by rewriting during stringification instead of after

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