Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang authored and github-actions[bot] committed Oct 17, 2024
1 parent c3686f1 commit c191bfc
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 14 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
"rrweb-snapshot": patch
"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/fair-ducks-clean.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

Fix and test for bug #1457 which was affecting replay of complex tailwind css
2 changes: 1 addition & 1 deletion .changeset/four-gifts-march.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

fix(rrweb): external function errors should be tagged
2 changes: 1 addition & 1 deletion .changeset/good-moles-tickle.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

Change package names
2 changes: 1 addition & 1 deletion .changeset/kind-queens-breathe.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

Adding null check to tag name
4 changes: 2 additions & 2 deletions .changeset/no-neg-lookbehind.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'@amplitude/rrweb-snapshot': patch
'@amplitude/rrweb': patch
"@amplitude/rrweb-snapshot": patch
"@amplitude/rrweb": patch
---

Replay: Replace negative lookbehind in regexes from css parser as it causes issues with Safari 16
2 changes: 1 addition & 1 deletion .changeset/octopus-orange.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

feat: skip through inactive periods instead of fast forward
2 changes: 1 addition & 1 deletion .changeset/popular-spies-fetch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

perf: only call createHTMLDocument when it is needed
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
"rrweb": patch
---

Refactor to preclude the need for a continuous raf loop running in the background which is related to shadowDom
2 changes: 1 addition & 1 deletion .changeset/short-masks-cross.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

fix(rrweb-snapshot): pass maskInputFn correctly
2 changes: 1 addition & 1 deletion .changeset/silent-plants-perform.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@amplitude/rrweb': patch
"@amplitude/rrweb": patch
---

Return early for child same origin frames
6 changes: 5 additions & 1 deletion packages/rrweb/src/record/iframe-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import type { Mirror, serializedNodeWithId } from '@amplitude/rrweb-snapshot';
import { NodeType, genId } from '@amplitude/rrweb-snapshot';
import type { eventWithTime, eventWithoutTime, mutationCallBack } from '@amplitude/rrweb-types';
import type {
eventWithTime,
eventWithoutTime,
mutationCallBack,
} from '@amplitude/rrweb-types';
import { EventType, IncrementalSource } from '@amplitude/rrweb-types';
import type { CrossOriginIframeMessageEvent } from '../types';
import CrossOriginIframeMirror from './cross-origin-iframe-mirror';
Expand Down

0 comments on commit c191bfc

Please sign in to comment.