Releases: rrweb-io/rrweb
rrweb-snapshot@2.0.0-alpha.7
rrweb-player@2.0.0-alpha.7
rrvideo@2.0.0-alpha.7
Patch Changes
-
#1181
f1f5865
Thanks @YunFeng0817! - Refactor: Move rrvideo to rrweb's monorepo -
Updated dependencies []:
- rrweb-player@2.0.0-alpha.7
rrdom@2.0.0-alpha.7
rrdom-nodejs@2.0.0-alpha.7
@rrweb/types@2.0.0-alpha.7
rrweb@2.0.0-alpha.6
Patch Changes
-
#1156
e65465e
Thanks @Code-Crash! - Fix the statement which is getting changed by Microbundle -
#1139
f27e545
Thanks @YunFeng0817! - Fix: Switch from virtual dom to real dom before rebuilding fullsnapshot -
#1130
f6f07e9
Thanks @Equlnox! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets. -
#1141
3416c3a
Thanks @YunFeng0817! - Fix: isCheckout is missed in all fullsnapshot events -
#1157
8e47ca1
Thanks @mydea! - fix: Explicitly handlenull
attribute values -
#1136
aaabdbd
Thanks @benjackwhite! - fix: Recursive logging bug with console recording -
#1159
5e6c132
Thanks @eoghanmurray! - For users of userTriggeredOnInput setting: also set userTriggered to false on Input attribute modifications; this was previously empty this variant of IncrementalSource.Input -
Updated dependencies [
c28ef5f
,f6f07e9
,eac9b18
,f27e545
,8e47ca1
]:- rrweb-snapshot@2.0.0-alpha.6
- rrdom@2.0.0-alpha.6
- @rrweb/types@2.0.0-alpha.6
rrweb-snapshot@2.0.0-alpha.6
Minor Changes
Patch Changes
-
#1133
c28ef5f
Thanks @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
f6f07e9
Thanks @Equlnox! - Fix: Make relative path detection in stylesheet URLs to detect more types of URL protocols when inlining stylesheets. -
#1157
8e47ca1
Thanks @mydea! - fix: Explicitly handlenull
attribute values