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).