What's Changed
Many bugfixes and documentation updates.
We also added an API tech preview: createSignal
, useConstant
and createComputed$
, which should be self-explanatory. Feedback welcome on Discord or in issues. We cannot guarantee the stability of these APIs yet, although they are simple enough that they probably won't need changing.
Commits
- docs: Updates useResource description in readme.md by @greatgraphicdesign in #6354
- fix(starters): unicode problem by @PatrickJS in #6356
- fix(insights): fix up CSS class by @JerryWu1234 in #6358
- fix: all charSet utf-8 issues by @PatrickJS in #6357
- chore: disabled strict check on package manager by @shairez in #6363
- fix: utf-8 lowercase by @PatrickJS in #6365
- fix(prefetch): configure scope and give better errors by @PatrickJS in #6366
- chore: maybe fix? by @PatrickJS in #6367
- refactor(prefetch): avoid inconsistent doc generation by @PatrickJS in #6368
- chore(docs): update cloudflare compatibility flags and date by @PatrickJS in #6369
- chore: use old cf TextEncoderStream by @PatrickJS in #6373
- fix(eslint-plugin-qwik): allow loaders in routes with JSX extension by @loriswit in #6374
- docs: drizzle vercel edge section by @anxhirr in #6376
- fix(qwikcity): duplicated rewrite routes with multiple prefixes by @shairez in #6377
- docs: added traiging process and github actions by @shairez in #6379
- docs(triage.md): fix typos by @maiieul in #6381
- docs: update docs for
deep
property ofuseStore
to match the new default by @Joristdh in #6383 - docs: added SECURITY.md by @shairez in #6384
- chore: formatted auto comments on issues by @shairez in #6387
- chore: added codeowners file by @shairez in #6388
- docs: update TRIAGE.md by @shairez in #6396
- feat: add some jokes by @Lejla94 in #6400
- docs: Improved conciseness and readability by @codyroberts in #6404
- docs: Update use-resource.ts by @greatgraphicdesign in #6402
- feat(core): useConstant, createSignal, createComputed$ by @wmertens in #6319
- docs: Grammar corrections. by @codyroberts in #6413
- chore: qwik-auth v0.2.1 by @wmertens in #6419
- docs(server$): RequestEvent info by @PatrickJS in #6421
- fix(qwik-city): don't crash on freezing circular refs by @wmertens in #6422
- fix: Random fixes by @wmertens in #6425
- docs: disable ChatGPT and Supabase by @mhevery in #6212
- docs: fix minor in triage guide by @shairez in #6431
- fix(qwik-auth): define
basePath
option by @gioboa in #6435 - feat(qwik-auth): v0.2.2 by @gioboa in #6436
- feat: update Auth.js starter by @gioboa in #6437
- docs: site footer + banner changes by @thejackshelton in #6438
- chore(deps-dev): bump express from 4.18.3 to 4.19.2 by @dependabot in #6440
- docs: improve clarity in docs overview by @thejackshelton in #6445
- docs: updating overview by @thejackshelton in #6446
- docs: add ohayo-dev-design.com to showcase page by @Dokja620 in #6444
- chore(deps-dev): bump firebase-tools from 12.6.2 to 13.10.2 by @dependabot in #6442
- fix(jsx-generated): simplify input type by @maiieul in #6418
- docs: update documented minim node version by @thejackshelton in #6448
- ci: added ability to publish test packages by @shairez in #6389
- docs: improved clarity in tutorial by @thejackshelton-kunaico in #6463
- docs(props): Immutability & Signals explanation and example. by @codyroberts in #6460
- fix(TextEncoderStream): emoji encoding polyfill and add tests by @octet-stream in #6466
- docs: add sponsors section to homepage by @thejackshelton in #6467
New Contributors
- @loriswit made their first contribution in #6374
- @anxhirr made their first contribution in #6376
- @Joristdh made their first contribution in #6383
- @Lejla94 made their first contribution in #6400
- @dependabot made their first contribution in #6440
- @Dokja620 made their first contribution in #6444
- @thejackshelton-kunaico made their first contribution in #6463
Full Changelog: v1.5.5...v1.5.6