You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (beta) (#408)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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.
⚠️⚠️⚠️⚠️⚠️⚠️
`main` 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 `main`.
⚠️⚠️⚠️⚠️⚠️⚠️
# Releases
## @nx.js/runtime@1.0.0-beta.6
### Patch Changes
- fix: cross-context canvas font size leakage — re-pin the shared
FT_Face char_size at the start of `fillText()`, `strokeText()`, and
`measureText()` ([#406](https://github.com/TooTallNate/nx.js/pull/406))
- feat: `Image`, `Audio`, and `Video` now resolve `globalThis.fetch` at
call time, so embedder-installed `fetch` wrappers (e.g. custom URL
schemes) are honored for `src` loads
([#404](https://github.com/TooTallNate/nx.js/pull/404))
- fix: `Video.play()` no longer rejects with `InvalidStateError` when
called before `loadedmetadata` — playback is queued and the returned
promise resolves once it actually begins, matching
`HTMLMediaElement.play()`. A pending `play()` is rejected with
`AbortError` by `pause()` or a superseding load, and with
`NotSupportedError` on load failure
([#412](https://github.com/TooTallNate/nx.js/pull/412))
- fix: install WebGL2 `GL_CONSTANTS` with a single bulk
`Object.defineProperties()` call per target instead of ~740 sequential
`Object.defineProperty()` calls at module scope
([#405](https://github.com/TooTallNate/nx.js/pull/405))
## create-nxjs-app@1.0.0-beta.6
## @nx.js/nro@1.0.0-beta.6
## @nx.js/nsp@1.0.0-beta.6
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>