Skip to content

The latest news releases from the Qwik team

October 6th, 2024

@builder.io/qwik@1.9.1

Patch Changes

  • ✨ showing qrl parent names. (by @wmertens in #6881) in dev mode, qrl segments now start with their parent filename so it's easy to see where they came from. Furthermore, in production builds these filenames are also used so that origins in q-manifest.json are easy to understand.

  • 🐞🩹 Optimizer now ignores unknown deps in graph that caused crashes during build (by @wmertens in #6888)

  • 🐞🩹 Do not allow object methods to be serialized with style prop (by @jakovljevic-mladen in #6932)

  • 🐞🩹 In dev mode, changes to QRLs now explicitly invalidate the segment so that the browser will reload it (by @wmertens in #6938)

Contributors:

  • wmertens
  • jakovljevic

October 6th, 2024

@builder.io/qwik-city@1.9.1

Patch Changes

  • ✨ Experimental feature - noSPA. (by @wmertens in #6937) This disables history patching, slightly reducing code size and startup time. Use this when your application is MPA only, meaning you don't use the Link component. To enable this, add it to the experimental array of the qwikVite plugin (not the qwikCity plugin).

Contributors:

  • wmertens
1
23
...
2930