Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: track(signal) to track(()=>signal.value) #3651

Merged
merged 2 commits into from
Apr 5, 2023
Merged

docs: track(signal) to track(()=>signal.value) #3651

merged 2 commits into from
Apr 5, 2023

Conversation

sreeisalso
Copy link
Contributor

@sreeisalso sreeisalso commented Apr 4, 2023

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Use cases and why

    1. One use case
    1. Another use case

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • Added new tests to cover the fix / functionality

@stackblitz
Copy link

stackblitz bot commented Apr 4, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@zanettin zanettin changed the title track(signal) to track(()=>signal.value) docs: track(signal) to track(()=>signal.value) Apr 4, 2023
@zanettin zanettin added the COMP: docs Improvements or additions to documentation label Apr 4, 2023
@manucorporat manucorporat merged commit d4067e1 into QwikDev:main Apr 5, 2023
kodiakhq bot pushed a commit to ascorbic/unpic-img that referenced this pull request Apr 17, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-qwik](https://togithub.com/BuilderIO/qwik) | [`^0.23.0` -> `^0.102.0`](https://renovatebot.com/diffs/npm/eslint-plugin-qwik/0.23.0/0.102.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-qwik/0.102.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-qwik/0.102.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-qwik/0.102.0/compatibility-slim/0.23.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-qwik/0.102.0/confidence-slim/0.23.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>BuilderIO/qwik</summary>

### [`v0.102.0`](https://togithub.com/BuilderIO/qwik/releases/tag/v0.102.0)

[Compare Source](https://togithub.com/BuilderIO/qwik/compare/v0.101.0...v0.102.0)

#### What's Changed

-   feat: use-method-usage eslint rule by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3686
-   feat: Qwik AI by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3734
-   feat: serialize bigint by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3767
-   fix: update serde by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3775
-   fix: node bundling by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3687
-   fix: error on resource mutation by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3689
-   fix: use publish instead of dev for wrangler pages deployment by [@&#8203;dario-piotrowicz](https://togithub.com/dario-piotrowicz) in [QwikDev/qwik#2422
-   fix: types useComputed by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3690
-   fix: load `.env` files on dev server by [@&#8203;genki](https://togithub.com/genki) in [QwikDev/qwik#2852
-   fix: reorder children issue by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3732
-   fix home dir creation when running pnpm create qwik@latest by [@&#8203;iseth](https://togithub.com/iseth) in [QwikDev/qwik#3744
-   fix(eslint): crash when PropFunction is a union type by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3765
-   fix: routeLoader can return undefined by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3766
-   fix: useResource type by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3768
-   fix: optimizer inlined expressions by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3764
-   fix: Support users passing an excluded path for the generated manifest by [@&#8203;sean-roberts](https://togithub.com/sean-roberts) in [QwikDev/qwik#3738
-   fix home dir creation when running pnpm create qwik@latest by [@&#8203;iseth](https://togithub.com/iseth) in [QwikDev/qwik#3763
-   fix: bind:checked by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3776
-   docs: fix integration/deployment links by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3717
-   docs: update redirect docs by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3769
-   docs: update qwik and qwik-city version by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3771
-   docs: fix useResource$ links by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3773
-   docs: onStaticGenerate by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3772
-   docs: fix linting by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3778
-   test: add slot test for changing projected text by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3681
-   docs: small changes by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3680
-   docs: add title in code block by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3685
-   docs: onInput$ -> bind:value by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3682
-   docs: small typo by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3692
-   docs: update optimizer example by [@&#8203;zanettin](https://togithub.com/zanettin) in [QwikDev/qwik#3695
-   docs: better font family for code block on windows by [@&#8203;Varixo](https://togithub.com/Varixo) in [QwikDev/qwik#3660
-   docs: Added a short readme for the Azure SWA adapter. by [@&#8203;ThomasJuhasz](https://togithub.com/ThomasJuhasz) in [QwikDev/qwik#3305
-   docs: added more titles by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3694
-   docs: Update CONTRIBUTING.md by [@&#8203;mahmoudajawad](https://togithub.com/mahmoudajawad) in [QwikDev/qwik#3448
-   docs: upgrade to latest `@builder.io/sdk-qwik`; allow rendering by co… by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3699
-   docs: move `integrations` and `deployments` under `docs` by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3700
-   docs: add asterisk to 'use' for more clarity by [@&#8203;khalilou88](https://togithub.com/khalilou88) in [QwikDev/qwik#3698
-   docs: update tutorial markup with semantic HTML where appropriate by [@&#8203;AnthonyPAlicea](https://togithub.com/AnthonyPAlicea) in [QwikDev/qwik#3688
-   docs: added onGet by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3703
-   docs: improved groups in community page by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3696
-   docs: Improve projects by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3697
-   added recommeded extenstion.json by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3705
-   docs(file name): it corrects the English of the sentence. Precisely the tense used in this sentence by [@&#8203;kushalmahajan](https://togithub.com/kushalmahajan) in [QwikDev/qwik#3711
-   docs: update Qwik React by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3714
-   docs: merge the two pages of useResource by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3722
-   docs: small typo by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3718
-   Docs: Best Practices by [@&#8203;un33k](https://togithub.com/un33k) in [QwikDev/qwik#3726
-   docs: add code highlights to getting started by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3721
-   docs: Update link in FAQ by [@&#8203;hamatoyogi](https://togithub.com/hamatoyogi) in [QwikDev/qwik#3729
-   docs: improve docs for AI by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3733
-   docs: Minor tweaks to README by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3740
-   docs: readme fixes by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3747
-   docs: update copy in getting started by [@&#8203;kapunahelewong](https://togithub.com/kapunahelewong) in [QwikDev/qwik#3741
-   docs: minor readme formatting by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3757
-   Qwik 0.102.0 by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3779

#### New Contributors

-   [@&#8203;ThomasJuhasz](https://togithub.com/ThomasJuhasz) made their first contribution in [QwikDev/qwik#3305
-   [@&#8203;mahmoudajawad](https://togithub.com/mahmoudajawad) made their first contribution in [QwikDev/qwik#3448
-   [@&#8203;khalilou88](https://togithub.com/khalilou88) made their first contribution in [QwikDev/qwik#3698
-   [@&#8203;AnthonyPAlicea](https://togithub.com/AnthonyPAlicea) made their first contribution in [QwikDev/qwik#3688
-   [@&#8203;kushalmahajan](https://togithub.com/kushalmahajan) made their first contribution in [QwikDev/qwik#3711
-   [@&#8203;sean-roberts](https://togithub.com/sean-roberts) made their first contribution in [QwikDev/qwik#3738
-   [@&#8203;iseth](https://togithub.com/iseth) made their first contribution in [QwikDev/qwik#3744
-   [@&#8203;kapunahelewong](https://togithub.com/kapunahelewong) made their first contribution in [QwikDev/qwik#3741

**Full Changelog**: QwikDev/qwik@v0.101.0...v0.102.0

### [`v0.101.0`](https://togithub.com/BuilderIO/qwik/releases/tag/v0.101.0)

[Compare Source](https://togithub.com/BuilderIO/qwik/compare/v0.100.0...v0.101.0)

#### What's Changed

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

#### New Contributors

-   [@&#8203;spicyzboss](https://togithub.com/spicyzboss) made their first contribution in [QwikDev/qwik#3578
-   [@&#8203;tgv1975](https://togithub.com/tgv1975) made their first contribution in [QwikDev/qwik#3536
-   [@&#8203;wtlin1228](https://togithub.com/wtlin1228) made their first contribution in [QwikDev/qwik#3627
-   [@&#8203;dustinsgoodman](https://togithub.com/dustinsgoodman) made their first contribution in [QwikDev/qwik#3623
-   [@&#8203;amatiash](https://togithub.com/amatiash) made their first contribution in [QwikDev/qwik#3636
-   [@&#8203;ayushs2003](https://togithub.com/ayushs2003) made their first contribution in [QwikDev/qwik#3637
-   [@&#8203;thejackshelton](https://togithub.com/thejackshelton) made their first contribution in [QwikDev/qwik#3661
-   [@&#8203;cayter](https://togithub.com/cayter) made their first contribution in [QwikDev/qwik#3604
-   [@&#8203;spenserblack](https://togithub.com/spenserblack) made their first contribution in [QwikDev/qwik#3662
-   [@&#8203;sreeisalso](https://togithub.com/sreeisalso) made their first contribution in [QwikDev/qwik#3651

**Full Changelog**: QwikDev/qwik@v0.100.0...v0.101.0

### [`v0.100.0`](https://togithub.com/BuilderIO/qwik/releases/tag/v0.100.0)

[Compare Source](https://togithub.com/BuilderIO/qwik/compare/v0.25.0...v0.100.0)

#### BREAKING CHANGES

In preparation for V1, we have removed all deprecated APIs, it would be good to first install `0.25.0` and fix all deprecations before updating to `0.100.0`. It's also possible that there are existing libraries using deprecated APIs that need to be updated. We plan to work with the community to get all updated for a robust and fresh 1.0 release!

From now, there wont be any more breaking changes, other than updating Typescript, Vite or Node. No changes to the Qwik code will be needed.

Check out the announcement:
https://www.builder.io/blog/qwik-rc-milestone

#### What's Changed

-   docs: remove code-example iframes to unblock build by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3569
-   make header smaller on desktop. by [@&#8203;hamatoyogi](https://togithub.com/hamatoyogi) in [QwikDev/qwik#3568
-   docs: add component overview examples by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3570
-   Starter-fixes by [@&#8203;hamatoyogi](https://togithub.com/hamatoyogi) in [QwikDev/qwik#3563
-   fix: component rendering from prop access by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3571
-   fix: optimizer props destructuring by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3567
-   docs: ecosystem redesign by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3532
-   Pr docs homepage by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3572
-   docs: qwik one pager by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3545
-   docs: minor changes in ecosystem and integration page. by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3575
-   header styling fixes by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3579
-   docs: minor typos by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3581
-   docs: fix for cloudflare build by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3584
-   refactor: remove deprecations by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3574
-   docs(packages/docs/src/routes/docs/(qwik)/components/resource/index.m… by [@&#8203;Austionian](https://togithub.com/Austionian) in [QwikDev/qwik#3583
-   docs: minor changes by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3582
-   chore: rc preparations by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3576
-   docs: Improved docs overview page by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3580
-   docs: More real world examples for route loader by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3585
-   starter: last fix by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3586

#### New Contributors

-   [@&#8203;Austionian](https://togithub.com/Austionian) made their first contribution in [QwikDev/qwik#3583

**Full Changelog**: QwikDev/qwik@v0.25.0...v0.100.0

### [`v0.25.0`](https://togithub.com/BuilderIO/qwik/releases/tag/v0.25.0)

[Compare Source](https://togithub.com/BuilderIO/qwik/compare/v0.24.0...v0.25.0)

#### What's Changed

-   test: add pathname matching tests with a period by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3509
-   fix: match routes w/ and w/out trailing slash by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3511
-   fix: better next steps for deployments by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3510
-   docs: typos by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3516
-   feat(qwik-auth): support credentials provider using useAuthSignin action by [@&#8203;ulic75](https://togithub.com/ulic75) in [QwikDev/qwik#3513
-   docs: Node.js typos by [@&#8203;ilteoood](https://togithub.com/ilteoood) in [QwikDev/qwik#3514
-   docs: fix code snippet on page `routeLoader$()` by [@&#8203;iamyuu](https://togithub.com/iamyuu) in [QwikDev/qwik#3518
-   docs: update links by [@&#8203;the-r3aper7](https://togithub.com/the-r3aper7) in [QwikDev/qwik#3515
-   feat: added event payload to support userEvent change with custom payload by [@&#8203;Oddadmix](https://togithub.com/Oddadmix) in [QwikDev/qwik#3517
-   docs: fix action docs by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3520
-   feat: serialize JSX by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3526
-   fix(qwik-auth): replace accidently removed optional chain on providerId by [@&#8203;ulic75](https://togithub.com/ulic75) in [QwikDev/qwik#3523
-   docs: deployments redirects by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3533
-   fix: yaml escaped titles by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3538
-   docs: fix Qwik SDK missing site information for targeting by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3539
-   docs: Updated homepage by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3529
-   core: remove currentTarget from BaseSyntheticEvent by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3553
-   docs: Fix broken links for "API" and "Qwik City & Routing" on "Welcome to Qwik" (Introduction) Page by [@&#8203;EdinK1](https://togithub.com/EdinK1) in [QwikDev/qwik#3543
-   docs: Make the introductoin to resources friendlier by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3550
-   docs: blackflag.dev added to demo pages on docs site by [@&#8203;openblackflag](https://togithub.com/openblackflag) in [QwikDev/qwik#2604
-   docs: move qwik city into the qwik city section by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3549
-   docs: fix and simplify resource example by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3555
-   docs: make errors in the repl red so they are noticeable by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3556
-   docs: add live examples by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3559
-   docs: Clean up Qwik City docs by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3558
-   docs: fix typo in Form actions page by [@&#8203;adnanebrahimi](https://togithub.com/adnanebrahimi) in [QwikDev/qwik#3562
-   docs: Make the tutorial buttons more prominent by [@&#8203;steve8708](https://togithub.com/steve8708) in [QwikDev/qwik#3557
-   chore: 0.25.0 by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3564

#### New Contributors

-   [@&#8203;Oddadmix](https://togithub.com/Oddadmix) made their first contribution in [QwikDev/qwik#3517
-   [@&#8203;EdinK1](https://togithub.com/EdinK1) made their first contribution in [QwikDev/qwik#3543
-   [@&#8203;openblackflag](https://togithub.com/openblackflag) made their first contribution in [QwikDev/qwik#2604

**Full Changelog**: QwikDev/qwik@v0.24.0...v0.25.0

### [`v0.24.0`](https://togithub.com/BuilderIO/qwik/releases/tag/v0.24.0)

[Compare Source](https://togithub.com/BuilderIO/qwik/compare/v0.23.0...v0.24.0)

##### What's Changed

-   feat: add eslint rule for unused server$ by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3428
-   docs: update to latest by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3431
-   fix(cli): minore CLI adjustments by [@&#8203;zanettin](https://togithub.com/zanettin) in [QwikDev/qwik#3429
-   feat: bind:value for input by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3433
-   fix: qwik submit action from form by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3447
-   Fix Playground: `<html>` duplicate by [@&#8203;samijaber](https://togithub.com/samijaber) in [QwikDev/qwik#3445
-   feat(starter): add responsiveness by [@&#8203;zanettin](https://togithub.com/zanettin) in [QwikDev/qwik#3436
-   Pr docs v1 by [@&#8203;mhevery](https://togithub.com/mhevery) in [QwikDev/qwik#3451
-   fix(qwik-auth): use new actions/loaders by [@&#8203;ulic75](https://togithub.com/ulic75) in [QwikDev/qwik#3443
-   fix(starter-basic): Replace Deprecated loc.href With loc.url.href by [@&#8203;Kesmek](https://togithub.com/Kesmek) in [QwikDev/qwik#3452
-   fix: issue qwik city by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3454
-   chore: auto trigger e2e CI by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3456
-   fix: base64url is not supported by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3457
-   d by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3459
-   docs: improved emoji shuffle by [@&#8203;LockingReal](https://togithub.com/LockingReal) in [QwikDev/qwik#3344
-   docs: fix links to Vercel docs by [@&#8203;forresst](https://togithub.com/forresst) in [QwikDev/qwik#3455
-   perf: optimizer complex member access by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3444
-   fix: docs bundling by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3460
-   fix: docs tutorials by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3467
-   docs: fix overview link by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3470
-   feat(starters-todolist): Add validation to text by [@&#8203;gabriiels](https://togithub.com/gabriiels) in [QwikDev/qwik#3450
-   docs(packages/docs/src/routes/community/projects/index.mdx): add new community section and item by [@&#8203;xinnks](https://togithub.com/xinnks) in [QwikDev/qwik#3327
-   fix(azure-swa): SSR build should target Node.js environment by [@&#8203;derkoe](https://togithub.com/derkoe) in [QwikDev/qwik#3441
-   🌐 by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3466
-   fix: isDev in external library by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3474
-   fix: spread should invalidate static listener optimization by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3478
-   fix: ecosystem page for mobile by [@&#8203;zanettin](https://togithub.com/zanettin) in [QwikDev/qwik#3473
-   docs: update JSDocs alpha to public by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3477
-   fix: do not include \u paths in q-manifest by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3485
-   fix: spread reactivity by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3489
-   fix: useComputed with children validation by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3490
-   fix: key + spread imports react by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3491
-   fix: mark \_fnSignal as internal by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3494
-   fix(cli): handling directory with spaces on windows by [@&#8203;zanettin](https://togithub.com/zanettin) in [QwikDev/qwik#3469
-   fix: allow option element within phrasing content by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3496
-   fix: tfoot inside table by [@&#8203;ofavre](https://togithub.com/ofavre) in [QwikDev/qwik#3484
-   docs: Add Modular Forms to community projects on docs by [@&#8203;fabian-hiller](https://togithub.com/fabian-hiller) in [QwikDev/qwik#3476
-   chore: ci by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3492
-   fix: keep multiple form properties by [@&#8203;ulic75](https://togithub.com/ulic75) in [QwikDev/qwik#3480
-   feat: fastify support by [@&#8203;ilteoood](https://togithub.com/ilteoood) in [QwikDev/qwik#3282
-   fix: add caption and colgroup as valid table children by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3499
-   `useStore(...)` proxy now handles `delete proxy[k]` by [@&#8203;revintec](https://togithub.com/revintec) in [QwikDev/qwik#3475
-   fix: deprecate express adapter by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3500
-   chore: enforce curly by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3495
-   docs: fix redirect by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3504
-   fix: remove new Function by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3503
-   chore: fix starter code snippet by [@&#8203;iamyuu](https://togithub.com/iamyuu) in [QwikDev/qwik#3501
-   chore: release 0.24.0 by [@&#8203;manucorporat](https://togithub.com/manucorporat) in [QwikDev/qwik#3507
-   docs: update docs overview links by [@&#8203;adamdbradley](https://togithub.com/adamdbradley) in [QwikDev/qwik#3508

##### New Contributors

-   [@&#8203;LockingReal](https://togithub.com/LockingReal) made their first contribution in [QwikDev/qwik#3344
-   [@&#8203;gabriiels](https://togithub.com/gabriiels) made their first contribution in [QwikDev/qwik#3450
-   [@&#8203;xinnks](https://togithub.com/xinnks) made their first contribution in [QwikDev/qwik#3327
-   [@&#8203;ofavre](https://togithub.com/ofavre) made their first contribution in [QwikDev/qwik#3484
-   [@&#8203;fabian-hiller](https://togithub.com/fabian-hiller) made their first contribution in [QwikDev/qwik#3476
-   [@&#8203;ilteoood](https://togithub.com/ilteoood) made their first contribution in [QwikDev/qwik#3282
-   [@&#8203;iamyuu](https://togithub.com/iamyuu) made their first contribution in [QwikDev/qwik#3501

**Full Changelog**: QwikDev/qwik@v0.23.0...v0.24.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ascorbic/unpic-img).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP: docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants