-
Notifications
You must be signed in to change notification settings - Fork 17
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 with upstream #211
Merged
Merged
Sync with upstream #211
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 小林 輝 <kobayashihikaru@Hikaru.local> Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Make the sentence more reader friendly.
Updated Image URLs and pricing
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In the inline style are it was written 13 px instead of 30px for the font size. I re write it to 30px
* align play icon * fix center horizontally
* update sfc-css-features.md Update theme to reactive property * docs: make example consistent with ref recommendation as standard --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
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] <support@github.com>
* docs: add vapor link * docs: switch link wrap in reactivity in depth --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
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] <support@github.com>
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] <support@github.com>
* Update link to official certification website * Update .vitepress/config.ts --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
* docs: fix writing mistakes in letter case * docs: revert removing 'is' from 'count is'
This reverts commit ab958c8.
…ages (#3119) * docs: hide all the style-guide links until it's ready * docs: add outdated warnings on style guide pages * docs: adjust v-for with v-if warnings * docs: add outdated warning to style-guide index
…097) * docs: template-refs defineExpose before await * Update src/guide/essentials/template-refs.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
… components/registration.md file. (#3103) edited src/guide/components/registration.md file. More verbose for new learners.
…r (#3125) * Add files via upload tesst * Delete test.txt * Fixed issue #3094 It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs/docs#3094
* docs(guide/components/slots): clarify slot presence phrasing The original phrasing "whether or not a slot is present" was potentially misleading, as it suggested checking the existence of the slot itself rather than whether content was passed to it. Updated the explanation to clarify this distinction for better readability and accuracy. * docs(guide/components/slots): clarify slot presence phrasing (2) The phrase "When the header/footer/default is present..." could be interpreted as referring to the slot's definition, rather than whether content is provided for the slot
1. Removed the implication that teleport is focussed on displaying the element _outside the Vue application_. The real focus is on displaying outside the original component. 2. Improved grammar generally and reduced unnecessary words.
* Update application.md * Update src/api/application.md Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> * Update application.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](vuejs/repl@v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: update template refs render function * chore: remove sample * Update src/guide/extras/render-function.md resolved conversation Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com> --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about `slot`.
* Update options-lifecycle.md Error capturing caveats. See [issue](vuejs/core#12575 (comment)). * Update src/api/options-lifecycle.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Update custom-renderer.md according to the latest source code https://github.com/vuejs/core/blob/22dcbf3e20eb84f69c8952f6f70d9990136a4a68/packages/runtime-core/src/renderer.ts#L107
* docs(performance): INP replacement of FIP We can see a warning on https://web.dev/articles/fid telling that FIP as reach EOL in favor of INP. I have added an info box because the change could be subtle without it but tell me if you see a better way of showing the change. * fix: missing square bracket * fix: typo * Update src/guide/best-practices/performance.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
* fix: update validator desc * Update src/api/options-state.md --------- Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Problem
Proposed Solution
Additional Information