-
Notifications
You must be signed in to change notification settings - Fork 7
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
Version Packages #59
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 9, 2023 10:26
74aa490
to
a8d1384
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 10, 2023 08:38
a8d1384
to
d98f5b1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 10, 2023 21:12
d98f5b1
to
9f2f2ef
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 11, 2023 09:14
9f2f2ef
to
55e4a96
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 11, 2023 09:48
55e4a96
to
f96dcf2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2023 09:34
f96dcf2
to
07cabb4
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2023 10:37
07cabb4
to
8b51942
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2023 10:39
8b51942
to
649a7c9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 20, 2023 07:21
649a7c9
to
53f0dd1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 21, 2023 08:46
53f0dd1
to
f437999
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 29, 2023 08:42
f437999
to
957dac1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 29, 2023 08:50
957dac1
to
78af012
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 29, 2023 09:32
78af012
to
0d4a61e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 29, 2023 09:50
0d4a61e
to
fbace09
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 29, 2023 10:35
fbace09
to
fb26610
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 whencancelable: true
(28addd4
)screen
implement the Canvas API (#63)OffscreenCanvas
andOffscreenCanvasRenderingContext2D
Switch.screen
Add Canvas
imageSmoothingQuality
(885de44
)Add Canvas
imageSmoothingEnabled
(a55fcf2
)Add Canvas
globalCompositeOperation
(50e4168
)Add Canvas
clearRect()
, fixstrokeRect()
(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 infetch()
(cd8557b
)Enable color (emoji) fonts (
412adc1
)Add
window
as alias toglobalThis
(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]