Releases: QwikDev/qwik
Releases · QwikDev/qwik
v1.2.14
What's Changed
- refactor(e2e): Make tests more robust by @wmertens in #5279
- fix(core): dynamic text signals by @wmertens in #5284
- fix(qwik-city): ensure
server$
has correctthis
on server-side by @mhevery in #5278 - docs(localization): auto-translation by @tzdesign in #5287
- fix: grammatical issue with Basic Projection Tutorial by @harishkrishnan24 in #5286
- docs: add note that Slots don't work without
component$()
by @jakovljevic-mladen in #5290 - docs: Update pages.json to include QuoteMingle by @Decimalpointe in #5285
- docs(cookbook): Add dark theme description by @Inaam-Ur-Rehman in #5255
- chore: Prettier jsdoc by @wmertens in #5293
- docs: fix broken link by @Craiqser in #5294
- docs: fix contributor name by @gioboa in #5296
- docs: fix fastify link by @Craiqser in #5298
- chore: docs.sync + update pnpm by @wmertens in #5299
- docs: added static site adapter by @the-r3aper7 in #4461
- docs: Switch to using insights for generating bundles by @mhevery in #5302
- fix: Add a missing CSS import to Storybook by @bebraw in #5308
- docs: Add a missing link to qrl docs by @bebraw in #5307
- chore: switch to vitest by @wmertens in #5300
- fix(core): fix pause logic failing to capture component by @mhevery in #5309
- chore: rollback drizzle to 0.28.3 by @mhevery in #5310
- fix(core): prevent SSR rendering on images by @mhevery in #5313
- docs: add qwik-morocco community image by @ayoub9494 in #5317
- docs: add moroccan meetup group by @ayoub9494 in #5314
- docs: update authjs by @ayoub9494 in #5316
- fix(comment): Updated firebase entry comments to reference Firebase correctly by @vdemcak in #5318
- docs: fix component types in examples by @abstractalgo in #5319
- feat(qwik-core): expose isSignal helper function by @octoper in #4749
- docs: fix syntax error in mdx tags example by @ihaback in #5324
- fix: docs Cloudflare build by @gioboa in #5329
- fix: Bump pandacss version to a Qwik compatible one by @NiklasPor in #5330
- chore: upgrade supabase version to 2.38.1 by @mhevery in #5331
- refactor(core): No
$slotParent$ by @wmertens in #5263 - fix: @builder.io/qwik/build should not SSR render by @mpeg in #5326
- chore: 1.2.14 by @mhevery in #5332
New Contributors
- @Decimalpointe made their first contribution in #5285
- @Inaam-Ur-Rehman made their first contribution in #5255
- @bebraw made their first contribution in #5308
- @ayoub9494 made their first contribution in #5317
- @vdemcak made their first contribution in #5318
- @abstractalgo made their first contribution in #5319
- @ihaback made their first contribution in #5324
- @NiklasPor made their first contribution in #5330
- @mpeg made their first contribution in #5326
Full Changelog: v1.2.13...v1.2.14
v1.2.13
What's Changed
- fix(insights): wrapper style by @gioboa in #5193
- docs: fix typos by @igorbabko in #5195
- fix(qwik-auth): allow multiple set-cookie headers by @ulic75 in #5194
- feat(insights): return prefetch list per route by @mhevery in #5197
- feat(insights): return prefetch list per route by @mhevery in #5198
- chore(qwik-auth): v0.1.3 by @mhevery in #5201
- feat(cli): add barrel template to
new
command by @dapids in #5202 - docs: add
dimension.dev
to showcase by @necatikcl in #5200 - fix(core): Added StringSerializer for strings that start with the prefixes of serializers. by @genki in #5176
- fix(serializers): fix for serialization of an empty set or map by @Varixo in #5209
- docs: add qwik-spin-delay library by @harshmangalam in #5214
- docs(ecosystem): add qwik-image library by @gioboa in #5216
- chore: add prettier-plugin-tailwindcss to tailwind starter (#5217) by @nsdonato in #5217
- docs: Correct image size and CLS in resumable example by @mhevery in #5220
- docs: fix url for useVisibleTask by @nsdonato in #5223
- feat: bootstrap integration adapter by @mhevery in #5222
- chore: update file path in next-steps.tsx by @Craiqser in #5212
- refactor: remove extraneous isElement call by @wmertens in #5210
- docs: fix edit this page for deprecated features by @nsdonato in #5224
- chore: update firebase starter to contemplate dist folder by @nsdonato in #5225
- feat(cachecontrol): add second
target
argument to cacheControl by @maiieul in #5226 - fix: should SSR render if accept header includes / by @SamVerschueren in #5234
- docs: fix 404 links by @mhevery in #5236
- docs: Add frostytools.com to pages.json by @n8sabes in #5239
- docs: fix typo by @the-r3aper7 in #5241
- chore(contributing.md): remove unnecessary step to test against docs … by @maiieul in #5244
- chore(contributing.md): added info when package linking doesn't work by @maiieul in #5245
- docs: Build Showcase by @n8sabes in #5242
- docs: documentation link and text for directory-based routing by @ryo-manba in #5246
- feat(labs): Add json debugging tool by @mhevery in #5259
- feat(core): Allow useContext in same elem as provider by @wmertens in #5258
- docs(routing): add Link prefetch documentation (alternative) by @maiieul in #5248
- docs(labs): document devtools/json by @mhevery in #5260
- fix(starter): localize configuration by @gioboa in #5262
- docs: fix typos by @igorbabko in #5265
- docs(integrations): add valibot to modular forms guide by @fabian-hiller in #5252
- docs: Update SSG documentation to run build instead of preview by @ibousfiha in #5269
- fix(starter): localize container attribute by @tzdesign in #5268
- fix: A bug fix #5104 by @Charlygraphy23 in #5267
- docs(state): Add 'key' prop to list items by @nicvazquez in #5250
- docs: add note about
onRequest
middleware exported fromserverAuth$
by @jakovljevic-mladen in #5264 - docs(labs): update path for devtools to include https by @mhevery in #5271
- docs: updated phrasing for clarity by @bodhicodes in #5273
- fix: Bun adapter polyfill and redirect fix by @EamonHeffernan in #5272
- fix: Pr local dev docker by @SauravChanda in #5237
- refactor(core): remove useContextBoundary by @wmertens in #5274
- fix: shell script update in README file by @harshmangalam in #5275
- docs: improve advanced routing documentation by @jakovljevic-mladen in #5276
- chore: 1.2.13 by @mhevery in #5277
New Contributors
- @igorbabko made their first contribution in #5195
- @dapids made their first contribution in #5202
- @maiieul made their first contribution in #5226
- @SamVerschueren made their first contribution in #5234
- @ryo-manba made their first contribution in #5246
- @ibousfiha made their first contribution in #5269
- @Charlygraphy23 made their first contribution in #5267
- @nicvazquez made their first contribution in #5250
- @bodhicodes made their first contribution in #5273
- @SauravChanda made their first contribution in #5237
Full Changelog: v1.2.12...v1.2.13
v1.2.12
What's Changed
- docs: interactive resumability Demo component to place on homepage by @mhevery in #4990
- Insights by @mhevery in #5146
- docs: add routeAction$ caveat by @gioboa in #5147
- fix(insight): Limit the size of data retrieved from the database by @mhevery in #5149
- fix(insight): Limit the size of data retrieved from the database by @mhevery in #5151
- chore(github-action): added semantic pr title check by @zanettin in #5152
- fix(github-action): do not validate draft PRs by @zanettin in #5153
- fix(github-action): do not validate draft PRs - revert by @zanettin in #5155
- docs: Add expobeds.com to the showcase by @ilianiv in #5159
- chore: Update 🐼 PandaCSS integration dev dependency by @mrhoodz in #5156
- feat: leaflet map integration adapter by @anartzdev in #5158
- fix: Ignore blob URL on getting image info by @genki in #5150
- docs(qwik-city): correct the links to endpoints page by @wtlin1228 in #5167
- docs(qwik-city): add validators by @wtlin1228 in #5166
- fix: Bun install by @EamonHeffernan in #5165
- docs(qwik): Fixed Link by @pipisso in #5169
- fix(qwik-city): Fix rewrite home route by @claudioshiver in #5168
- docs: use import .css?inline instead of .css by @sapphi-red in #5161
- fix(core.d.ts): export HTMLAttributes and DevJSX to fix TS4023 issue … by @gparlakov in #5141
- fix: excludedPath defaults for netlify edge by @adamdbradley in #5163
- fix(labs): filter out (group layouts) by @mhevery in #5171
- feat(core): added symbol name to error by @shairez in #5182
- feat: Bun Adapter by @EamonHeffernan in #5129
- fix(qwik-auth): don't overwrite response headers in qwik auth by @Aslemammad in #5180
- docs(qwik-city): Clean up docs for bun adapter by @EamonHeffernan in #5185
- chore(qwik-auth): v0.1.2 by @mhevery in #5186
- docs: added firebase to menu.md by @the-r3aper7 in #5183
- chore: release 1.2.12 by @mhevery in #5187
- chore: update Prisma versions package.json by @ruheni in #5184
- docs: fix routing page - add missing attributes. by @hamatoyogi in #5188
- fix(qwik-city): do not write into a destroyed stream by @tuurbo in #5172
- fix(qwik-city): wait until action fully complete before resolving its… by @mhevery in #5190
New Contributors
- @ilianiv made their first contribution in #5159
- @pipisso made their first contribution in #5169
- @sapphi-red made their first contribution in #5161
- @Aslemammad made their first contribution in #5180
Full Changelog: v1.2.11...v1.2.12
v1.2.11
What's Changed
- Add useId() docs and demo component by @n8sabes in #5037
- add n8sabes to contributors by @gioboa in #5040
- chore: array index can be typed as number by @wtlin1228 in #4748
- Modular Forms: Fix incorrect type in example by @RaeesBhatti in #5036
- docs: add docs about server$ middleware by @RaeesBhatti in #5033
- feat: add jsx-a eslint rule by @kerbelp in #4256
- docs: Adding Example for useOnWindow by @josemartinez111 in #4878
- chore: supabase-auth-helpers-qwik: update devDependencies by @gioboa in #5041
- fix: action type by @wtlin1228 in #5034
- chore: add more debug info to build by @mhevery in #5047
- fix: align
function
and()=>
behavior for JSX transpilation by @mhevery in #5012 - fix(core): correctly handle serialization of Signal of X and naked X by @mhevery in #5013
- fix(core): pass through decorators by @mhevery in #5052
- fix(qwik-city): correct rest route regression by @mhevery in #5054
- fix: QwikInsights path resolution by @gioboa in #5051
- docs: add qwikInsights vite plugin by @gioboa in #5055
- docs: change @builder.io/qwik-labs version by @gioboa in #5057
- docs: add prettier as devDependencies (#5059) by @gioboa in #5061
- chore: fix .nvmrc with the right version by @gioboa in #5060
- docs: Document Relative URLs in Loaders by @n8sabes in #5063
- docs: Cookbook recipe for playing audio and video media on iOS devices by @n8sabes in #5066
- Revert "docs: Cookbook recipe for playing audio and video media on iOS devices" by @mhevery in #5073
- fix(qwik-city): do not write into a closed stream by @mhevery in #5074
- fix: loader type by @wtlin1228 in #5062
- Add media controller to cookbook by @n8sabes in #5078
- Fix the loader document by @n8sabes in #5077
- feat: i18n $localize starter by @gioboa in #5070
- Loader doc consistency by @n8sabes in #5082
- Enhance Media Controller Cookbook Recipe and fix fluid layout for smaller screens by @n8sabes in #5081
- Remove overlooked console.log() from cookbook recipe by @n8sabes in #5083
- Update cookbook to stream 1080p video content by @n8sabes in #5084
- Update pages.json by @blove in #5085
- fix: library starter don't bundle dependencies by @wmertens in #2008
- Fixed typo in Docs > Integrations > Prisma by @adcar in #5090
- starter: Update deps and code of supabase auth helpers qwik pkg by @diecodev in #4745
- docs: Image updates - Qwik City by @hamatoyogi in #5098
- docs: update the basic projection tutorial by @wtlin1228 in #5093
- docs: update the implicit reactivity tutorial by @wtlin1228 in #5092
- docs: remove outdated props store tutorial by @wtlin1228 in #5095
- fix: remove missing tutorial (#5105) by @gioboa in #5106
- docs: fix "Endpoints" link on Qwik City -> Routing page by @jakovljevic-mladen in #5107
- chore: release qwik-auth 0.1.1 by @ulic75 in #5103
- docs: update reactivity's counter example by @wtlin1228 in #5091
- chore(eslint-plugin-qwik): change eslint to ^8.45 by @adaliszk in #5110
- docs: fix mismatch title for implicit reactivity tutorial by @wtlin1228 in #5111
- feat(optimizer): add qwikVite configuration option optimizerOptions.inlineStylesUpToBytes by @jaroel in #5089
- fix(qwikcity): Fix route-matcher regression #5080 by @mhevery in #5112
- docs(authjs): use pathname in protected route example by @ulic75 in #5115
- starters: Ensure that VSCode emmet uses JSX syntax for self-closing tags by @colelawrence in #5116
- fix(eslint): Support explicit export with loader-location by @mhevery in #5121
- fix v1.2 playground by @wmertens in #5124
- feat: Add route rewriting by @claudioshiver in #5122
- docs(qwik-city): Add docs for routes rewriting by @claudioshiver in #5127
- bug(vite): populate rollup cache after transform by @wmertens in #5130
- feat(qrl): add resolved by @wmertens in #5118
- test(qwik-city): add route-matcher case with two rest params by @mhevery in #5133
- Issue 5065 by @mhevery in #5131
- fix(qwik-city): Correctly SSG routes even with
trailingSlash: false
by @mhevery in #5132 - Issue 5126 by @mhevery in #5135
- chore(insights): upgrade drizzle by @mhevery in #5134
- fix(qwik-city): correct validator failed type by @wtlin1228 in #5137
- fix(insight): Correct DB returning too much data error by @mhevery in #5139
- Revert "chore(insights): upgrade drizzle" by @mhevery in #5138
- docs: improve descriptions for aws, azure and gcp integrations by @WilliamEspegren in #5144
- feat: provide compatibility with angular by @dmitry-stepanenko in #5119
- 1.2.11 by @mhevery in #5145
New Contributors
- @josemartinez111 made their first contribution in #4878
- @blove made their first contribution in #5085
- @adcar made their first contribution in #5090
- @diecodev made their first contribution in #4745
- @adaliszk made their first contribution in #5110
- @colelawrence made their first contribution in #5116
- @claudioshiver made their first contribution in #5122
- @WilliamEspegren made their first contribution in #5144
Full Changelog: v1.2.10...v1.2.11
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