Skip to content

Commit

Permalink
chore(rrweb): wrong name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang committed Oct 16, 2024
1 parent b10ca34 commit 00a3cb2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changeset/breezy-cats-heal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

fix: createImageBitmap throws DOMException if source is 0 width or height
2 changes: 1 addition & 1 deletion .changeset/breezy-mice-breathe.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

safely capture BigInt values with the console log plugin"
2 changes: 1 addition & 1 deletion .changeset/fluffy-planes-retire.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

Feat: Add support for replaying :defined pseudo-class of custom elements
2 changes: 1 addition & 1 deletion .changeset/gold-apples-joke.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

ref: Avoid unnecessary cloning of objects or arrays
2 changes: 1 addition & 1 deletion .changeset/lazy-squids-draw.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

export the canvasMutation function
2 changes: 1 addition & 1 deletion .changeset/lemon-lamps-switch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

export eventWithTime for consumption by typescript code
2 changes: 1 addition & 1 deletion .changeset/mighty-ads-worry.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': minor
'@amplitude/rrweb': minor
---

Full overhawl of `video` and `audio` element playback. More robust and fixes lots of bugs related to pausing/playing/skipping/muting/playbackRate etc.
2 changes: 1 addition & 1 deletion .changeset/smart-geckos-cover.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

Record `loop` on `<audio>` & `<video>` elements.
2 changes: 1 addition & 1 deletion .changeset/smooth-papayas-boil.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'rrweb-snapshot': patch
'rrweb': patch
'@amplitude/rrweb': patch
---

Capture stylesheets designated as `rel="preload"`
2 changes: 1 addition & 1 deletion .changeset/thin-vans-applaud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'rrweb-snapshot': patch
'rrweb': patch
'@amplitude/rrweb': patch
---

Snapshot performance when masking text: Avoid the repeated calls to `closest` when recursing through the DOM
2 changes: 1 addition & 1 deletion .changeset/three-baboons-bow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb': patch
'@amplitude/rrweb': patch
---

fix: protect against missing parentNode

0 comments on commit 00a3cb2

Please sign in to comment.