What's Changed
- docs: update to latest qwik by @adamdbradley in #2977
- docs: fix signal tutorial page typos by @itsthesteve in #2979
- docs: removed
.use()
fromloader$
by @zanettin in #2981 - Add Playground as bug category by @samijaber in #2983
- refactor(create-qwik): enhanced create qwik cli by @zanettin in #2989
- fix: dashToTitlelCase to dashToTitleCase by @cunzaizhuyi in #2994
- chore: delete unnecessary eslint disable by @cunzaizhuyi in #2991
- Change starter to-do demo page title by @mousaAM in #3000
- fix: ensure fs directory when crawling routes by @adamdbradley in #3001
- fix: buildTypes never startsWith tsc by @cunzaizhuyi in #3005
- fix: delete unnecessary eslint disable rule no-console by @cunzaizhuyi in #3004
- Docs(pages.json): add new site to showcase room by @devagja in #2963
- Update path in SSG docs for generated vite.config.ts file by @itsthesteve in #3003
- feat: add hoist compiler mode by @manucorporat in #3009
- feat: allows referencing of module variables by @manucorporat in #3011
- feat: improve eslint messages by @manucorporat in #3010
- fix: prevent module reentrance in SSR by @manucorporat in #3012
- docs: use suffix instead of prefix for $ by @ubmit in #3013
- docs: fix bad link prefetching by @forresst in #3016
- docs: Improve link nested-layout by @forresst in #3014
- fix: incorrectly treeshaking entry/service-worker by @adamdbradley in #3018
- fix: qwik-react wakeup signal by @adamdbradley in #3020
- fix typo in eslint message by @literalpie in #3017
- fix(qwik-auth): use authjs convention of signout by @ulic75 in #3021
- feat: server$ like $ but in the server by @manucorporat in #2966
- fix: trailing slash with Link by @manucorporat in #3027
- fix: deprecated useClientEffect by @manucorporat in #3028
- Remove duplicate NOTE by @egmaleta in #3023
- fix: remove warning by @manucorporat in #3031
- fix: multiple styles scoped by @manucorporat in #3030
- fix: augment the PlatformQwikCity in each platform by @manucorporat in #3029
- docs: add specific type to Context example by @kerbelp in #2968
- Release 0 19 by @manucorporat in #3032
- feat: allow multiple JSX roots by @manucorporat in #3034
- docs: ie to i.e. by @cunzaizhuyi in #3042
- fix: fixed a broken gitignore file negation pattern in basic starter app by @harshrathod50 in #3036
- typo: non -> not by @the-r3aper7 in #3047
- changed useClientEffect$ -> useBrowserVisibleTask$ by @the-r3aper7 in #3049
- fix: set
@builder.io/qwik
to be >=0.18.0 forqwik-city
by @ahnpnl in #3054 - docs(contributing.md): updated the vscode extension name for containers by @camunoz2 in #3033
- docs(docs/src/routes/examples/[...id]/examples.css): fix scrolling an… by @georgeiliadis91 in #3041
- docs: Fix the href link - Cloudflare Page's function-invocation-routes config by @himorishige in #3038
- Update RequestHandler types in Cloudflare Pages example by @OzzieOrca in #3026
- fix: reactivity issue by @manucorporat in #3048
- Docs: Improved Context by @the-r3aper7 in #3057
- docs: fixed typo on import statement by @keuller in #3056
- feat: add nonce support by @DustinJSilk in #3002
- chore: release by @manucorporat in #3058
New Contributors
- @itsthesteve made their first contribution in #2979
- @ubmit made their first contribution in #3013
- @egmaleta made their first contribution in #3023
- @kerbelp made their first contribution in #2968
- @harshrathod50 made their first contribution in #3036
- @ahnpnl made their first contribution in #3054
- @camunoz2 made their first contribution in #3033
- @georgeiliadis91 made their first contribution in #3041
- @himorishige made their first contribution in #3038
- @OzzieOrca made their first contribution in #3026
- @keuller made their first contribution in #3056
Full Changelog: v0.18.1...v0.19.0