April 20th, 2023
What's Changed
- docs: UX improvements for AI search by @steve8708 in https://github.com/BuilderIO/qwik/pull/3780
- docs: improve AIX by @manucorporat in https://github.com/BuilderIO/qwik/pull/3782
- fix
Implantation
typo all over the file by @egmaleta in https://github.com/BuilderIO/qwik/pull/3783 - docs: fix typo in callout.tsx by @eltociear in https://github.com/BuilderIO/qwik/pull/3786
- docs: improve docs ai by @manucorporat in https://github.com/BuilderIO/qwik/pull/3790
- docs: fix improve ai docs v2 by @manucorporat in https://github.com/BuilderIO/qwik/pull/3798
- fix(eslint-plugin-qwik): remove warning for bigint now that it can be serialized by @steve8708 in https://github.com/BuilderIO/qwik/pull/3799
- fix(eslint): allow use method inside other use methods by @manucorporat in https://github.com/BuilderIO/qwik/pull/3804
- fix: agressive optimizer inlining by @manucorporat in https://github.com/BuilderIO/qwik/pull/3803
- fix: slot creation forgets vdom by @manucorporat in https://github.com/BuilderIO/qwik/pull/3809
- docs: fix redirects by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3808
- Improve use 'use-not-root' behavious in es-lint plugin by @Wimpert in https://github.com/BuilderIO/qwik/pull/3807
- docs: Semantic HTML update for all docs and playground examples by @AnthonyPAlicea in https://github.com/BuilderIO/qwik/pull/3745
- fix: URL update after SSG Link navigation by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3810
- feat: use PUBLIC_ prefix by @manucorporat in https://github.com/BuilderIO/qwik/pull/3817
- feat: aggressive client treeshaking by @manucorporat in https://github.com/BuilderIO/qwik/pull/3816
- docs: more ai improvements by @manucorporat in https://github.com/BuilderIO/qwik/pull/3815
- fix: children types by @manucorporat in https://github.com/BuilderIO/qwik/pull/3814
- fix: default prod build for node by @manucorporat in https://github.com/BuilderIO/qwik/pull/3812
- feat: server$ this will be defined most of the times by @manucorporat in https://github.com/BuilderIO/qwik/pull/3813
- fix: 🐛 Update starters vite-tsconfig-paths dependency to latest by @bjonesy in https://github.com/BuilderIO/qwik/pull/3793
- fix: allow enum literals by @manucorporat in https://github.com/BuilderIO/qwik/pull/3819
- docs: add mobile search by @zanettin in https://github.com/BuilderIO/qwik/pull/3791
- fix: remove jsx warning by @manucorporat in https://github.com/BuilderIO/qwik/pull/3822
- feat: serialize server$ exceptions by @manucorporat in https://github.com/BuilderIO/qwik/pull/3821
- fix: only treeshake on client mode by @manucorporat in https://github.com/BuilderIO/qwik/pull/3820
- docs: speculative module fetching during dev by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3825
- docs: improve speculative module debugging docs by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3826
- docs: Endpoints typo by @PatrickJS in https://github.com/BuilderIO/qwik/pull/3828
- fix: vite bundling conditionals by @manucorporat in https://github.com/BuilderIO/qwik/pull/3833
- feat: add eslint option to pass tsconfigFileNames by @gmfun in https://github.com/BuilderIO/qwik/pull/2493
- feat: relax serialization rules by @manucorporat in https://github.com/BuilderIO/qwik/pull/2338
- docs: speculative module fetching wording improvement by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3832
- docs: update slot by @mhevery in https://github.com/BuilderIO/qwik/pull/3829
- fix: relax aggressive treeshaking by @manucorporat in https://github.com/BuilderIO/qwik/pull/3835
- chore: deps release by @manucorporat in https://github.com/BuilderIO/qwik/pull/3836
- test: publish cli build artifacts by @adamdbradley in https://github.com/BuilderIO/qwik/pull/3837
- docs: correct typo and update for consistency by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3834
- Pr docs cleanup by @mhevery in https://github.com/BuilderIO/qwik/pull/3838
- feat: View Transition API by @swwind in https://github.com/BuilderIO/qwik/pull/3691
- refactor: useStore is deep recursive by default by @manucorporat in https://github.com/BuilderIO/qwik/pull/3678
- fix: enable View Transition by default by @manucorporat in https://github.com/BuilderIO/qwik/pull/3839
- Add live cookie value support to fix stale values by @n8sabes in https://github.com/BuilderIO/qwik/pull/3667
- fix: pass --mode argument to child build commands by @DustinJSilk in https://github.com/BuilderIO/qwik/pull/3841
- chore: release qwik-city by @manucorporat in https://github.com/BuilderIO/qwik/pull/3843
New Contributors
- @bjonesy made their first contribution in https://github.com/BuilderIO/qwik/pull/3793
- @gmfun made their first contribution in https://github.com/BuilderIO/qwik/pull/2493
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.102.0...v0.103.0