Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rrweb): wrong name for release #35

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading