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

Publish packages 🚀 #500

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Publish packages 🚀 #500

merged 1 commit into from
Nov 20, 2024

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

@shopify-github-actions-access shopify-github-actions-access bot commented Nov 19, 2024

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 main, this PR will be updated.

Releases

@remote-dom/[email protected]

Patch Changes

  • #499 994e2ea Thanks @lemonmade! - Roll back mutation of globalThis and globalThis.self in Window.setGlobal()

    This prevents the polyfill from interfering with globals like globalThis.addEventListener, which you may need to manage the communication between a sandboxed environment and the main thread.

    In the future, we will likely change the polyfill to require you to explicitly install the polyfill, instead of it being done automatically when you @remote-dom/core/polyfill. At that point, we will reintroduce the ability to more faithfully replicate more DOM globals, like having globalThis, globalThis.self, and globalThis.window all refer to the same polyfilled Window object. To install this polyfill today and get back to the behavior introduced by this PR, you can call the new Window.setGlobalThis() method:

    import {window, Window} from '@remote-dom/core/polyfill';
    
    Window.setGlobalThis(window);
  • #465 017ca02 Thanks @lemonmade! - Fix slot to be transmitted as an attribute, not a property

  • Updated dependencies [994e2ea]:

@remote-dom/[email protected]

Patch Changes

  • #499 994e2ea Thanks @lemonmade! - Roll back mutation of globalThis and globalThis.self in Window.setGlobal()

    This prevents the polyfill from interfering with globals like globalThis.addEventListener, which you may need to manage the communication between a sandboxed environment and the main thread.

    In the future, we will likely change the polyfill to require you to explicitly install the polyfill, instead of it being done automatically when you @remote-dom/core/polyfill. At that point, we will reintroduce the ability to more faithfully replicate more DOM globals, like having globalThis, globalThis.self, and globalThis.window all refer to the same polyfilled Window object. To install this polyfill today and get back to the behavior introduced by this PR, you can call the new Window.setGlobalThis() method:

    import {window, Window} from '@remote-dom/core/polyfill';
    
    Window.setGlobalThis(window);

@remote-dom/[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

@shopify-github-actions-access shopify-github-actions-access bot force-pushed the changeset-release/main branch 2 times, most recently from 3f61339 to cea32de Compare November 20, 2024 18:43
@lemonmade lemonmade merged commit f8a51fb into main Nov 20, 2024
7 checks passed
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.

1 participant