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
Okinea Dev
ca0a2511ac
docs: add a plugin to generate llms.txt ( #4635 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
5 months ago
Divyansh Singh
70de34c038
perf: call `module.enableCompileCache()`
...
Co-authored-by: green <green@sapphi.red>
5 months ago
Divyansh Singh
e5ab0676a9
perf: hoist expensive operations in useLayout
5 months ago
Divyansh Singh
2803b7e330
chore: re-introduce 27c4151
( #4680 )
6 months ago
Divyansh Singh
910d6b4633
Revert "chore: bump deps, drop node 18 from ci"
...
This reverts commit 27c4151c72
.
6 months ago
Divyansh Singh
27c4151c72
chore: bump deps, drop node 18 from ci
...
vitepress will most likely keep supporting node 18 at least till rest of the month, but it'll be better if you upgrade sooner than later
6 months ago
Yuxuan Zhang
544cd81259
feat(theme)!: add `isHome` frontmatter option ( #4673 )
...
BREAKING CHANGE: `useLocalNav` and `useSidebar` are removed in favor of `useLayout`. To migrate, just do find and replace. Sidebar controls are no longer exported, but I didn't find any usage on GitHub. If there is demand, we can export respective composables later. `DefaultTheme.DocSidebar` and `DefaultTheme.DocLocalNav` types are also removed.
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: userquin <userquin@gmail.com>
6 months ago
dependabot[bot]
ea5cbfca39
chore(deps): bump vite from 6.2.4 to 6.2.5 ( #4676 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
dependabot[bot]
35f36a96bb
chore(deps): bump vite from 6.2.3 to 6.2.4 ( #4664 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
Yuxuan Zhang
0267dcafa2
feat(theme): make "Take me home" button's link customizable ( #4658 )
6 months ago