Skip to content

Version Packages #7738

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

Merged
merged 1 commit into from
Jul 21, 2025
Merged

Version Packages #7738

merged 1 commit into from
Jul 21, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 16, 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 upcoming, this PR will be updated.

Releases

@builder.io/[email protected]

Minor Changes

  • 🐞🩹 the preloader bundle graph file is now built as an asset. This is cleaner and avoids i18n translation of the file. (by @wmertens in #7650)

Patch Changes

  • 🐞🩹 Use correct working directory for Deno environment (by @siguici in #7699)

  • ⚡ the qwikloader is no longer embedded in the SSR results. Instead, the same techniques are used as for the preloader to ensure that the qwikloader is active as soon as possible, loaded from a separate bundle. This reduces SSR page size by several kB end ensures that subsequent qwikloader loads are nearly instant. (by @wmertens in #7613)

  • 🐞🩹 Removed backdrop-filter of vite-error-overlay to prevent perf issues with multiple errors (by @intellix in #7676)

  • 🐞🩹 assetsDir and debug:true will no longer break your application. (by @maiieul in #7638)

  • 🐞🩹 We now also output the preloader as .cjs for non esm environments (e.g. jest 29 and below). (by @maiieul in #7736)

  • 🐞🩹 cypress component tests became slow in 1.9.1. This is now fixed. (by @maiieul in #7736)

  • ✨ q-manifest.json now also includes the generated assets (by @wmertens in #7650)

  • 🐞🩹 support q-manifest resolution under Bun runtime ([🐞] serializeQRL: Cannot resolve symbol when build with bun in docker #7565) (by @siguici in #7669)

  • 🐞🩹 set correct script type for qwik loader (by @Varixo in #7710)

  • 🛠 update devDependencies and configurations (by @JerryWu1234 in #7695)

@builder.io/[email protected]

Minor Changes

  • ✨ Added rewrite() to the RequestEvent object. It works like redirect but does not change the URL, (by @omerman in #7562)
    think of it as an internal redirect.

    Example usage:

    export const onRequest: RequestHandler = async ({ url, rewrite }) => {
      if (url.pathname.includes('/articles/the-best-article-in-the-world')) {
        const artistId = db.getArticleByName('the-best-article-in-the-world');
    
        // Url will remain /articles/the-best-article-in-the-world, but under the hood,
        // will render /articles/${artistId}
        throw rewrite(`/articles/${artistId}`);
      }
    };

Patch Changes

  • 🐞🩹 Change Content-Type header in qwik requests to respect RFC 7231 (by @joaomaridalho in #7690)

  • 🐞🩹 link/useNavigate with query params don't override loader/middleware redirect with query params anymore. (by @maiieul in #7733)

  • 🐞🩹 allow cross-protocol requests from the same domain (by @gioboa in #7693)

  • 🛠 update devDependencies and configurations (by @JerryWu1234 in #7695)

  • 🐞🩹 Duplicate ServerError class during dev mode (by @wmertens in #7724)

[email protected]

Patch Changes

[email protected]

Patch Changes

@builder.io/[email protected]

Patch Changes

@github-actions github-actions bot requested review from a team as code owners July 16, 2025 20:40
@github-actions github-actions bot force-pushed the changeset-release/upcoming branch from f037ebb to 44ea2ce Compare July 21, 2025 08:51
@shairez shairez merged commit 21c3f87 into upcoming Jul 21, 2025
@shairez shairez deleted the changeset-release/upcoming branch July 21, 2025 09:23
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