July 29th, 2024
The latest news releases from the Qwik team
create-qwik@1.7.2
July 29th, 2024
July 29th, 2024
July 11th, 2024
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: https://github.com/QwikDev/qwik/compare/v1.7.0...v1.7.1
July 9th, 2024
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: https://github.com/QwikDev/qwik/compare/v1.6.0...v1.7.0
June 28th, 2024
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: https://github.com/QwikDev/qwik/compare/v1.5.7...v1.6.0