Divyansh Singh
8b232171cc
fix(search): style tweaks for when searches are empty
2 months ago
Divyansh Singh
162c6a69bf
fix(search): input placeholder being cut off in smaller viewports
2 months ago
Bugo
bda7f32865
docs(ru): update some translations ( #4861 )
...
* Update ru/config.ts
* Update ru/reference/default-theme-search.md
2 months ago
Divyansh Singh
a613fd6ad5
release: v2.0.0-alpha.9
2 months ago
Dylan Tientcheu
ac61abe7d7
feat(search): upgrade search to DocSearch v4-beta ( #4843 )
...
BREAKING CHANGE: Uses DocSearch v4 beta. No change is required if you're not customizing the styles of navbar search button or modal. DocSearch AI features are in private beta, you can apply for them at https://forms.gle/iyfb5pC2CiiwszUKA
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 months ago
Divyansh Singh
3c51b22ac9
fix(theme): remove duplicate text in sponsors grid
...
closes #4854
2 months ago
廿四
52f0eaa084
fix(md): pass container option to gitHubAlertsPlugin ( #4848 )
2 months ago
Darrin DeYoung
cc8d28df39
docs(zh): add missing translation in extending-default-theme.md ( #4852 )
2 months ago
Divyansh Singh
e2a8ba04c5
docs: add `fill: 'forwards'` to view transition example
...
fixes #4834
2 months ago
Divyansh Singh
70119b87ca
chore: format changelog
3 months ago
Divyansh Singh
f84b9931c3
release: v2.0.0-alpha.8
3 months ago
Divyansh Singh
536968c174
chore: bump deps
3 months ago
Alex
a629b03f0e
fix(build): ignore escaped `:` when splitting selector in `postcssIsolateStyles` ( #4830 )
3 months ago
Divyansh Singh
5d41785ff7
fix: adjust glob logic to always resolve glob relative to base
...
closes #4822
3 months ago
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
5 months ago
Divyansh Singh
c9b89282f3
fix: use v-pre for mathjax instead of isCustomElement
5 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