From 03c41a88a37ce6761f89d68481d29e787b008de9 Mon Sep 17 00:00:00 2001 From: Eoghan Murray Date: Thu, 6 Jun 2024 22:45:55 +0100 Subject: [PATCH] Create downwith-title-scrolling.md --- .changeset/downwith-title-scrolling.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/downwith-title-scrolling.md diff --git a/.changeset/downwith-title-scrolling.md b/.changeset/downwith-title-scrolling.md new file mode 100644 index 0000000000..65d1738110 --- /dev/null +++ b/.changeset/downwith-title-scrolling.md @@ -0,0 +1,8 @@ +--- +"rrweb-snapshot": patch +"rrweb": patch +--- + +Add `slimDOMOptions.headTitleMutations` option to block 'animation' on tag. +Certain old-skool sites use title scrolling to draw attention to their tab; these unfortunately generate a lot of mutations in rrweb which wouldn't be used by most replayers. +Default for this new option is off (unless `slimDOMOptions` is set to `'all'`) as a change to the <title> tag is useful to record in single page apps, when a 'soft' navigation happens.