2.0 KiB
rrweb-snapshot
2.0.0-alpha.6
Minor Changes
Patch Changes
-
#1133
c28ef5fThanks @eoghanmurray! - Fix: CSS transitions are incorrectly being applied upon rebuild in Firefox. Presumably FF doesn't finished parsing the styles in time, and applies e.g. a default margin:0 to elements which have a non-zero margin set in CSS, along with a transition on them.Related bug report to Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1816672
-
#1130
f6f07e9Thanks @Equlnox! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets. -
#1157
8e47ca1Thanks @mydea! - fix: Explicitly handlenullattribute values
2.0.0-alpha.5
Patch Changes
-
#1095
1385f7aThanks @YunFeng0817! - Fix duplicated shadow doms -
#1126
227d43aThanks @YunFeng0817! - Refactor all suffix of bundled scripts with commonjs module from 'js' to cjs #1087.