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): changeset fixes #36

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/cool-grapes-hug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrdom': patch
'@amplitude/rrdom': patch
---

Support `loop` in `RRMediaElement`
2 changes: 1 addition & 1 deletion .changeset/mighty-bulldogs-begin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/web-extension': patch
'@amplitude/rrweb-web-extension': patch
---

Update `vite.config.ts` to account for all potential entry types.
2 changes: 1 addition & 1 deletion .changeset/silver-pots-sit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/types': patch
'@amplitude/rrweb-types': patch
---

Add `loop` to `mediaInteractionParam`
2 changes: 1 addition & 1 deletion .changeset/smart-ears-refuse.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb-snapshot': patch
'@amplitude/rrweb-snapshot': patch
---

Feat: Add 'isCustom' flag to serialized elements.
Expand Down
2 changes: 1 addition & 1 deletion .changeset/smooth-papayas-boil.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb-snapshot': patch
'@amplitude/rrweb-snapshot': patch
'@amplitude/rrweb': patch
---

Expand Down
2 changes: 1 addition & 1 deletion .changeset/spotty-bees-destroy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrdom': patch
'@amplitude/rrdom': patch
---

fix: scrolling may not be applied when fast-forwarding
2 changes: 1 addition & 1 deletion .changeset/thin-vans-applaud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'rrweb-snapshot': patch
'@amplitude/rrweb-snapshot': patch
'@amplitude/rrweb': patch
---

Expand Down
2 changes: 1 addition & 1 deletion .changeset/tidy-swans-repair.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/web-extension': patch
'@amplitude/rrweb-web-extension': patch
---

🎈 perf(web-extension): conditional check in Player component
2 changes: 1 addition & 1 deletion .changeset/tiny-candles-whisper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/web-extension': patch
'@amplitude/rrweb-web-extension': patch
---

🐞 fix(web-extension): typo
2 changes: 1 addition & 1 deletion .changeset/wise-spiders-jog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/types': patch
'@amplitude/rrweb-types': patch
---

Fix type error when using `"moduleResolution": "NodeNext"`.
2 changes: 1 addition & 1 deletion .changeset/witty-kids-talk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@rrweb/web-extension': patch
'@amplitude/rrweb-web-extension': patch
---

🐞 fix(web-extension): beforeunload logic
Loading