V2 Version Packages (beta)#8598
Open
github-actions[bot] wants to merge 1 commit intobuild/v2from
Open
Conversation
069c381 to
0df29a8
Compare
0df29a8 to
7279646
Compare
This file contains hidden or 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
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 build/v2, this PR will be updated.
build/v2is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonbuild/v2.Releases
@qwik.dev/optimizer@2.1.0-beta.4
Minor Changes
@qwik.dev/core@2.0.0-beta.35
Minor Changes
✨ Add an experimental
<Suspense>component for showing fallback UI when child content takes longer than expected to render. (by @Varixo in #8588)When rendering on the client,
<Suspense>shows thefallbackafter the configured delay and keeps it visible until the children are ready. During updates,showStalecan keep the last resolved content visible while the fallback is shown.Enable it with
experimental: ['suspense']in theqwikViteplugin.On SSR, children render normally for now. The boundary also prepares Suspense for future streaming behavior.
✨ add experimental
Revealfor coordinatingSuspenseboundaries (by @Varixo in #8603)Reveallets developers coordinate siblingSuspenseboundaries withparallel,sequential,reverse, ortogetherreveal order. Usecollapsedto hide pending boundaries that are waiting for their turn instead of showing their fallback.✨
getClientManifest()is now the way to get the client build manifest. Importing from@qwik-client-manifestis deprecated. (by @wmertens in #8352)✨ add worker$ support running heavy work in Web Workers (by @Varixo in #8572)
Patch Changes
fix(cli): defer
build.typesuntil afterbuild.libfinishes so vite'semptyOutDirno longer races with tsc and silently wipes the emitted.d.tsfiles. (by @maiieul in #8585)fix(core): hide
node:async_hooksimport from non-Qwik bundlers (e.g. cypress E2E) (by @maiieul in #8602)🐞🩹 final core.js output does not include error codes anymore, reducing the core module's size a little bit. (by @maiieul in #8612)
Migrated DevTools to Qwik, upgraded dependencies, and fixed issues caused by the dependency upgrade. (by @JerryWu1234 in #8593)
🐞🩹 don't include preloader in dev mode (by @Varixo in #8606)
🐞🩹 non-Vite consumers (webpack, etc.) don't blow up at runtime anymore when
import.meta.envis undefined. (by @maiieul in #8610)Updated dependencies [
a8e3dc0]:@qwik.dev/router@2.0.0-beta.35
Minor Changes
Patch Changes
fix(router): The Vite dev won't crash anymore when
src/entry.ssris missing (e.g. in monorepos) (by @maiieul in #8601)🐞🩹 handle callback-only response end in Vite HTML transform (by @Varixo in #8597)
Updated dependencies [
8fdf639,8dbdc12,b6f7556,5cb730f,c5f5bb0,dc9a8e8,ea33c02,b90aa3f,a8e3dc0,5fd8f65]:@qwik.dev/react@2.0.0-beta.35
Patch Changes
8fdf639,8dbdc12,b6f7556,5cb730f,c5f5bb0,dc9a8e8,ea33c02,b90aa3f,a8e3dc0,5fd8f65]:create-qwik@2.0.0-beta.35
eslint-plugin-qwik@2.0.0-beta.35