February 28th, 2023
What's Changed
- fix: basePathname set by vite config by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3093
- docs: added London Community by @jmoont in https://github.com/BuilderIO/qwik/pull/3113
- fix: drop import hoisted mode by @manucorporat in https://github.com/BuilderIO/qwik/pull/3119
- docs: update RouteLocation type by @cunzaizhuyi in https://github.com/BuilderIO/qwik/pull/3118
- docs: visitors to visitor's by @cunzaizhuyi in https://github.com/BuilderIO/qwik/pull/3115
- docs: add code demo for api useDocumentHead by @cunzaizhuyi in https://github.com/BuilderIO/qwik/pull/3117
- doc: refactor useClientEffect$ to useBrowserVisibleTask$ by @kerbelp in https://github.com/BuilderIO/qwik/pull/3100
- docs: fix to GroupLink scoped styles by @jmoont in https://github.com/BuilderIO/qwik/pull/3126
- fix: dev server base path by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3127
- fix: render base with basePathname by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3128
- refactor(starters): don't use deprecated
href
ofRouteLocation
by @arut-ji in https://github.com/BuilderIO/qwik/pull/3121 - docs: fix bad link and remove unused headings by @forresst in https://github.com/BuilderIO/qwik/pull/3114
- docs: adjust wording on qwik-city pages nested layout and head by @achyutkneupane in https://github.com/BuilderIO/qwik/pull/3122
- fix: update qwik-dom css properties by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3135
- fix: entry file static when basePathname set by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3138
- fix: dont write when locked by @manucorporat in https://github.com/BuilderIO/qwik/pull/3137
- fix: ssg include/exclude relative to fs routes dir by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3140
- fix: vercel static output from basePathname config by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3143
- Update index.mdx by @samijaber in https://github.com/BuilderIO/qwik/pull/3144
- fix: only pages in sitemap.xml by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3145
- fix(qwik-auth): optional signin provider by @ulic75 in https://github.com/BuilderIO/qwik/pull/3124
- fix(qwik-auth): await signout authAction by @ulic75 in https://github.com/BuilderIO/qwik/pull/3125
- feat: refactor action/loader/server signature by @manucorporat in https://github.com/BuilderIO/qwik/pull/3147
- feat: auto fix trailing slash in md by @manucorporat in https://github.com/BuilderIO/qwik/pull/3152
- fix: action, loader linter🍹 by @manucorporat in https://github.com/BuilderIO/qwik/pull/3154
- fix: set locale regression by @manucorporat in https://github.com/BuilderIO/qwik/pull/3156
- chore: fix typo in DOMImplementation.js by @eltociear in https://github.com/BuilderIO/qwik/pull/3148
- fix: move popstate handler to RouterOutlet by @manucorporat in https://github.com/BuilderIO/qwik/pull/3151
- Feature/addreloadtolink by @manucorporat in https://github.com/BuilderIO/qwik/pull/3155
- fix: deps tracking by @manucorporat in https://github.com/BuilderIO/qwik/pull/3165
- docs(README): add
yarn
andpnpm
by @ImBIOS in https://github.com/BuilderIO/qwik/pull/3167 - chore: release 0.19.3 by @manucorporat in https://github.com/BuilderIO/qwik/pull/3166
- feat: specify core module by @manucorporat in https://github.com/BuilderIO/qwik/pull/3175
- fix: action types by @manucorporat in https://github.com/BuilderIO/qwik/pull/3173
- fix: component $ props in SSR by @manucorporat in https://github.com/BuilderIO/qwik/pull/3176
- Update index.ts by @gilf in https://github.com/BuilderIO/qwik/pull/3172
- docs: remove empty pages from qwik-city by @zanettin in https://github.com/BuilderIO/qwik/pull/3169
- fix(docs): add missing import statement of qwik-city menu by @cunzaizhuyi in https://github.com/BuilderIO/qwik/pull/3177
- docs: removed typo by @Bootstrap-Paradox in https://github.com/BuilderIO/qwik/pull/3174
- chore(create-qwik): remove unnecessary eslint-disable no-console by @cunzaizhuyi in https://github.com/BuilderIO/qwik/pull/3180
- feat(qwik-auth): support callbackUrl for signin and signout by @ulic75 in https://github.com/BuilderIO/qwik/pull/3179
- fix: CLI directory validation by @zanettin in https://github.com/BuilderIO/qwik/pull/3185
- docs: remove builder bar from examples/tutorial/playground by @mhevery in https://github.com/BuilderIO/qwik/pull/3186
- fix: server$ in edge providers by @manucorporat in https://github.com/BuilderIO/qwik/pull/3181
- chore: release 0.20.0 by @manucorporat in https://github.com/BuilderIO/qwik/pull/3192
New Contributors
- @jmoont made their first contribution in https://github.com/BuilderIO/qwik/pull/3113
- @arut-ji made their first contribution in https://github.com/BuilderIO/qwik/pull/3121
- @achyutkneupane made their first contribution in https://github.com/BuilderIO/qwik/pull/3122
- @Bootstrap-Paradox made their first contribution in https://github.com/BuilderIO/qwik/pull/3174
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.19.2...v0.20.0