April 5th, 2023
What's Changed
- docs: enable JSX output for inlined examples by @mhevery in https://github.com/BuilderIO/qwik/pull/3573
- fix: cli background install by @zanettin in https://github.com/BuilderIO/qwik/pull/3587
- docs: Rename "Lite Component" to "Inline Component" by @steve8708 in https://github.com/BuilderIO/qwik/pull/3589
- docs: Make the intro to context simpler and easier to mentally parse by @steve8708 in https://github.com/BuilderIO/qwik/pull/3588
- core: remove FormData from onSubmit$ event types by @steve8708 in https://github.com/BuilderIO/qwik/pull/3591
- docs: misspelling fixes by @spicyzboss in https://github.com/BuilderIO/qwik/pull/3578
- docs: Fix "open in playground" button styling by @steve8708 in https://github.com/BuilderIO/qwik/pull/3590
- Ecosystem-add by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3566
- docs: Add upester to the Showcase by @tgv1975 in https://github.com/BuilderIO/qwik/pull/3536
- Revert "docs: Add upester to the Showcase" by @mhevery in https://github.com/BuilderIO/qwik/pull/3593
- Pr docs homepage by @mhevery in https://github.com/BuilderIO/qwik/pull/3592
- docs: fix events docs by @mhevery in https://github.com/BuilderIO/qwik/pull/3595
- Pr docs cleanup by @mhevery in https://github.com/BuilderIO/qwik/pull/3596
- docs: flushed out tasks docs by @mhevery in https://github.com/BuilderIO/qwik/pull/3597
- docs: browser window rebrush by @zanettin in https://github.com/BuilderIO/qwik/pull/3612
- docs: Add upester to the Showcase by @tgv1975 in https://github.com/BuilderIO/qwik/pull/3608
- Pr docs cleanup by @mhevery in https://github.com/BuilderIO/qwik/pull/3611
- docs: add
edit
button to example browser by @zanettin in https://github.com/BuilderIO/qwik/pull/3614 - docs: merge tasks/lifecycle into single page by @mhevery in https://github.com/BuilderIO/qwik/pull/3616
- Feat ai improvements by @manucorporat in https://github.com/BuilderIO/qwik/pull/3626
- docs: update PostCSS integration docs by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3598
- docs: prNumber's type should be string by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3627
- docs: update FAQ for qwik by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3620
- docs: fix a typo in the
noSerialize()
section by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3628 - fix: Edit this Page by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3601
- docs: fix tutorial examples to follow best practices by @dustinsgoodman in https://github.com/BuilderIO/qwik/pull/3623
- docs: allow line and code highlighing by @manucorporat in https://github.com/BuilderIO/qwik/pull/3630
- docs: refinements by @manucorporat in https://github.com/BuilderIO/qwik/pull/3632
- docs: sync examples between mdx and tsx by @mhevery in https://github.com/BuilderIO/qwik/pull/3633
- Fix routeLoader doc mistake by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3648
- Update index.mdx by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3650
- Add async/await in examples by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3652
- docs: update failure docs. by @hamatoyogi in https://github.com/BuilderIO/qwik/pull/3654
- Fix update docs rc by @manucorporat in https://github.com/BuilderIO/qwik/pull/3649
- fix: render of spread children by @manucorporat in https://github.com/BuilderIO/qwik/pull/3657
- Improve definition of
useTask$
by @brunocrosier in https://github.com/BuilderIO/qwik/pull/3631 - Fixed typo in README.md by @amatiash in https://github.com/BuilderIO/qwik/pull/3636
- docs: fix link typo by @Craiqser in https://github.com/BuilderIO/qwik/pull/3619
- docs:
useTask$
shouldn't appear in the section of 4. Modifying State by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3617 - docs: improved code snippets by @ayushs2003 in https://github.com/BuilderIO/qwik/pull/3637
- docs: Replacing deprecated .run() method with .submit() by @thejackshelton in https://github.com/BuilderIO/qwik/pull/3661
- fix: children spread by @manucorporat in https://github.com/BuilderIO/qwik/pull/3668
- feat: select value rendering by @manucorporat in https://github.com/BuilderIO/qwik/pull/3669
- feat: allow platform mocking for local development by @cayter in https://github.com/BuilderIO/qwik/pull/3604
- docs(tutorial/events/synchronous): fix 404 on link to useVisibleTask$ by @spenserblack in https://github.com/BuilderIO/qwik/pull/3662
- docs: Fixed QRL link by @amatiash in https://github.com/BuilderIO/qwik/pull/3659
- docs: track(signal) to track(()=>signal.value) by @sreeisalso in https://github.com/BuilderIO/qwik/pull/3651
- fix: store serialization with spaces by @manucorporat in https://github.com/BuilderIO/qwik/pull/3670
- chore: release qwik auth by @manucorporat in https://github.com/BuilderIO/qwik/pull/3672
- fix: improve jsx stack error by @manucorporat in https://github.com/BuilderIO/qwik/pull/3671
- 0.101.0 by @manucorporat in https://github.com/BuilderIO/qwik/pull/3673
- starters: code snippets useBrowserVisibleTask -> useVisibleTask by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3675
- docs: added code snippets by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3674
- docs: small changes by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3676
- docs: improved folder structure by @the-r3aper7 in https://github.com/BuilderIO/qwik/pull/3677
New Contributors
- @spicyzboss made their first contribution in https://github.com/BuilderIO/qwik/pull/3578
- @tgv1975 made their first contribution in https://github.com/BuilderIO/qwik/pull/3536
- @wtlin1228 made their first contribution in https://github.com/BuilderIO/qwik/pull/3627
- @dustinsgoodman made their first contribution in https://github.com/BuilderIO/qwik/pull/3623
- @amatiash made their first contribution in https://github.com/BuilderIO/qwik/pull/3636
- @ayushs2003 made their first contribution in https://github.com/BuilderIO/qwik/pull/3637
- @thejackshelton made their first contribution in https://github.com/BuilderIO/qwik/pull/3661
- @cayter made their first contribution in https://github.com/BuilderIO/qwik/pull/3604
- @spenserblack made their first contribution in https://github.com/BuilderIO/qwik/pull/3662
- @sreeisalso made their first contribution in https://github.com/BuilderIO/qwik/pull/3651
Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.100.0...v0.101.0