Releases: rrweb-io/rrweb
@rrweb/rrweb-plugin-console-replay@2.0.0-alpha.18
@rrweb/rrweb-plugin-console-record@2.0.0-alpha.18
@rrweb/rrweb-plugin-canvas-webrtc-replay@2.0.0-alpha.18
@rrweb/rrweb-plugin-canvas-webrtc-record@2.0.0-alpha.18
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
andDataURLOptions
- Updated dependencies [
04ee6ed
,5fbb904
,5a78938
,53b83bb
]:- rrweb@2.0.0-alpha.18
@rrweb/replay@2.0.0-alpha.18
@rrweb/record@2.0.0-alpha.18
@rrweb/packer@2.0.0-alpha.18
Patch Changes
- Updated dependencies []:
- @rrweb/types@2.0.0-alpha.18
@rrweb/all@2.0.0-alpha.18
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
andDataURLOptions
- 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
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
Minor Changes
- #1503
335639a
Thanks @Juice10! - Record dialog's modal status for replay in rrweb. (Currently triggeringdialog.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! - Fixurl()
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).