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

Sync #50f3f20a #932

Merged
merged 58 commits into from
May 8, 2024
Merged

Sync #50f3f20a #932

merged 58 commits into from
May 8, 2024

Commits on Apr 10, 2024

  1. Update routing.md (#2786)

    Added "is" for clarity in the opening sentence.
    MrsLong committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d3c861b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1de1dd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    3d854a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    6e1c211 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore(deps): bump vue from 3.4.21 to 3.4.22 (#2800)

    Bumps [vue](https://github.com/vuejs/core) from 3.4.21 to 3.4.22.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.21...v3.4.22)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d8cd9c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. docs: rephrasing for understanding (#2783)

    * docs: rephrasing for understanding
    
    * docs: rephrasing component basics
    
    * docs: rephrased for better understanding
    
    * docs: added comment to code
    
    ---------
    
    Co-authored-by: 404answernotfound <[email protected]>
    404answernotfound and 404answernotfound committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    456e418 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump vue from 3.4.22 to 3.4.23 (#2803)

    Bumps [vue](https://github.com/vuejs/core) from 3.4.22 to 3.4.23.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.22...v3.4.23)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c5f2a3c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. chore(deps): bump vitepress from 1.1.0 to 1.1.3 (#2808)

    Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.0 to 1.1.3.
    - [Release notes](https://github.com/vuejs/vitepress/releases)
    - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
    - [Commits](vuejs/vitepress@v1.1.0...v1.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: vitepress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0beaed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. docs: change tag from div to li element (#2814)

    Co-authored-by: 小林 輝 <[email protected]>
    Co-authored-by: Divyansh Singh <[email protected]>
    3 people committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4cda226 View commit details
    Browse the repository at this point in the history
  2. docs: update slots.md (#2812)

    Make the sentence more reader friendly.
    RDistinct committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    44d4e75 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. disable banner

    yyx990803 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7da76f6 View commit details
    Browse the repository at this point in the history
  2. Update themes.json (#2819)

    Updated Image URLs and pricing
    phoenixcoded20 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    658d337 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump vue from 3.4.23 to 3.4.25 (#2820)

    Bumps [vue](https://github.com/vuejs/core) from 3.4.23 to 3.4.25.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.23...v3.4.25)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5451f5b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. document nullable types

    yyx990803 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    26666c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab109fd View commit details
    Browse the repository at this point in the history
  3. docs: ensure consistency in example for class-and-style.md (#2822)

    In the inline style are it was written 13 px instead of 30px for the font size. I re write it to 30px
    anoopbk123 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3cfa678 View commit details
    Browse the repository at this point in the history
  4. fix: align play icon (#2818)

    * align play icon
    * fix center horizontally
    rluvaton committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4e4a963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31a6e6b View commit details
    Browse the repository at this point in the history
  6. docs: fix update theme property to a reactive property (#2750)

    * update sfc-css-features.md
    
    Update theme to reactive  property
    
    * docs: make example consistent with ref recommendation as standard
    
    ---------
    
    Co-authored-by: Ben Hong <[email protected]>
    GmavionR and bencodezen committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    90e33ea View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    c42ab53 View commit details
    Browse the repository at this point in the history
  2. docs: link to suspense (#2827)

    manniL committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    15ada9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    306262e View commit details
    Browse the repository at this point in the history
  4. fix: <pre> inside <p> in example code (#2825)

    Co-authored-by: Divyansh Singh <[email protected]>
    xiaodong2008 and brc-dd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d47441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21cd803 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4976d7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cf6815 View commit details
    Browse the repository at this point in the history
  8. add privacy policy

    yyx990803 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5bc30bf View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump @vue/repl from 4.1.1 to 4.1.2

    Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/vuejs/repl/releases)
    - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md)
    - [Commits](vuejs/repl@v4.1.1...v4.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@vue/repl"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0112f1a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    566533b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57413f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    980866b View commit details
    Browse the repository at this point in the history
  4. docs: add vue vapor repo link (#2836)

    * docs: add vapor link
    
    * docs: switch link wrap in reactivity in depth
    
    ---------
    
    Co-authored-by: Ben Hong <[email protected]>
    xiaodong2008 and bencodezen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c70fdb3 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump vue from 3.4.25 to 3.4.26

    Bumps [vue](https://github.com/vuejs/core) from 3.4.25 to 3.4.26.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.25...v3.4.26)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d4b8dec View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump vitepress from 1.1.3 to 1.1.4

    Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.3 to 1.1.4.
    - [Release notes](https://github.com/vuejs/vitepress/releases)
    - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
    - [Commits](vuejs/vitepress@v1.1.3...v1.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: vitepress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    baf27c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. add cute logo

    yyx990803 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b137c7a View commit details
    Browse the repository at this point in the history
  2. docs: update link to official certification website (#2782)

    * Update link to official certification website
    
    * Update .vitepress/config.ts
    
    ---------
    
    Co-authored-by: Natalia Tepluhina <[email protected]>
    nperegrine and NataliaTepluhina committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4c1e2c1 View commit details
    Browse the repository at this point in the history
  3. docs #2821: fix writing mistakes in letter case (#2828)

    * docs: fix writing mistakes in letter case
    
    * docs: revert removing 'is' from 'count is'
    xiaodong2008 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7ae6897 View commit details
    Browse the repository at this point in the history
  4. avoid uwu logo layout shift

    yyx990803 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5699257 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    b786ffd View commit details
    Browse the repository at this point in the history
  2. Update slots.md (#2806)

    * Update slots.md
    
    Update documentation in order to indicate how to use conditional render of default slot
    
    * Update slots.md
    
    Fix typo
    
    * Update slots.md
    
    * Update src/guide/components/slots.md
    
    ---------
    
    Co-authored-by: Natalia Tepluhina <[email protected]>
    claushellsing and NataliaTepluhina committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cbe0bcb View commit details
    Browse the repository at this point in the history
  3. docs (#2528): add references to help people new to getter functions i…

    …… (#2817)
    
    * docs (#2528): add references to help people new to getter functions in docs
    
    * docs: update links to have more specific sections to guide users to
    bencodezen committed May 1, 2024
    Configuration menu
    Copy the full SHA
    43761be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c86beff View commit details
    Browse the repository at this point in the history
  5. docs: add docs for v-model update:* event (#2839)

    docs: add docs for v-model update:* event
    xiaodong2008 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    288f7bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12a2591 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fddbd8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7aa1cb3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add Vuemastery free-weekend banner may 2024 (#2847)

    feat: add vuemastery free-weekend banner
    i5dr0id committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0d064f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3eb63c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. docs: add warning to custom-directives (#2850)

    * docs: add warning to custom-directives
    
    * Update src/guide/reusability/custom-directives.md
    
    ---------
    
    Co-authored-by: Natalia Tepluhina <[email protected]>
    xiaodong2008 and NataliaTepluhina committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3044a81 View commit details
    Browse the repository at this point in the history
  2. bring back the uwu logo

    yyx990803 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a95e910 View commit details
    Browse the repository at this point in the history
  3. update privacy policy

    yyx990803 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    50f3f20 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge remote-tracking branch 'origin/upstream' into sync

    # Conflicts:
    #	.vitepress/config.ts
    #	.vitepress/theme/index.ts
    #	LICENSE
    #	pnpm-lock.yaml
    #	src/api/built-in-components.md
    #	src/api/component-instance.md
    #	src/api/reactivity-core.md
    #	src/api/sfc-script-setup.md
    #	src/glossary/index.md
    #	src/guide/best-practices/accessibility.md
    #	src/guide/best-practices/performance.md
    #	src/guide/built-ins/keep-alive.md
    #	src/guide/components/attrs.md
    #	src/guide/components/props.md
    #	src/guide/components/slots.md
    #	src/guide/components/v-model.md
    #	src/guide/essentials/computed.md
    #	src/guide/essentials/event-handling.md
    #	src/guide/essentials/watchers.md
    #	src/guide/extras/reactivity-in-depth.md
    #	src/guide/reusability/composables.md
    #	src/guide/reusability/custom-directives.md
    #	src/guide/scaling-up/routing.md
    #	src/tutorial/src/step-11/App/composition.js
    #	src/tutorial/src/step-4/App/template.html
    wxsms committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f895ca2 View commit details
    Browse the repository at this point in the history
  2. update lockfile

    wxsms committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d3b310c View commit details
    Browse the repository at this point in the history
  3. fix lint issue

    wxsms committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5ba4805 View commit details
    Browse the repository at this point in the history
  4. add todo badge

    wxsms committed May 6, 2024
    Configuration menu
    Copy the full SHA
    84b80b4 View commit details
    Browse the repository at this point in the history
  5. translate suspense

    xiaodong2008 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    843afb6 View commit details
    Browse the repository at this point in the history
  6. fix lint

    xiaodong2008 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    094a01e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: GU Yiling <[email protected]>
    wxsms and Justineo committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c150587 View commit details
    Browse the repository at this point in the history