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