Releases: QwikDev/qwik
@builder.io/[email protected]
@builder.io/[email protected]
v1.7.1
What's Changed
There are very important bugfixes around build and development in this release and we recommend upgrading.
PRs
- fix(eslint): Fixed lint problem about the
JSXNode
by @genki in #6637 - fix(dev): Reports what is happening when SSR dirty tasks in taskStaging. by @genki in #6642
- docs: added placementpreparation.io to showcase page by @JohnPremKumar in #6659
- feat: use new @auth/qwik package by @gioboa in #6658
- docs: update readme footer logo by @thejackshelton in #6668
- fix(dev): some important edge cases by @wmertens in #6667
- chore: couldn't handle that joke anymore π by @shairez in #6671
- chore: 1.7.1 by @wmertens in #6672
Full Changelog: v1.7.0...v1.7.1
v1.7.0
Notable changes
- Form errors when using dot notation have a slightly different type
- Changes to search parameters in the URL will cause routeloaders to re-run now
- Fixed several issues in dev mode
PRs merged
- chore: improve needs reproduction message by @gioboa in #6618
- fix(dev): path to outside-project files by @wmertens in #6624
- docs: Small grammatical corrections by @codyroberts in #6630
- docs(starts): fix typo depencies by @BuptStEve in #6631
- refactor: Simplify CLI starters by @thejackshelton in #6632
- docs: Fixed capitalization on "Optimizer" by @codyroberts in #6645
- refactor: tiny adjustment for document testing by @arlyxiao in #6647
- fix: improve new SW logic by @gioboa in #6641
- fix(dev): vite base and qrl segment fixes by @wmertens in #6629
- fix(qwik-city): fix redirect with search params by @octet-stream in #6410
- feat(qwikcity/actions): dotnotation field-errors by @tzdesign in #6568
New Contributors
- @BuptStEve made their first contribution in #6631
- @arlyxiao made their first contribution in #6647
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
Features
- feat(vite-imagetools): add fetch priority support by @JerryWu1234 in #6538
- feat: manage assetsDir by @gioboa in #6588
- feat(qwikVite): add possibility to define multiple outputs by @KingSora in #6452
- feat(vite-server config): added the option to disable image dev tools for dev server by @s-voloshynenko in #6427
- feat(qrl): wrap resolved funcs for scope by @wmertens in #6575
- feat(core): Add support to shadow DOM for QwikLoader. by @mhevery in #6547
Bug Fixes
- fix: fix up csr mode by @gioboa in #6611
- fix: solve _routes issue with assetsDir by @gioboa in #6612
- fix(optimizer): retain paths of QRL segments by @wmertens in #6539
- fix: correct onSubmit$ / onSubmitComplete$ type signature by @JerryWu1234 in #6542
- refactor: remove references to
currentScript
by @mhevery in #6559 - chore: add API changes guards by @shairez in #6562
- fix(repl): code display in repl output by @wmertens in #6564
- refactor(optimizer): nicer module finding + fix dev by @wmertens in #6556
- fix: moved express to dependencies section by @thecoder93 in #6576
- fix: moved Fastify packages to dependencies section by @thecoder93 in #6577
- fix: fix up docs build by @gioboa in #6578
- fix(qrl): correct qrl loading in vite dev mode by @wmertens in #6579
- fix: SW prefetch by @gioboa in #6582
- refactor(server$): clean up var names by @shairez in #6572
- refactor(city): clean up code by @shairez in #6581
- revert: #6522 & #6526 by @gioboa in #6583
- fix(dev): qrl parsing during dev mode by @wmertens in #6584
- fix(qrl): help rollup resolve imports from qrl segments by @wmertens in #6586
- fix(optimizer): make component entries more unique by @wmertens in #6587
- fix(build): put optimizer in pr.new builds by @wmertens in #6589
- fix(dev): qrl import and refactor parent building by @wmertens in #6590
- fix(ci): make pr npm build work again by @wmertens in #6591
- fix(dev): qrl loading for non-srcDir by @wmertens in #6592
- fix: disable PrefetchGraph in dev mode by @gioboa in #6604
- fix: disable PrefetchServiceWorker in dev mode by @gioboa in #6606
Docs
- docs: fix aws logo color by @thejackshelton in #6565
- fix(docs): update valibot snippet by @zougari47 in #6569
- docs: Document how to access current url from within root.tsx by @srapport in #6598
- docs(state): add guidance on signals as props by @shairez in #6574
- docs: fix conflicting ctrl+k shortcut by @gioboa in #6554
- docs(qwik-nutshell): remove onInput$ reference to React onChange by @maiieul in #6558
- docs: small grammar change by @codyroberts in #6609
- docs: added an example for creating a dynamic Leaflet map by @gimonaa in #6599
- docs: fix typo by @lollyxsrinand in #6615
- docs(insights): location change to qwikdev by @tzdesign in #6544
- docs: comment out extra sponsor component by @thejackshelton in #6555
- docs: (concepts/reactivity) added comma by @sajebehari in #6533
- docs: (concepts/progressive) punctuation; removed we; removed let's by @sajebehari in #6532
- docs: remove the custom portals section by @thejackshelton in #6525
- docs: update tutorial by @sajebehari in #6528
- docs: (concepts/think-qwik) removed we; punctuation; grammar by @sajebehari in #6530
- docs: (concepts/resumable) removed we; readability by @sajebehari in #6531
- docs: improve Tauri integration by @nevthereal in #6470
- docs: sw debug mode by @thejackshelton in #6536
- docs: improve debug mode docs by @thejackshelton in #6537
- chore: 1.6.0 by @gioboa in #6616
New Contributors
- @nevthereal made their first contribution in #6470
- @KingSora made their first contribution in #6452
- @s-voloshynenko made their first contribution in #6427
- @zougari47 made their first contribution in #6569
- @thecoder93 made their first contribution in #6576
- @srapport made their first contribution in #6598
- @gimonaa made their first contribution in #6599
Full Changelog: v1.5.7...v1.6.0
v1.5.7
What's Changed
- refactor(cli): updated jokes to just programming ones by @shairez in #6469
- docs: fix up playground section by @sajebehari in #6472
- docs: improve Posting Data section by @sajebehari in #6473
- docs: improve Preview section by @sajebehari in #6474
- docs: improve Review section by @sajebehari in #6475
- docs: reword for readability by @sajebehari in #6476
- docs: improve readability by @sajebehari in #6477
- docs: improve readability by @sajebehari in #6478
- docs: rewording; added punctuation by @sajebehari in #6479
- docs: improve vDOM explanation by @sajebehari in #6480
- docs: reword; edit run on sentences by @sajebehari in #6482
- docs: improve readability by @sajebehari in #6481
- docs: improve faq by @sajebehari in #6483
- docs: fixed grammar by @sajebehari in #6484
- docs: heading change by @sajebehari in #6485
- docs: added punctuation by @sajebehari in #6486
- docs: punctuation, run on sentence fix by @sajebehari in #6487
- docs: punctuation by @sajebehari in #6488
- docs: removed we by @sajebehari in #6489
- docs: added punctuation; made name plural by @sajebehari in #6490
- docs: added punctuation by @sajebehari in #6491
- docs: added punctuation by @sajebehari in #6492
- docs: punctuation by @sajebehari in #6508
- docs: header change by @sajebehari in #6496
- docs: removed let's; added colon by @sajebehari in #6504
- docs: removed we; fixed sentence structure by @sajebehari in #6495
- docs: removed we by @sajebehari in #6497
- docs: more concise; readability; punctuation by @sajebehari in #6498
- docs: punctuation by @sajebehari in #6499
- docs: punctuation by @sajebehari in #6500
- docs: removed we by @sajebehari in #6501
- docs: removed we; improved syntax by @sajebehari in #6502
- docs: punctuation by @sajebehari in #6503
- docs: punctuation by @sajebehari in #6505
- docs: punctuation by @sajebehari in #6506
- docs: punctuation by @sajebehari in #6507
- docs: (qwikcity/api) removed we; improved sentence structure by @sajebehari in #6520
- docs: (qwikcity/env-variables) removed we; punctuation (oxford comma :)) by @sajebehari in #6519
- docs: (qwik city/overview) punctuation; removed we; parallelism by @sajebehari in #6510
- docs: (qwikcity/routing) removed we; punctuation; improved readability; grammar by @sajebehari in #6511
- docs: (qwikcity/pages) grammar; typo by @sajebehari in #6512
- docs: (qwikcity/layout) grammar; removed we; removed let's; punctuation by @sajebehari in #6513
- docs: (qwikcity/actions) grammar; readability; removed we; punctuation by @sajebehari in #6514
- docs: (qwikcity/endpoints) grammar; readability by @sajebehari in #6515
- docs: (qwikcity/middleware) grammar; typo; readability by @sajebehari in #6516
- docs: (qwikcity/server$) grammar; punctuation; readability by @sajebehari in #6517
- docs: (qwikcity/caching) punctuation; removed we; improved syntax by @sajebehari in #6518
- docs: added reactivity best practice by @shairez in #6521
- feat: use assetsDir in the qwikVite plugin by @gioboa in #6522
- fix: fix up PrefetchServiceWorker with multiple Qwik containers by @gioboa in #6468
- chore: v1.5.7 by @gioboa in #6523
- fix: support Win environment by @gioboa in #6526
New Contributors
- @sajebehari made their first contribution in #6472
Full Changelog: v1.5.6...v1.5.7
v1.5.6
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
v1.5.5
What's Changed
- docs(store): explain arrow function vs regular function gotcha by @maiieul in #6277
- docs: Update caching index.mdx verbiage and phrasing by @Jemsco in #6280
- docs: Update html-attributes index.mdx verbiage and phrasing by @Jemsco in #6282
- docs: Update integrations index.mdx by @Jemsco in #6283
- docs: Update bootstrap index.mdx verbiage and phrasing by @Jemsco in #6284
- docs: Update i18n index.mdx verbiage and phrasing by @Jemsco in #6285
- docs(routes / typed-routes): add Declarative Routing by @RumNCodeDev in #6287
- chore: fix Test Typo by @ToanTrinh01 in #6289
- fix(plugin): csr typing by @wmertens in #6292
- feat(qwikloader): emit error by @PatrickJS in #6254
- docs(polymorphism): changed hi to slot by @tzdesign in #6294
- feat(Form): multi onSubmit$ handlers by @PatrickJS in #6241
- docs: Update pages.json by @dejurin in #6295
- feat(server$): config argument, optional GET, ServerError by @PatrickJS in #6290
- refactor(aws): handler alias by @PatrickJS in #6240
- docs(sync$): adding note pointing to preventDefault docs by @RumNCodeDev in #6296
- fix(http): ignore http2 headers by @PatrickJS in #6291
- feat: When closing over values in
server$
the values should be marked as readonly by @gitstart in #5238 - docs: server$ wording and link by @PatrickJS in #6297
- docs: show selected path if block scroll in view by @RaiVaibhav in #6079
- docs(CONTRIBUTING): spelling fix by @MVAodhan in #6299
- fix: SSG ignoring the index page when trailingSlash is false by @JerryWu1234 in #6304
- docs(qwik-nutshell): more code examples for isServer by @PatrickJS in #6306
- docs: Document exposing gtag for custom events in Qwik Partytown setup by @itssajan in #6303
- fix(bun): Rewrite TextEncoderStream polyfill implementation for Bun middleware by @octet-stream in #6309
- refactor(qwikloader): add types and no handler qerror by @PatrickJS in #6305
- docs: Grammar correction and rewording by @codyroberts in #6312
- fix(insights): lower limit to prevent timeouts by @mhevery in #6313
- fix(qwik-city): enforce / on base paths by @wmertens in #6301
- feat: add nonce to PrefetchServiceWorker by @DustinJSilk in #6316
- docs: added going back example by @rafalfigura in #6320
- docs: Fixing back-and-forth by @rafalfigura in #6321
- docs: Wording and grammar corrections by @codyroberts in #6325
- feat(RouteNavigate): nav(-1) history support by @PatrickJS in #6324
- chore(qwik-city/middleware): add TextEncoderStream polyfill and tests by @PatrickJS in #6310
- docs: alternative cookie delete by @Twiggeh in #6331
- feat(starters): error if qwik packages aren't together by @ToanTrinh01 in #6332
- docs: fixes broken link by @greatgraphicdesign in #6334
- docs: Improved readability by @codyroberts in #6335
- fix(qwik-city): Removed artificial recursive limiter from recursive path matching by @gnemanja in #6327
- feat(vercel): no cache service-worker.js files by @PatrickJS in #6339
- fix(image-size-runtime.html): exclude SVG images from Perf: properly β¦ by @williamsdyyz in #6318
- feat(cloudflare): no-store service-worker.js by @PatrickJS in #6340
- fix: bandwidth issues for 404 resources #6302 by @okikio in #6341
- docs(contributing): Add
devcontainer/cli
as alternative method for local development setup by @octet-stream in #6343 - fix(server$): return content type changes by @PatrickJS in #6345
- feat(qwik-city): append cookie headers to response by @mhuretski in #6342
- chore: v1.5.5 by @wmertens in #6349
- fix(bun): Support application builds with Bun by @octet-stream in #6344
New Contributors
- @ToanTrinh01 made their first contribution in #6289
- @gitstart made their first contribution in #5238
- @RaiVaibhav made their first contribution in #6079
- @MVAodhan made their first contribution in #6299
- @itssajan made their first contribution in #6303
- @rafalfigura made their first contribution in #6320
- @Twiggeh made their first contribution in #6331
- @gnemanja made their first contribution in #6327
- @williamsdyyz made their first contribution in #6318
- @okikio made their first contribution in #6341
- @mhuretski made their first contribution in #6342
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
-
fix(types): add exports for old ts import style by @wmertens in #6263
-
fix(Click-to-Source ): fix windows by @PatrickJS in #6261
-
fix: upgrade authcore level by @JerryWu1234 in #6147
-
feat(qwik-city): scroll restoration any element by @genki in #6258
-
fix(qrl): ensure .resolved exists in all cases by @wmertens in #6213
-
docs: Update components/tasks index.mdx verbiage and phrasing by @Jemsco in #6206
-
docs: reworded documentation and fixed grammar by @codyroberts in #6207
-
docs: Update advanced speculative module fetching verbiage β¦ by @Jemsco in #6209
-
docs: Update advanced modules prefetching index.mdx verbiage by @Jemsco in #6210
-
docs: Update components/events index.mdx verbiage and phrasing by @Jemsco in #6216
-
docs: Update components/context index.mdx verbiage by @Jemsco in #6217
-
docs: Update components/slots index.mdx verbiage and phrasing by @Jemsco in #6218
-
docs: Update components/rendering index.mdx verbiage and phrasing by @Jemsco in #6219
-
docs: add missing import by @krisantuswanandi in #6225
-
fix(vite.config): Duplicate Export by @PatrickJS in #6227
-
fix(vite.config): error only when dupe by @PatrickJS in #6228
-
docs(routing): plugin by @PatrickJS in #6229
-
docs(plugin): qwik plugin and vite plugin by @PatrickJS in #6231
-
docs(sidebar): save scroll position, wider, and prefetch by @PatrickJS in #6234
-
fix(starters/empty): avoid p element gotchas by @PatrickJS in #6236
-
docs: Update components/styles index.mdx verbiage and phrasing by @Jemsco in #6245
-
docs: advanced dollar by @gparlakov in #6244
-
docs: advanced/dollar correct button by @gparlakov in #6243
-
docs: Update qwikcity index.mdx verbiage and phrasing by @Jemsco in #6248
-
docs: Update components/overview index.mdx to add export default by @Jemsco in #6250
-
docs: Update getting-started index.mdx to add export default by @Jemsco in #6251
-
docs: Update authjs index.mdx add environment vars for node by @Jemsco in #6253
-
docs: Update components/tasks index.mdx useVisibleTask$ by @Jemsco in #6255
-
docs: Update server index.mdx define server inside onclick by @Jemsco in #6256
-
docs: Environment Variables by @RumNCodeDev in #6257
-
fix(data-qwik-inspector): bypass data-qwik-inspector when needed by @PatrickJS in #6239
-
style(base/entry.preview.tsx): comment by @PatrickJS in #6259
-
fix(http): ignore ERR_HTTP2_INVALID_STREAM by @PatrickJS in #6238
-
feat(pause): capture errors in tasks by @PatrickJS in #6260
-
revert: starter vite config server bundle optimizations by @thejackshelton in #6265
-
docs: Update components/state index.mdx removing store objects by @Jemsco in #6266
-
docs: Update env-variables index.mdx add docker and fastify note by @Jemsco in #6262
-
fix(docs): try-catch local and session storage by @PatrickJS in #6268
-
docs: Update components/tasks index.mdx add useTask async note by @Jemsco in #6267
-
docs(stored-searches): try-catch by @PatrickJS in #6271
-
docs(stored-searches): try-catch types by @PatrickJS in #6272
-
docs: Update env-variables index.mdx with lifecycle section by @Jemsco in #6273
-
docs: Update routing index.mdx prevent prefetching behavior by @Jemsco in #6274
-
docs(): clarify that prefetch is on by default by @maiieul in #6276
New Contributors
- @codyroberts made their first contribution in #6207
- @krisantuswanandi made their first contribution in #6225
- @RumNCodeDev made their first contribution in #6257
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- chore(move): Update github references from BuilderIO -> QwikDev by @mhevery in #6111
- feat(integrations): update the Turso integration by @xinnks in #6110
- fix(starter/express): Update package.json by @notcod in #6118
- feat(qwikloader): stoppropagation by @PatrickJS in #6121
- fix(qwikloader): stopPropagation for any async handlers by @PatrickJS in #6123
- fix: replace ev.cancelBubble w/ cancelBubble by @thejackshelton in #6127
- docs: add missing key by @dejurin in #6130
- fix(test): correct typo by @gioboa in #6137
- docs(examples/apps): fixing a typo in runtime-less app description by @antoster in #6138
- docs(deprecated-features): routeAction$ by @PatrickJS in #6140
- fix(docs): fix up typo by @gioboa in #6142
- feat(vercel-edge): add Vercel Skew Protection by @PatrickJS in #6141
- feat: update qwik-image version by @gioboa in #6148
- docs: correct spelling/grammar by @charleschitty in #6153
- chore(build): refactor and increase sanity by @wmertens in #6146
- fix(starters): types workaround v1.x by @PatrickJS in #6151
- docs: Update verbiage and phrasing of Qwik getting started by @Jemsco in #6179
- docs: Update project-structure index.mdx verbiage and phrasing by @Jemsco in #6180
- docs: Update routing index.mdx verbiage and phrasing by @Jemsco in #6182
- docs: Update pages index.mdx verbiage and phrasing by @Jemsco in #6183
- docs: Update layout index.mdx verbiage and phrasing by @Jemsco in #6187
- docs: Update middleware index.mdx verbiage and phrasing by @Jemsco in #6188
- docs: Update server index.mdx verbiage and phrasing by @Jemsco in #6189
- feat: allow any supported extension on entry points by @JerryWu1234 in #6162
- docs: Update menu index.mdx verbiage and phrasing by @Jemsco in #6190
- docs: Update advanced/routing index.mdx verbiage and phrasing by @Jemsco in #6191
- docs: Update API Reference index.mdx verbiage and phrasing by @Jemsco in #6192
- docs: Update request-handling index.mdx capitalize text by @Jemsco in #6193
- docs: Update action index.mdx verbiage and phrasing by @Jemsco in #6194
- fix(plugin/optimizer): π Enhance support for custom entry points in Vite config by @diecodev in #6178
- fix(starters): Fix vite types referencing in base starter by @octet-stream in #6185
- fix: #5227 by @lieranderl in #6156
- chore(dockerfile baseimage updated to rust 1.73): dockerfile Rust bas⦠by @black-arm in #6164
- docs(isBrowser/isServer): explain why those helpers are useful by @maiieul in #6085
- docs: qwik uwu by @thejackshelton in #6197
- fix(api): generate qwik api docs again by @wmertens in #6201
- docs: Update components/overview index.mdx verbiage and phrasing by @Jemsco in #6200
- fix: backports from v2 by @wmertens in #6202
- docs: update showcases by @mgp87 in #6198
- docs: Update components/date index.mdx verbiage and phrasing by @Jemsco in #6204
- chore: 1.5.3 by @wmertens in #6205
New Contributors
- @antoster made their first contribution in #6138
- @charleschitty made their first contribution in #6153
- @Jemsco made their first contribution in #6179
- @JerryWu1234 made their first contribution in #6162
- @lieranderl made their first contribution in #6156
- @black-arm made their first contribution in #6164
- @mgp87 made their first contribution in #6198
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #5966
- docs: Add debouncer recipe to cookbook by @n8sabes in #5968
- docs: update showcase flow by @gioboa in #5969
- docs: run linter 𧽠by @gioboa in #5970
- feat(build): better instructions and cli help by @wmertens in #5972
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #5974
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @gioboa in #5976
- docs: small changes to the debouncer cookbook by @thejackshelton in #5977
- feat(scripts): catch unknown args by @wmertens in #5978
- docs: added implicit $ example to make
useDebouncer$
by @shairez in #5979 - chore: fix typo in edges.ts by @eltociear in #5980
- fix: prevent SW exception by @gioboa in #5985
- chore(rust): Update by @wmertens in #5994
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #5992
- docs(showcase): Add miradorliving.com to pages.json by @blakeley in #5995
- fix(core): spread props, className by @wmertens in #5998
- fix(create-qwik): don't clobber install dir by @wmertens in #6001
- fix(insights): gracefully handle no manifests and missing symbols by @intellix in #6013
- docs: βοΈ Change element mentioned in useSignal tutorial by @geertjanOSS in #6016
- fix(qwik-city): add explicit magic attr to select Link for SPA resume by @jordanw66 in #6022
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #6018
- docs(showcase): add a website to Qwik Sites Showcase by @ssmlee04 in #5999
- docs: update showcase by @hamatoyogi in #6029
- chore: updates + fix qwik url by @wmertens in #6031
- fix: make qwik.dev work again by @wmertens in #6034
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #6033
- fix(cloudflare-adapter): don't add a node-version by @steve8708 in #6038
- fix(site): update social card by @steve8708 in #6039
- docs: Fix README badges by @rerelurelu in #6021
- docs: update Cloudflare Pages Guide by @matthewlal in #6041
- chore: make rust nicer by @wmertens in #6040
- chore(starters): update πΌ PandaCSS integration starter dev dependency by @mrhoodz in #6051
- docs: improve readability by @berli888 in #6053
- docs: correct redirect by @mhevery in #6056
- feat: Log PORT info at startup in entry.node-server.tsx by @AustinGil in #6063
- docs: Update README.md to use correct default PORT by @AustinGil in #6062
- fix: less and stylus support in development by @sotasan in #6055
- docs: add Google Structured Data example by @nhayhoc in #6044
- docs: improve example in middleware doc by @plakatari in #6065
- fix(starters): use latest qwik sdk in starters and fixes by @sidmohanty11 in #6061
- fix: custom origin protocol by @PatrickJS in #6070
- fix(Docs): Social media OG image URL generation update by @mrhoodz in #5973
- fix(layout): fix layout for non-default html font-size by @oleasteo in #6007
- fix(layout): revert fix layout for non-default html font-size by @wmertens in #6071
- fix(layout): fix layout for non-default html font-size / revision 2 by @oleasteo in #6073
- fix: valid protocol error by @PatrickJS in #6078
- fix: make the event listener on the window to use the capture option by @Varixo in #6087
- fix(optimizer): add support for AVIF images by @danielvaijk in #6090
- fix: extra null fetch from SW by @thejackshelton in #6092
- fix(pipeline): apply linter 𧽠by @gioboa in #6093
- fix(docs): horizontal scroll issue in docs on mobile by @shairez in #6094
- docs: re-add OnThisPage for docs pages by @oleasteo in #6095
- fix(docs): solve aside style issue by @gioboa in #6096
- fix: dont clear the console by @milahu in #6104
- fix(#5665): rewritten routes get ignored by dynamic and catchAll routes by @fprl in #6101
- chore: pnpm api.update by @wmertens in #6107
- chore: pnpm fmt by @wmertens in #6108
- chore: 1.5.2 by @wmertens in #6109
New Contributors
- @blakeley made their first contribution in #5995
- @geertjanOSS made their first contribution in #6016
- @rerelurelu made their first contribution in #6021
- @matthewlal made their first contribution in #6041
- @berli888 made their first contribution in #6053
- @sotasan made their first contribution in #6055
- @nhayhoc made their first contribution in #6044
- @plakatari made their first contribution in #6065
- @oleasteo made their first contribution in #6007
- @danielvaijk made their first contribution in #6090
- @milahu made their first contribution in #6104
- @fprl made their first contribution in #6101
Full Changelog: v1.5.1...v1.5.2