V2 Version Packages (beta) #7875
Merged
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/v2
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onbuild/v2
.Releases
@qwik.dev/core@2.0.0-beta.9
Minor Changes
✨ new async scheduler (by @Varixo in #7816)
BREAKING: (slightly) Qwik will no longer scan all modules at build start to detect Qwik modules (which should be bundled into your server code). Instead, a much faster build-time check is done, and Qwik will tell you if you need to update your
ssr.noExternal
settings in your Vite config. (by @wmertens in #7784)✨ expose
loading
anderror
fields of async computed signal (by @Varixo in #7876)Patch Changes
🐞🩹 ignore diffing for deleted parent (by @Varixo in #7816)
🐞🩹 convert any destructured props to restProps helper (by @Varixo in #7880)
🐞🩹 calling sync qrls should not go through scheduler (by @Varixo in #7816)
✨ add SSR backpatching (attributes-only) to ensure SSR/CSR parity for signal-driven attributes; limited to attribute updates (not OoO streaming) (by @thejackshelton in #7900)
🐞🩹 avoid potential name conflicts with rest props (by @Varixo in #7880)
🐞🩹 handling spread props on element node (by @Varixo in #7929)
🐞🩹 finding parent dom element from projected content (by @Varixo in #7886)
🐞🩹 calling document:onQInit qrls (by @Varixo in #7816)
🐞🩹 finding slot parent during scheduling chores (by @Varixo in #7816)
🐞🩹 resuming nested container in shadow root (by @Varixo in #7937)
🐞🩹 computed signal recomputing and triggering effects (by @Varixo in #7816)
@qwik.dev/react@2.0.0-beta.9
Patch Changes
cd04424
,569b4a6
,cd04424
,b470ba3
,cd04424
,8688da1
,569b4a6
,0dbff0a
,8fa44f3
,16f5f84
,cd04424
,cd04424
,bedec7c
,cd04424
]:@qwik.dev/router@2.0.0-beta.9
Patch Changes
create-qwik@2.0.0-beta.9
eslint-plugin-qwik@2.0.0-beta.9