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

Version Packages (alpha) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@rrweb/[email protected]

Patch Changes

@rrweb/[email protected]

Patch Changes

@rrweb/[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • db725cf Thanks @kanishq1! - Export ReplayPlugin from rrweb directly. Previously we had to do import type { ReplayPlugin } from 'rrweb/dist/types'; now we can do import type { ReplayPlugin } from 'rrweb';

  • #1468 4014305 Thanks @eoghanmurray! - inlineImages: during snapshot avoid adding an event listener for inlining of same-origin images (async listener mutates the snapshot which can be problematic)

  • db725cf Thanks @kanishq1! - Optimize performance of isParentRemoved by converting it to an iterative procedure

  • db725cf Thanks @kanishq1! - Replay: Replace negative lookbehind in regexes from css parser as it causes issues with Safari 16

  • db725cf Thanks @kanishq1! - Refactor to preclude the need for a continuous raf loop running in the background which is related to shadowDom

  • #1295 d7cf8dd Thanks @colingm! - Return early for child same origin frames

  • Updated dependencies [4014305, db725cf, db725cf]:

[email protected]

Patch Changes

  • #1468 4014305 Thanks @eoghanmurray! - inlineImages: during snapshot avoid adding an event listener for inlining of same-origin images (async listener mutates the snapshot which can be problematic)

  • db725cf Thanks @kanishq1! - Replay: Replace negative lookbehind in regexes from css parser as it causes issues with Safari 16

  • db725cf Thanks @kanishq1! - (when recordCanvas: true): ensure we use doc.createElement instead of document.createElement to allow use in non-browser e.g. jsdom environments

@rrweb/[email protected]

Patch Changes

[email protected]

@rrweb/[email protected]

Patch Changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants