Releases: rrweb-io/rrweb
[email protected]
Patch Changes
-
#1269
7103625
Thanks @eoghanmurray! - Don't include redundant data from text/attribute mutations on just-added nodes -
#1268
d872d28
Thanks @eoghanmurray! - Compact style mutation fixes and improvements- fixes when style updates contain a 'var()' on a shorthand property #1246
- further ensures that style mutations are compact by reverting to string method if it is shorter
-
#1262
36da39d
Thanks @billyvg! - feat: AddignoreSelector
optionSimilar to ignoreClass, but accepts a CSS selector so that you can use any CSS selector.
-
#1251
bbbfa22
Thanks @wfk007! - fix: Resize and MediaInteraction events repeat generated after the iframe appeared -
#1254
d0fbe23
Thanks @mydea! - Handle case whereevent
is null/undefined -
#1273
a3de582
Thanks @Juice10! - Canvas FPS recording: overridepreserveDrawingBuffer: true
on canvas creation.
Canvas replay: fix flickering canvas elemenrs.
Canvas FPS recording: fix bug that wipes webgl(2) canvas backgrounds while recording.
[email protected]
[email protected]
[email protected]
Patch Changes
- Updated dependencies []:
[email protected]
Patch Changes
- Updated dependencies [
c6600e7
]:
[email protected]
Patch Changes
- Updated dependencies [
c6600e7
]:
@rrweb/[email protected]
Patch Changes
-
#1268
d872d28
Thanks @eoghanmurray! - Compact style mutation fixes and improvements- fixes when style updates contain a 'var()' on a shorthand property #1246
- further ensures that style mutations are compact by reverting to string method if it is shorter
-
Updated dependencies [
c6600e7
]:
[email protected]
Patch Changes
-
#1196
490b3e2
Thanks @eoghanmurray! - Guard against presence of older 3rd party javascript libraries which redefine Date.now() -
#1220
a1ec9a2
Thanks @wfk007! - perf: optimize performance of the DoubleLinkedList get -
#1196
490b3e2
Thanks @eoghanmurray! - Guard against redefinition of Date.now by third party libraries which are also present on a page alongside rrweb -
#1183
d7c72bf
Thanks @mydea! - fix: Ensure attributes are lowercased when checking -
#1214
ebcbe8b
Thanks @wfk007! - perf: optimize the performance of record in processMutation phase