github QwikDev/qwik @builder.io/qwik@1.15.0

latest releases: @qwik.dev/core@2.0.0-beta.8, @qwik.dev/router@2.0.0-beta.8, @qwik.dev/react@2.0.0-beta.8...
one month ago

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 (#7565) (by @siguici in #7669)

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

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

Don't miss a new qwik release

NewReleases is sending notifications on new releases.