October 6th, 2024
The latest news releases from the Qwik team
October 6th, 2024
October 6th, 2024
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)
October 6th, 2024
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 theexperimental
array of theqwikVite
plugin (not theqwikCity
plugin).
September 17th, 2024
September 17th, 2024
Patch Changes
✨ tailwind starter dependencies upgraded to latest (by @thejackshelton in #6783)
✨ added
preserveModules
to library starters to improve library bundling / tree-shaking (by @thejackshelton in #6773)