Releases: QwikDev/qwik
Releases · QwikDev/qwik
v1.2.10
What's Changed
- fix: docs/cookbook/index.mdx link to portal page by @Craiqser in #5022
- qwik-labs: fix prettier estree error by @gioboa in #5027
- insights: add existsSync check by @gioboa in #5026
- chore(insights): correct DB migration script by @mhevery in #5024
- fix(core): Report errors to browser global error handler by @mhevery in #5029
- style(pnpm-lock.yaml): synchronize lockfile version with version of pnpm in use by @jensmeindertsma in #4905
- fix(starter): missing key attrib on
routerHead
component on1.2.9
by @zanettin in #5025 - 1.2.10 by @mhevery in #5035
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
- docs: Vercel environment variables by @gioboa in #4993
- refactor(create-qwik): add yargs in create-qwik for better DX by @MrWaip in #4932
- feat(adapter): firebase adapter by @leifermendez in #4778
- Pr chore by @mhevery in #4994
- fix: Link component
reload
functionality by @zanettin in #4917 - docs(qwikcity): html attributes docs page by @bab2683 in #4961
- feat(qwik-city): add a way to get server-side env vars from
onStaticGenerate
by @Kocal in #4912 - fix(eslint): allow eslint to accept FunctionComponent inside lexical scopes by @nynevi in #4900
- refactor(cloudflare-pages): allow PlatformCloudflarePages.env to be undefined by @bangonkali in #4941
- docs: dynamic alt image by @the-r3aper7 in #4999
- docs: add responsive image recipe by @fabiobiondi in #5002
- docs: community project update image url by @the-r3aper7 in #5000
- docs: enhance image documentation by @fabiobiondi in #5005
- added qwik-meet in showcase by @harshmangalam in #5007
- docs: Update index.mdx by @the-r3aper7 in #5010
- docs: update side bar by @the-r3aper7 in #5009
- fix(qwik-city): enable matching route and pathname with an optional t… by @pleclech in #5004
- docs(image): add details by @fabiobiondi in #5014
- insights(feat): qwikInsights Vite Plugin + save symbol details by @gioboa in #5011
- chore(insights): Remove deprecated InferModel by @mhevery in #5018
- fix: add options to qwik vite plugin by @jessezhang91 in #4983
- 1.2.9 by @mhevery in #5021
New Contributors
- @MrWaip made their first contribution in #4932
- @bab2683 made their first contribution in #4961
- @Kocal made their first contribution in #4912
- @nynevi made their first contribution in #4900
- @bangonkali made their first contribution in #4941
- @pleclech made their first contribution in #5004
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- docs: cleanup by @mhevery in #4945
- chore: update issue templates by @shairez in #4962
- docs: correctly generate edit URLs for github by @mhevery in #4963
- Typo in FAQ by @ThatJSGuy in #4953
- feat(qwik-city): Show current route in container by @mhevery in #4954
- fix(docs): add overview link by @fabiobiondi in #4958
- Towards personalized SSG by @eric-burel in #4951
- fix(qwik-auth): remove qaction param from defaultCallbackUrl by @ulic75 in #4936
- fix(qwik-city): cleanup matchRouteRequest by @gioboa in #4967
- fix(auth): Cookies get updated if session returns Updated Cookies by @aliyss in #4960
- cli(library): fix release script by @fabiobiondi in #4957
- docs: Improved media, fixed height thumbnails by @the-r3aper7 in #4970
- feat(qwik-city): Adding Script Tag to Head Tag via DocumentHead by @Harkunwar in #3230
- fix: fix cookie parsing to allow invalid uri encoding by @jessezhang91 in #4915
- fix(qwikcity): respect X-Forwarded-Host header by @mhevery in #4982
- chore(docs): fix broken cloudflare build by @mhevery in #4984
- feat(insights): manage routes and timeline metrics by @gioboa in #4971
- feat: complex form data by @ulic75 in #4634
- docs(portals): update the portal cookbook example by @mhevery in #4968
- chore(insights): fix build by @mhevery in #4986
- fix: only show qwik eslint errors in dev mode by @jessezhang91 in #4985
- docs: some progress on the update of the react-cheat-sheet section re… by @nsdonato in #4976
- chore(docs): Remove home-page from SSR to improve TTFB metric by @mhevery in #4988
- Pr no ssr by @mhevery in #4989
- cli: Add new Markdown route command by @brandonpittman in #4955
- docs: update Prisma limitations by @ruheni in #4241
- 1.2.8 by @mhevery in #4992
New Contributors
- @ThatJSGuy made their first contribution in #4953
- @fabiobiondi made their first contribution in #4958
- @eric-burel made their first contribution in #4951
- @aliyss made their first contribution in #4960
- @brandonpittman made their first contribution in #4955
- @ruheni made their first contribution in #4241
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- docs: minor grammar fix on advanced docs by @hbendev in #4728
- chore: build vercelserverless branch by @adamdbradley in #4752
- chore(insights): update the format of data being sent by @mhevery in #4761
- Insights by @mhevery in #4762
- chore(insights): add symbol details to slow query by @mhevery in #4763
- Pr fix prefetch by @mhevery in #4774
- chore(docs): update to latest qwik by @mhevery in #4775
- feat(insights): add outgoing view by @mhevery in #4783
- chore(insights): fix broken deploy by @mhevery in #4784
- chore(insight): SQL query cleanup by @mhevery in #4791
- feat: insights app by @zanettin in #4694
- docs: add vDOM FAQ by @hamatoyogi in #4788
- Fixed a typo in the error message by @uceumice in #4800
- insights website: change auth provider by @gioboa in #4802
- fix(compile): compile source code on windows os by @leifermendez in #4777
- Fixed a typo in the title of this page by @Benny-Nottonson in #4782
- cli: move next steps instructions to appear last by @hamatoyogi in #4790
- feat(insights): fix create app flow by @gioboa in #4804
- Fixed a typo in the title by @Benny-Nottonson in #4806
- Update index.mdx by @Benny-Nottonson in #4807
- Update index.mdx by @Benny-Nottonson in #4808
- Update index.mdx by @Benny-Nottonson in #4810
- Update index.mdx by @Benny-Nottonson in #4811
- Update index.mdx by @Benny-Nottonson in #4812
- Update index.mdx by @Benny-Nottonson in #4809
- Update index.mdx by @Benny-Nottonson in #4813
- Update index.mdx by @Benny-Nottonson in #4814
- Update index.mdx by @Benny-Nottonson in #4815
- Update index.mdx by @Benny-Nottonson in #4816
- Update index.mdx by @Benny-Nottonson in #4817
- Update index.mdx by @Benny-Nottonson in #4818
- Update index.mdx by @Benny-Nottonson in #4819
- Update index.mdx by @Benny-Nottonson in #4820
- Update index.mdx by @Benny-Nottonson in #4821
- Update index.mdx by @Benny-Nottonson in #4823
- Update index.mdx by @Benny-Nottonson in #4822
- repl: default to 1.1.5 until 1.2.x works by @wmertens in #4838
- feat(insights): add icons and dashboard. by @mhevery in #4803
- feat(insights): add manifest latency page by @mhevery in #4843
- feat: add Orama integration by @gioboa in #4620
- Feature: Turso by @xinnks in #4845
- docs: some spaces in index.mdx by @DKozachenko in #4847
- docs: update tutorial to use cleanup inside useTaskQRL by @wtlin1228 in #4837
- docs: correct the links for useResource by @wtlin1228 in #4831
- docs: add aws logo by @leifermendez in #4825
- fix:(adapter): aws fix path of aws-lambda by @leifermendez in #4751
- Fix endpoints link in middleware section by @gparlakov in #4746
- Playground dictionary compression by @wmertens in #4839
- click-to-component: release keys on alt+tab by @wmertens in #4846
- docs: fix typos in events/index.mdx by @harishkrishnan24 in #4862
- docs: fix events/index.mdx by @harishkrishnan24 in #4861
- docs: fix a typo by @lollyxsrinand in #4859
- docs: changed order of scripts in "Run in your own app" to match the … by @jeroenbach in #4860
- docs: add anirbandas.in to showcase by @anirban12d in #4848
- docs: improve documentation for getting started guide by @seqshem in #4855
- docs(shop): get/set cookie with routeLoader$ by @gioboa in #4750
- DX: Overwrite Emmet default by @the-r3aper7 in #4867
- Allow passing in loading and decoding attributes for images loaded using ?jsx by @jaroel in #4834
- fix: Image size false negatives by @manucorporat in #4871
- feat: global css HMR by @manucorporat in #4870
- fix: useComputed with mutable props by @manucorporat in #4872
- fix: run linter during dev mode by @manucorporat in #4873
- fix: dont show cls warning on reload by @manucorporat in #4876
- chore: update all deps by @manucorporat in #4875
- docs: Typo in caching/index.mdx by @harishkrishnan24 in #4885
- docs: Update components/tasks note regarding useTask$ by @harishkrishnan24 in #4866
- docs: fix typos in advanced/routing/index.mdx by @vfshera in #4865
- docs: add a new blog site powered by qwik by @suhastgit in #4874
- docs: add realmof.tech to the showcase by @irvanmalik48 in #4770
- Allow dynamic host for the fastify adapter by @genki in #4893
- fix: fastify logging and 404 page loading issues by @dheeruasdf in #4879
- fix: typo on Builder Starter by @thejackshelton in #4896
- fix(.vscode/extenstions.json): rename the wrongly named file to the correct name by @jensmeindertsma in #4904
- docs(component): fix blog menu icon in ecosystem by @harshmangalam in #4891
- docs: fix useresource$ url by @blackpr in #4883
- docs: add ru videos Qwik index.tsx by @Unf1lled in #4717
- docs: fixing typos by @CoralWombat in #4630
- Fix typo in docs URL by @ownchoice in #4906
- docs: correct code example (modular-forms integration) by @uceumice in #4911
- docs: several fixes by @zanettin in #4916
- docs: update link to react docs by @abhi-works in #4925
- chore(insights): update to latest drizzle by @mhevery in #4929
- docs: update 'link' to 'links' in DocumentHead description by @solamichealolawale in #4927
- fix(insights): change manifest table index by @gioboa in #4934
- docs: Add modal cookbook example. by @mhevery in #4928
- fix(insights): add useIsAuthUser guard by @gioboa in #4935
- chore: update bug template by @shairez in #4938
- chore: Update feature issue template by @shairez in #4939
- chore: update docs_suggestion issue template by @shairez in #4940
- fix(qwik): use
appendChild
(instead ofappend
) which is supported in domino by @mhevery in #4926 - 1.2.7 by @mhevery in #4942
New Contributors
- @uceumice made their first contribution in #4800
- @Benny-Nottonson made their first contribution in #4782
- @DKozachenko made their first contribution in #4847
- @gparlakov made their first contribution in #4746
- @harishkrishnan24 made their first contribution in #4862
- @lollyxsrinand made their first contribution in #4859
- @jeroenbach made their first contribution in #4860
- @anirban12d made their first contribution in #4848
- @seqshem made their first contribution in #4855
- @vfshera made their first contribution in #4865
- @suhastgit made their first contribution in #4874
- @Irvan...
v1.2.6
What's Changed
- feat(server-functions): routeAction$ validation based on RequestEvent by @tzdesign in #4727
- fix: visual cms starter by @manucorporat in #4731
- feat: add jokes by @manucorporat in #4734
- docs: fix example in Best Practices Guide by @octoper in #4733
- fix: force spa-init into client symbols in dev builds by @jordanw66 in #4738
- fix: cli accept empty folder by @manucorporat in #4740
- fix: configure jsx import by @manucorporat in #4741
- chore: update deps by @manucorporat in #4742
- fix: case for images by @manucorporat in #4744
- 1.2.6 by @manucorporat in #4743
New Contributors
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- Insights by @mhevery in #4707
- docs(cart): remove padding-left from cart overlay by @gioboa in #4705
- docs: correct the capture index for qrl by @wtlin1228 in #4706
- fix: add .pnpm-store to .prettierignore by @jordanw66 in #4710
- docs: add route handler menu + ecpsystem case studies by @hamatoyogi in #4713
- fix(aws): bundle all without express by @manucorporat in #4691
- fix: multiple cookies in azure by @manucorporat in #4716
- fix: vite csr mode by @manucorporat in #4719
- fix: clear attribute when undefined by @manucorporat in #4721
- docs: fixed typo in labs index.mdx by @Craiqser in #4573
- fix: routes plugins with tsx by @manucorporat in #4726
- fix: update pandacss dep by @manucorporat in #4725
- 1.2.5 by @manucorporat in #4729
- fix(vite): \n escaping in vite plugin by @FlatMapIO in #4730
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- fix(eslint): useMethod rule for regular functions by @shairez in #4666
- fix: typo by @yaikohi in #4655
- fix: the property parameter can be symbol by @wtlin1228 in #4668
- docs css: fix shop cart floating button by @gioboa in #4669
- shop: added colors to icons and small changes by @the-r3aper7 in #4670
- doc: optional font by @manucorporat in #4672
- fix: image tools improvements by @manucorporat in #4671
- perf: preload css fonts by @manucorporat in #4673
- chore: update deps by @manucorporat in #4674
- fix(optimizer): ssr transform for rollup by @manucorporat in #4675
- fix: add loc to symbol manifest by @manucorporat in #4676
- fix: add crossorigin attribute by @manucorporat in #4677
- docs(request-handling): cookie has method by @tzdesign in #4632
- feat(labs): add clustering to symbols by @mhevery in #4648
- fix: inlined signals in library mode by @manucorporat in #4684
- fix: always try relative path for mapped hooks by @manucorporat in #4686
- fix: configurable getOrigin for node servers by @manucorporat in #4687
- fix: staticFile() api in node middleware by @manucorporat in #4693
- fix(entry.deno.ts): fix wrong parameters by @arkhvoid in #4696
- fix: migrate to modern Deno Server by @manucorporat in #4697
- fix: add vanilla node server by @manucorporat in #4699
- 1.2.4 by @manucorporat in #4690
- docs(mdx): fixed path to counter component by @YannickFricke in #4680
- chore: add aws badge by @manucorporat in #4703
- chore: fix \n is pure text in console by @minsoo-web in #4700
- fix: PROTOCOL and HOST header are case insensitive by @manucorporat in #4704
New Contributors
- @yaikohi made their first contribution in #4655
- @tzdesign made their first contribution in #4632
- @arkhvoid made their first contribution in #4696
- @YannickFricke made their first contribution in #4680
- @minsoo-web made their first contribution in #4700
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- docs(utilities): adding documentation for the
new
cli command by @thejackshelton in #4649 - docs: aws lambda documentation by @leifermendez in #4642
- fix: server$ error when request is closed by @manucorporat in #4653
- docs: resumable by @aboudard in #2780
- fix: add dependencies to pkg by @manucorporat in #4656
- fix: navigation crash with plugins by @manucorporat in #4657
- fix: unit test jsx image by @manucorporat in #4660
- docs: ecosystem improvements by @the-r3aper7 in #4659
- fix(slot): rendering variable slot projection by @manucorporat in #4661
- fix: svg rendering + test by @manucorporat in #4663
- 1.2.3 by @manucorporat in #4662
New Contributors
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- fix: csstypes dep by @manucorporat in #4644
- feat(qwik): encode the manifest hash into the container. by @mhevery in #4647
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- docs header: add shop link by @gioboa in #4641
- fix: tailwind integration by @manucorporat in #4640
Full Changelog: v1.2.0...v1.2.1