Skip to content

Commit

Permalink
chore(rrweb): fix changeset names
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang committed Oct 17, 2024
1 parent 9f0fb7c commit 8e1e40a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .changeset/eleven-bobcats-peel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'rrweb-snapshot': patch
'rrweb': patch
'@amplitude/rrweb-snapshot': patch
'@amplitude/rrweb': patch
---

better support for coexistence with older libraries (e.g. MooTools & Prototype.js) which modify the in-built `Array.from` function
2 changes: 1 addition & 1 deletion .changeset/event-single-wrap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

perf: Avoid an extra function call and object clone during event emission
4 changes: 2 additions & 2 deletions .changeset/fast-pets-exist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"rrweb-snapshot": patch
"rrweb": patch
"@amplitude/rrweb-snapshot": patch
"@amplitude/rrweb": patch
---

Fixup for multiple background-clip replacement
2 changes: 1 addition & 1 deletion .changeset/hungry-dodos-taste.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb-snapshot': patch
'@amplitude/rrweb-snapshot': patch
---

Avoid recreating the same element every time, instead, we cache and we just update the element.
Expand Down
4 changes: 2 additions & 2 deletions .changeset/nervous-kiwis-nail.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'rrweb-snapshot': patch
'rrweb': patch
'@amplitude/rrweb-snapshot': patch
'@amplitude/rrweb': patch
---

Bugfix after #1434 perf improvements: fix that blob urls persist on the shared anchor element and can't be later modified

0 comments on commit 8e1e40a

Please sign in to comment.