April 9th, 2024
What's Changed
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5966
- docs: Add debouncer recipe to cookbook by @n8sabes in https://github.com/BuilderIO/qwik/pull/5968
- docs: update showcase flow by @gioboa in https://github.com/BuilderIO/qwik/pull/5969
- docs: run linter 🧽 by @gioboa in https://github.com/BuilderIO/qwik/pull/5970
- feat(build): better instructions and cli help by @wmertens in https://github.com/BuilderIO/qwik/pull/5972
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5974
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @gioboa in https://github.com/BuilderIO/qwik/pull/5976
- docs: small changes to the debouncer cookbook by @thejackshelton in https://github.com/BuilderIO/qwik/pull/5977
- feat(scripts): catch unknown args by @wmertens in https://github.com/BuilderIO/qwik/pull/5978
- docs: added implicit $ example to make
useDebouncer$
by @shairez in https://github.com/BuilderIO/qwik/pull/5979 - chore: fix typo in edges.ts by @eltociear in https://github.com/BuilderIO/qwik/pull/5980
- fix: prevent SW exception by @gioboa in https://github.com/BuilderIO/qwik/pull/5985
- chore(rust): Update by @wmertens in https://github.com/BuilderIO/qwik/pull/5994
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5992
- docs(showcase): Add miradorliving.com to pages.json by @blakeley in https://github.com/BuilderIO/qwik/pull/5995
- fix(core): spread props, className by @wmertens in https://github.com/BuilderIO/qwik/pull/5998
- fix(create-qwik): don't clobber install dir by @wmertens in https://github.com/BuilderIO/qwik/pull/6001
- fix(insights): gracefully handle no manifests and missing symbols by @intellix in https://github.com/BuilderIO/qwik/pull/6013
- docs: ✏️ Change element mentioned in useSignal tutorial by @geertjanOSS in https://github.com/BuilderIO/qwik/pull/6016
- fix(qwik-city): add explicit magic attr to select Link for SPA resume by @jordanw66 in https://github.com/BuilderIO/qwik/pull/6022
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/6018
- docs(showcase): add a website to Qwik Sites Showcase by @ssmlee04 in https://github.com/BuilderIO/qwik/pull/5999
- docs: update showcase by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/6029
- chore: updates + fix qwik url by @wmertens in https://github.com/BuilderIO/qwik/pull/6031
- fix: make qwik.dev work again by @wmertens in https://github.com/BuilderIO/qwik/pull/6034
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/6033
- fix(cloudflare-adapter): don't add a node-version by @steve8708 in https://github.com/BuilderIO/qwik/pull/6038
- fix(site): update social card by @steve8708 in https://github.com/BuilderIO/qwik/pull/6039
- docs: Fix README badges by @rerelurelu in https://github.com/BuilderIO/qwik/pull/6021
- docs: update Cloudflare Pages Guide by @matthewlal in https://github.com/BuilderIO/qwik/pull/6041
- chore: make rust nicer by @wmertens in https://github.com/BuilderIO/qwik/pull/6040
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/6051
- docs: improve readability by @berli888 in https://github.com/BuilderIO/qwik/pull/6053
- docs: correct redirect by @mhevery in https://github.com/BuilderIO/qwik/pull/6056
- feat: Log PORT info at startup in entry.node-server.tsx by @AustinGil in https://github.com/BuilderIO/qwik/pull/6063
- docs: Update README.md to use correct default PORT by @AustinGil in https://github.com/BuilderIO/qwik/pull/6062
- fix: less and stylus support in development by @sotasan in https://github.com/BuilderIO/qwik/pull/6055
- docs: add Google Structured Data example by @nhayhoc in https://github.com/BuilderIO/qwik/pull/6044
- docs: improve example in middleware doc by @plakatari in https://github.com/BuilderIO/qwik/pull/6065
- fix(starters): use latest qwik sdk in starters and fixes by @sidmohanty11 in https://github.com/BuilderIO/qwik/pull/6061
- fix: custom origin protocol by @PatrickJS in https://github.com/BuilderIO/qwik/pull/6070
- fix(Docs): Social media OG image URL generation update by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5973
- fix(layout): fix layout for non-default html font-size by @oleasteo in https://github.com/BuilderIO/qwik/pull/6007
- fix(layout): revert fix layout for non-default html font-size by @wmertens in https://github.com/BuilderIO/qwik/pull/6071
- fix(layout): fix layout for non-default html font-size / revision 2 by @oleasteo in https://github.com/BuilderIO/qwik/pull/6073
- fix: valid protocol error by @PatrickJS in https://github.com/BuilderIO/qwik/pull/6078
- fix: make the event listener on the window to use the capture option by @Varixo in https://github.com/BuilderIO/qwik/pull/6087
- fix(optimizer): add support for AVIF images by @danielvaijk in https://github.com/BuilderIO/qwik/pull/6090
- fix: extra null fetch from SW by @thejackshelton in https://github.com/BuilderIO/qwik/pull/6092
- fix(pipeline): apply linter 🧽 by @gioboa in https://github.com/BuilderIO/qwik/pull/6093
- fix(docs): horizontal scroll issue in docs on mobile by @shairez in https://github.com/BuilderIO/qwik/pull/6094
- docs: re-add OnThisPage for docs pages by @oleasteo in https://github.com/BuilderIO/qwik/pull/6095
- fix(docs): solve aside style issue by @gioboa in https://github.com/BuilderIO/qwik/pull/6096
- fix: dont clear the console by @milahu in https://github.com/BuilderIO/qwik/pull/6104
- fix(#5665): rewritten routes get ignored by dynamic and catchAll routes by @fprl in https://github.com/BuilderIO/qwik/pull/6101
- chore: pnpm api.update by @wmertens in https://github.com/BuilderIO/qwik/pull/6107
- chore: pnpm fmt by @wmertens in https://github.com/BuilderIO/qwik/pull/6108
- chore: 1.5.2 by @wmertens in https://github.com/BuilderIO/qwik/pull/6109
New Contributors
- @blakeley made their first contribution in https://github.com/BuilderIO/qwik/pull/5995
- @geertjanOSS made their first contribution in https://github.com/BuilderIO/qwik/pull/6016
- @rerelurelu made their first contribution in https://github.com/BuilderIO/qwik/pull/6021
- @matthewlal made their first contribution in https://github.com/BuilderIO/qwik/pull/6041
- @berli888 made their first contribution in https://github.com/BuilderIO/qwik/pull/6053
- @sotasan made their first contribution in https://github.com/BuilderIO/qwik/pull/6055
- @nhayhoc made their first contribution in https://github.com/BuilderIO/qwik/pull/6044
- @plakatari made their first contribution in https://github.com/BuilderIO/qwik/pull/6065
- @oleasteo made their first contribution in https://github.com/BuilderIO/qwik/pull/6007
- @danielvaijk made their first contribution in https://github.com/BuilderIO/qwik/pull/6090
- @milahu made their first contribution in https://github.com/BuilderIO/qwik/pull/6104
- @fprl made their first contribution in https://github.com/BuilderIO/qwik/pull/6101
Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.5.1...v1.5.2