July 13th, 2022
What's Changed
- Routing and Nested Layouts by @adamdbradley in https://github.com/BuilderIO/qwik/pull/627
- 0.0.35 by @manucorporat in https://github.com/BuilderIO/qwik/pull/710
- Update components.mdx by @tidiview in https://github.com/BuilderIO/qwik/pull/708
- added docs about useMount$ by @tidiview in https://github.com/BuilderIO/qwik/pull/709
- Fix typo in preventdefault example by @albizures in https://github.com/BuilderIO/qwik/pull/713
- docs: update docs by @mhevery in https://github.com/BuilderIO/qwik/pull/714
- Update button-div tag by @selvakumardhivakar in https://github.com/BuilderIO/qwik/pull/721
- Fix typo in tutorial "Passing Stores" by @marc136 in https://github.com/BuilderIO/qwik/pull/716
- Add an inline comment to callout lazy-loaded behavior by @dpurp in https://github.com/BuilderIO/qwik/pull/723
- feat: serialize promises by @manucorporat in https://github.com/BuilderIO/qwik/pull/726
- refactor: new syntax for JSX events by @manucorporat in https://github.com/BuilderIO/qwik/pull/727
- feat: useResource() by @manucorporat in https://github.com/BuilderIO/qwik/pull/728
- docs: Improve clarity of Lite Component declaration by @dpurp in https://github.com/BuilderIO/qwik/pull/729
- fix: first render state by @manucorporat in https://github.com/BuilderIO/qwik/pull/730
- docs: correct typo by @mhevery in https://github.com/BuilderIO/qwik/pull/732
- fix: execution order of watches by @manucorporat in https://github.com/BuilderIO/qwik/pull/739
- feat: stripExports option in compiler by @manucorporat in https://github.com/BuilderIO/qwik/pull/740
- chore: revert to 0.0.35 by @manucorporat in https://github.com/BuilderIO/qwik/pull/741
- docs: update introductory paragraph in README by @craigshoemaker in https://github.com/BuilderIO/qwik/pull/735
- fix: prefetching by @mhevery in https://github.com/BuilderIO/qwik/pull/737
- fix: optimizer generates correct symbol names by @manucorporat in https://github.com/BuilderIO/qwik/pull/743
- fix: improve asserts and errors by @manucorporat in https://github.com/BuilderIO/qwik/pull/746
- fixed typos in Docs Component Composition by @tidiview in https://github.com/BuilderIO/qwik/pull/747
- fix: serialization with and error reporting by @manucorporat in https://github.com/BuilderIO/qwik/pull/748
- docs: SSR Tutorial - editorial pass by @craigshoemaker in https://github.com/BuilderIO/qwik/pull/750
- Update Qwik City getting started docs by @tmns in https://github.com/BuilderIO/qwik/pull/745
- Fix empty request headers/body for API endpoints by @nnelgxorz in https://github.com/BuilderIO/qwik/pull/725
- Netlify middleware by @nnelgxorz in https://github.com/BuilderIO/qwik/pull/724
- feat: qwik-city response headers by @adamdbradley in https://github.com/BuilderIO/qwik/pull/733
- feat: qwik city route location user context by @adamdbradley in https://github.com/BuilderIO/qwik/pull/754
New Contributors
- @albizures made their first contribution in https://github.com/BuilderIO/qwik/pull/713
- @selvakumardhivakar made their first contribution in https://github.com/BuilderIO/qwik/pull/721
- @marc136 made their first contribution in https://github.com/BuilderIO/qwik/pull/716
- @dpurp made their first contribution in https://github.com/BuilderIO/qwik/pull/723
- @craigshoemaker made their first contribution in https://github.com/BuilderIO/qwik/pull/735
- @tmns made their first contribution in https://github.com/BuilderIO/qwik/pull/745
- @nnelgxorz made their first contribution in https://github.com/BuilderIO/qwik/pull/725
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.0.34...v0.0.35