Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 27, 2025

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, run changeset pre exit on build/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 and error 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

@qwik.dev/router@2.0.0-beta.9

Patch Changes

  • 🐞🩹 trigger params change after navigation (by @Varixo in #7816)

create-qwik@2.0.0-beta.9

eslint-plugin-qwik@2.0.0-beta.9

@github-actions github-actions bot requested review from a team as code owners August 27, 2025 14:48
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 4 times, most recently from a8bad4a to f04d5b5 Compare August 30, 2025 18:25
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 2 times, most recently from fb2b715 to fa7cf31 Compare September 10, 2025 18:56
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from fa7cf31 to 6f54da1 Compare September 10, 2025 19:07
@shairez shairez merged commit 6b582c7 into build/v2 Sep 11, 2025
@shairez shairez deleted the changeset-release/build/v2 branch September 11, 2025 08:44
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