Skip to content

Commit

Permalink
chore(rrweb): modify changeset packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang committed Oct 17, 2024
1 parent bc92f7c commit bc8a170
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .changeset/inlineImage-maybeNot-crossOrigin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"rrweb": patch
"rrweb-snapshot": patch
"@amplitude/rrweb": patch
"@amplitude/rrweb-snapshot": patch
---

inlineImages: during snapshot avoid adding an event listener for inlining of same-origin images (async listener mutates the snapshot which can be problematic)
2 changes: 1 addition & 1 deletion .changeset/kind-kids-design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"rrweb": patch
"@amplitude/rrweb": patch
---

Optimize performance of isParentRemoved by converting it to an iterative procedure
2 changes: 1 addition & 1 deletion .changeset/proud-clocks-hope.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"rrweb-snapshot": patch
"@amplitude/rrweb-snapshot": patch
---

(when `recordCanvas: true`): ensure we use doc.createElement instead of document.createElement to allow use in non-browser e.g. jsdom environments
2 changes: 1 addition & 1 deletion .changeset/shadow-dom-unbusify.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

Refactor to preclude the need for a continuous raf loop running in the background which is related to shadowDom

0 comments on commit bc8a170

Please sign in to comment.