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 #59

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Version Packages #59

merged 1 commit into from
Nov 29, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 9, 2023

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

[email protected]

Patch Changes

  • Add CanvasRenderingContext2D#font getter (e81ae48)

  • Log unhandled errors / promise rejections to the debug log file (2055162)

  • Add Switch.version.mbedtls (6c18661)

  • Use mbedtls to support Socket TLS secureTransport: 'on' (#58)

  • Fix resolve() being inadventently added as a global function (275602f)

  • Make Event#preventDefault() only work when cancelable: true (28addd4)

    • Make screen implement the Canvas API (#63)
    • Add OffscreenCanvas and OffscreenCanvasRenderingContext2D
    • Remove Switch.screen
  • Add Canvas imageSmoothingQuality (885de44)

  • Add Canvas imageSmoothingEnabled (a55fcf2)

  • Add Canvas globalCompositeOperation (50e4168)

  • Add Canvas clearRect(), fix strokeRect() (94697da)

  • Add initial global screen object (057c5bf)

  • Fix bug where inspect() would print "[Circular]" for object sub-properties (a197c84)

  • Add navigator.platform (79b5f00)

  • Vendor EventTarget implementation (56189ae)

  • Add support for https: protocol in fetch() (cd8557b)

  • Enable color (emoji) fonts (412adc1)

  • Add window as alias to globalThis (06bdc88)

  • Add requestAnimationFrame(), cancelAnimationFrame(), and global "unload" event (4e4f6ec)

    This is technically a breaking change since the Switch "frame" and "exit" events are no longer dispatched.

    To migrate from the "frame" event, use a requestAnimationFrame loop.
    To migrate from the Switch "exit" event, use a global "unload" event.

  • Decode file path URL in filesystem operations (9fa8051)

[email protected]

[email protected]

[email protected]

Copy link

vercel bot commented Nov 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 10:35am

@github-actions github-actions bot force-pushed the changeset-release/main branch from 74aa490 to a8d1384 Compare November 9, 2023 10:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from a8d1384 to d98f5b1 Compare November 10, 2023 08:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from d98f5b1 to 9f2f2ef Compare November 10, 2023 21:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9f2f2ef to 55e4a96 Compare November 11, 2023 09:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from 55e4a96 to f96dcf2 Compare November 11, 2023 09:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from f96dcf2 to 07cabb4 Compare November 13, 2023 09:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 07cabb4 to 8b51942 Compare November 13, 2023 10:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8b51942 to 649a7c9 Compare November 13, 2023 10:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 649a7c9 to 53f0dd1 Compare November 20, 2023 07:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 53f0dd1 to f437999 Compare November 21, 2023 08:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from f437999 to 957dac1 Compare November 29, 2023 08:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from 957dac1 to 78af012 Compare November 29, 2023 08:50
@github-actions github-actions bot force-pushed the changeset-release/main branch from 78af012 to 0d4a61e Compare November 29, 2023 09:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0d4a61e to fbace09 Compare November 29, 2023 09:50
@github-actions github-actions bot force-pushed the changeset-release/main branch from fbace09 to fb26610 Compare November 29, 2023 10:35
@TooTallNate TooTallNate merged commit 0c467f1 into main Nov 29, 2023
1 check passed
@TooTallNate TooTallNate deleted the changeset-release/main branch November 29, 2023 11:00
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