What's Changed
- 🍧 by @manucorporat in #2869
- docs: add vercel edge functions to starters by @adamdbradley in #2870
- docs: code block style is ugly by @cunzaizhuyi in #2882
- feat(azure-swa): support binary data in the response by @derkoe in #2880
- docs(qwik-city): project-structure typo by @Craiqser in #2883
- fix: ssg config options by @adamdbradley in #2884
- fix: route match crash by @manucorporat in #2885
- fix: eslint prop interface by @manucorporat in #2887
- fix: code allows sitemapOutFile to be null but type is wrong by @felixsanz in #2886
- fix: prepare release by @manucorporat in #2888
- fix: create qwik documentation site by @flower-dc in #2891
- fix: deep store tracking with complex objects by @manucorporat in #2895
- fix: vite build config for edge by @manucorporat in #2896
- fix: context for unprojected content by @manucorporat in #2899
- feat: add build isDev by @manucorporat in #2900
- fix(qwikcity): nav() respects query and hash by @manucorporat in #2901
- fix: loader serialization issues by @manucorporat in #2903
- docs: use QwikCityProvider api by @cunzaizhuyi in #2902
- fix: write static endpoints during ssg by @adamdbradley in #2904
- fix: ensure static index.html directory by @adamdbradley in #2907
- fix(qwik-city): prevent duplicate call of resolve for response by @derkoe in #2908
- fix(azure-swa): cleaner handling of responses for Azure Functions by @derkoe in #2909
- fix: ensure static dir for pages/endpoints/qdata by @adamdbradley in #2913
- fix(azure-swa): handling of non-GET requests in Azure adapter by @derkoe in #2912
- fix(qwik-city): remove of logging 'undfined' on every request by @derkoe in #2910
- docs: fix ie to i.e. by @cunzaizhuyi in #2915
- refactor: use loaders syntax by @manucorporat in #2905
- fix: improve support for .js inside src dir by @manucorporat in #2917
- fix: loader$() streaming by @manucorporat in #2918
- perf: improve SPA link performance by @manucorporat in #2919
- fix: express vite settings by @manucorporat in #2921
- 🍪 by @manucorporat in #2923
- refactor: rename streaming to defer by @manucorporat in #2925
- fix: ssg worker error by @adamdbradley in #2929
- docs: fix some error by @cunzaizhuyi in #2922
- docs: fix Typo in documentation by @cwerner1 in #2920
- docs: custom 404 pages by @adamdbradley in #2932
- docs: update 404 page by @adamdbradley in #2933
- Add essential url fields to RouteLocation by @n8sabes in #2934
- Fix linting errors and warnings in starters. by @nnelgxorz in #2937
- docs: fix some errors in docs by @cunzaizhuyi in #2935
- docs: added vite docs by @zanettin in #2911
- tutorial: rewrite lite component tutorial by @zanettin in #2931
- Fixes issue on HTTP/2 headers for resolving origin by @genki in #2864
- refactor(core): change
createContext
tocreateContextId
by @shairez in #2898 - chore: fix word spelling error by @cunzaizhuyi in #2938
- Made some small fixes on the "progressive" doc by @fleish80 in #2879
- feat: @builder.io/qwik-auth by @manucorporat in #2945
- docs: update to correct package name by @shairez in #2947
- docs: Update CONTRIBUTING with troubleshooting steps by @shairez in #2946
- docs: fix CONTRIBUTING typo by @maxdevjs in #2953
- fix: slot switching by @manucorporat in #2958
- refactor: useClientEffect to useOnVisibleTask by @manucorporat in #2939
- feat: expose IncomingMessage req by @manucorporat in #2944
- fix: writable ssg stream by @adamdbradley in #2962
- BUGFIX GH#2948
useLocation().params
should have their values decoded usingdecodeURIComponent(...)
by @revintec in #2949 - chore: word spelling error by @cunzaizhuyi in #2957
- refactor: name getData to resolveValue by @manucorporat in #2964
- fix(azure-swa): issue with ssg of '/' for Azure SWA by @derkoe in #2956
- chore: prepare release by @manucorporat in #2916
- chore: disable express compress middleware by @adamdbradley in #2970
- chore: for better accesibility by @cunzaizhuyi in #2969
- Fix typo with useOnWindow and useOnDocument by @wfairclough in #2967
- docs: fix a broken link in the Qwik City data loader docs by @Jayphen in #2940
New Contributors
- @flower-dc made their first contribution in #2891
- @cwerner1 made their first contribution in #2920
- @fleish80 made their first contribution in #2879
- @maxdevjs made their first contribution in #2953
- @revintec made their first contribution in #2949
- @wfairclough made their first contribution in #2967
- @Jayphen made their first contribution in #2940
Full Changelog: v0.17.5...v0.18.0