Bugo
f8260a4007
docs(ru): update `ru/guide/markdown.md` ( #4817 )
3 months ago
翠
a9d87b2f46
chore: add `@ts-ignore` to `vite.rolldownVersion` access ( #4816 )
3 months ago
noy4
c8fc80e438
fix(theme): remove extra slash when concatenating base with sidebar links
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
3 months ago
Rägnar O'ock
f1b1ffbdfc
docs: incorrect path for Overriding Internal Components example ( #4815 )
3 months ago
Divyansh Singh
ed387e89d4
fix: font preload not being generated in rolldown-vite
3 months ago
Divyansh Singh
cec0014ccb
release: v2.0.0-alpha.7
3 months ago
Divyansh Singh
2ecd607af1
feat!: bump to vite 7
...
BREAKING CHANGE: Uses vite 7. For most of the users no change is required. VitePress should work same as earlier, except for maybe some type mismatches if you're using third-party plugins. You can suppress them using `@ts-expect-error` or `as any` and report the issues at respective repositories.
3 months ago
Divyansh Singh
2342269486
chore: use faster prettier cli
3 months ago
Divyansh Singh
36148a0bcf
perf: render pages in contentLoader asynchronously
3 months ago
Lee Dogeon
53599039a0
fix(local-search): parse headings with non-anchor `a` tags as titles properly ( #4809 )
3 months ago
Divyansh Singh
7619521259
feat!: consistent glob options across content, data, and path loaders ( #4808 )
...
BREAKING CHANGES: Only `cwd`, `ignore`, `dot` and `debug` are supported in `globOptions` of `createContentLoader`. If you want to pass other options, you still can but you might need to suppress type errors.
3 months ago
Divyansh Singh
56ba65e130
fix: resolve pages after setting global vitepress config
...
x-ref: #4803
3 months ago
Mike Pearson
a28b3489ac
docs: adjust wording ( #4805 )
3 months ago
Divyansh Singh
bc8e64ce77
chore: mention node version in contributing.md
3 months ago
tzyoo
23541b4f83
feat(router): add `replace` option to useRouter for history management ( #4788 )
3 months ago
Bugo
875aa8b798
docs(ru): update `ru/reference/default-theme-last-updated.md` ( #4785 )
3 months ago
Divyansh Singh
a0dde5b291
release: v2.0.0-alpha.6
3 months ago
Divyansh Singh
adfa5c7e99
chore: bump deps
3 months ago
翠
4351bc0b83
fix: set `preserveEntrySignatures` for rolldown-vite ( #4784 )
3 months ago
Mazel
21fcecce05
fix(theme): prevent error in handleSearchHotKey method ( #4782 )
...
x-ref: https://redirect.github.com/microsoft/TypeScript/issues/59631
3 months ago
lll
90f585ab3a
docs: add more detailed note in Last Updated reference ( #4780 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
3 months ago
Divyansh Singh
801648a4c9
fix: don't preload dynamic imports
...
closes #4770
4 months ago
Artea
16a0ff895c
chore: use rolldown-vite ( #4769 )
...
---------
Signed-off-by: Artea <sepush@outlook.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
4 months ago
Divyansh Singh
e7f9d05c3e
fix: disable appearance scripts in zero-js mode
...
closes #4766
4 months ago
Divyansh Singh
906a44a3ad
fix: allow AdditionalConfigLoader to return void
4 months ago
Divyansh Singh
c128baf0c4
fix(client): properly skip removed lines when copying code blocks
...
x-ref: https://github.com/vuejs/vitepress/issues/4751#issuecomment-2892833187
4 months ago
翠
7c1dc48b2f
feat: use `oxc-minify` instead of `transformWithEsbuild` when rolldown-vite is used ( #4748 )
4 months ago
翠
4e3fce40c9
fix: skip fields not supported by rolldown for rolldown-vite ( #4747 )
4 months ago
Divyansh Singh
ab0e0cb598
chore: bump deps
4 months ago
Divyansh Singh
a643347530
fix(theme/regression): code blocks not aligned properly in rtl layouts
4 months ago
Divyansh Singh
c9b89282f3
fix: use v-pre for mathjax instead of isCustomElement
4 months ago
Divyansh Singh
26cb685adf
fix(build): emit lean chunks after vite has done processing
...
closes #4737
Co-authored-by: green <green@sapphi.red>
5 months ago
dependabot[bot]
827259b0d5
chore(deps): bump vite from 6.3.2 to 6.3.4 ( #4728 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
Divyansh Singh
26f178cfaa
fix: gather additional config files even if root .vitepress/config is not present
5 months ago
Artea
2c4944f06c
fix(theme): hide native search input cancel button ( #4723 )
5 months ago
Okinea Dev
2c5fea5a69
chore: add netlify redirects for `llms.txt` ( #4694 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
5 months ago
Divyansh Singh
21f24b9994
fix(build): avoiding creating separate chunks for vite public assets
5 months ago
Divyansh Singh
a7d9b56477
docs: avoid loading fa web fonts when not needed
5 months ago
Divyansh Singh
e9fe8f300d
chore: change heading level
5 months ago
Bugo
3fb3f3633c
docs(ru): update translations ( #4708 )
...
* Update ru/reference/default-theme-config.md
* Update ru/reference/frontmatter-config.md
* Update ru/reference/site-config.md
5 months ago
Divyansh Singh
fb67f9c75f
release: v2.0.0-alpha.5
5 months ago
Divyansh Singh
33e397ea73
chore: bump deps
5 months ago
Divyansh Singh
19faa16169
feat: add dir=ltr by default on code block pre elements instead of relying on css
5 months ago
Divyansh Singh
d3a8190857
chore: update test action badge
5 months ago
Divyansh Singh
1ec648ab61
chore: fix broken types in github action builds ( #4701 )
5 months ago
Pierre-Emmanuel Lévesque
f8feee0294
docs: fix example for loading custom font ( #4696 )
...
fix: correct custom font preloading doc example
5 months ago
Mingu Kang
61ca096772
docs(ko): fix typo [lunaria-ignore]
5 months ago
Yuxuan Zhang
c5e2e4db81
feat: support distributed config files ( #4660 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
5 months ago
Alexander Lichter
0b70397197
feat(default-theme): make VPButton slottable ( #4689 )
5 months ago
Divyansh Singh
1ec84c1504
chore: bump deps
5 months ago