Breaking Changes
- When passing a
Signal
intotrack()
directly (instead of passing a function), it returns the signal value instead of the signal itself. This behavior was already present when running inside auseResource$
callback, and now it is consistent across all Tasks.
What's Changed
- chore: Vite 5 by @wmertens in #5451
- feat: add qwik/no-use-visible-task eslint rule by @gioboa in #5455
- chore(insights): remove unnecessary log by @gioboa in #5461
- fix: add example context to docs by @dotarjun in #5467
- feat(qwik-city): allow customizing SVGO options of image plugin by @hbendev in #5407
- docs: fix typo by @ulic75 in #5472
- docs: fix typo by @Adbib in #5481
- fix(core): Support JSX in signals by @mhevery in #5442
- docs(FAQ): - lazy-loading on user interaction & speculative module fetching by @maiieul in #5488
- docs(faq): add link to typescript by @maiieul in #5487
- fix: disable Vite modulepreload by @gioboa in #5493
- docs(faq): fix typos and improve the wording of some sentences by @maiieul in #5490
- docs: make the distinction between module-prefetching and by @maiieul in #5485
- docs(showcase): add
index.app
andwiza.co
by @necatikcl in #5484 - fix(docs): mdx interpreting title as component by @maiieul in #5499
- docs(/faq#vdom): cleanup the vdom section by @maiieul in #5500
- fix: revert "fix: remove cf pages stream polyfill" by @gioboa in #5502
- fix(qwik-city): prefix ids of SVGs based on their path when loaded as qwik nodes by @hbendev in #5497
- fix: cf pages polyfill only if needed by @mpeg in #5507
- refactor(core): extract Group type by @wtlin1228 in #4798
- docs: add QwikCityMockProvider explanation by @mulztob in #5505
- docs(glob-import): add documentation for import.meta.glob by @maiieul in #5504
- fix: CF pages polyfill also when shimmed by @mpeg in #5512
- fix(qwik): handle cypress dev server path by @dmitry-stepanenko in #5509
- chore(cf): Fix CloudFlare build failure by @mhevery in #5524
- docs: removed defunct sites by @mhevery in #5528
- chore(netlify): fix netlify failure by @mhevery in #5527
- docs(showcase): add juneikerc.com - blog [prismic cms] and personal website by @juneikerc in #5523
- fix(localization-starter): update docs and add script by @tzdesign in #5494
- chore(qwik-city): bump vite-imagetools ^5 -> ^6 by @birkskyum in #5525
- feat(insights): polish UI by @zanettin in #5503
- chore: update .nvmrc by @gioboa in #5530
- feat(insight): Add user auth to only see your app data. by @mhevery in #5517
- chore(ci): set up CI for insights and docs by @mhevery in #5533
- refactor(types): more precision by @wmertens in #5531
- chore: 1.3.0 by @mhevery in #5535
New Contributors
- @dotarjun made their first contribution in #5467
- @Adbib made their first contribution in #5481
- @mulztob made their first contribution in #5505
- @juneikerc made their first contribution in #5523
- @birkskyum made their first contribution in #5525
Full Changelog: v1.2.19...v1.3.0