lsh
|
18981c1d1c
|
feat(theme): export VPBadge (#3431)
|
10 months ago |
Xavi Lee
|
3258cde376
|
docs(zh): improve translations (#3427)
|
10 months ago |
Divyansh Singh
|
d2c6e37659
|
release: v1.0.0-rc.36
|
10 months ago |
Divyansh Singh
|
5388143a17
|
chore: bump deps
|
10 months ago |
Divyansh Singh
|
c236570f28
|
fix(theme/regression): external link icon not working
closes #3424
|
10 months ago |
Divyansh Singh
|
f8fe3aec39
|
docs: fix typo
|
10 months ago |
烽宁
|
f1425432b6
|
docs(zh): sync (#3414)
|
10 months ago |
Theo
|
eac5caa890
|
docs(zh): fix indentation (#3413)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
xxf5530
|
b03fb83a4e
|
fix(theme/regression): inter getting bundled even importing without-fonts entry (#3412)
change `import { type ... }` to `import type { ... }`
|
10 months ago |
Divyansh Singh
|
609007c13e
|
chore: don't lock PRs with keep-open label
|
10 months ago |
Divyansh Singh
|
be4c0c0c4b
|
chore: update known extensions
closes #3408
|
10 months ago |
烽宁
|
d279e63cb4
|
fix: avoid pushing to history when clicking on the current link (#3405)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Divyansh Singh
|
1ff1534e19
|
chore: fix link
|
10 months ago |
Divyansh Singh
|
b4ba3bf97f
|
release: v1.0.0-rc.35
|
10 months ago |
Divyansh Singh
|
2c1d765317
|
chore: bump deps
|
10 months ago |
烽宁
|
737251e2b4
|
docs(zh): minor improvement (#3404)
|
10 months ago |
Yuxuan Zhang
|
36544707e0
|
refactor(theme): improve robustness and readability of outline component (#3368)
|
10 months ago |
Divyansh Singh
|
017395fea8
|
chore: minor tweaks
|
10 months ago |
Divyansh Singh
|
c2b4c66e79
|
fix(client): add computed dir and lang to html root
instead of accessing raw siteData.lang/dir
fixes https://github.com/vuejs/vitepress/pull/3353#issuecomment-1874753809
|
10 months ago |
Divyansh Singh
|
a6cd891d95
|
fix: fix theme chunking logic causing out-of-order styles (#3403)
|
10 months ago |
烽宁
|
1407baf9b9
|
docs: improve chinese translation (#3402)
|
10 months ago |
Divyansh Singh
|
862b4be867
|
refactor: remove legacy stuff
|
10 months ago |
vanchKong
|
3052002b47
|
docs: add Chinese translations (#2249)
---------
Co-authored-by: Xavi Lee <awxiaoxian2020@163.com>
Co-authored-by: shellRaining <shellRaining@gmail.com>
Co-authored-by: Xavi Lee <xavilee2002@outlook.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Divyansh Singh
|
7735631597
|
chore: simplify conditions
|
10 months ago |
Divyansh Singh
|
fb0ed027af
|
chore: rename variables
|
10 months ago |
Divyansh Singh
|
b29b3b38e1
|
refactor: drop dependency on mrmime (#3400)
|
10 months ago |
Divyansh Singh
|
27f60e0b77
|
fix: invalidate module cache for subsequent builds (#3398)
|
10 months ago |
Divyansh Singh
|
09e48db355
|
feat: allow passing options to emoji plugin
close #3174
|
10 months ago |
Divyansh Singh
|
176c4008c5
|
refactor: make conditions more robust
|
10 months ago |
Divyansh Singh
|
1c9f2aa8e4
|
refactor: use hast transform instead of regex for filling lines
|
10 months ago |
Divyansh Singh
|
563020ba61
|
fix: fill all empty code lines
closes #3305
|
10 months ago |
Divyansh Singh
|
6c899437c1
|
feat(theme): allow specifying rel and target in logoLink
closes #3264
closes #3271
|
10 months ago |
Divyansh Singh
|
2c4f27102b
|
docs: prepare for stable
|
10 months ago |
Yuxuan Zhang
|
ac5881eeac
|
perf(localSearch): add concurrency pooling, cleanup logic, improve performance (#3374)
|
10 months ago |
Divyansh Singh
|
d1ff29431f
|
style: adjust small badge height
|
10 months ago |
Divyansh Singh
|
c659c5c9cd
|
release: v1.0.0-rc.34
|
10 months ago |
Divyansh Singh
|
50a774ea7c
|
feat(theme): allow using VPBadge classes in sidebar (#3391)
|
10 months ago |
Kia King Ishii
|
d10bf42c26
|
feat(theme): new design for local nav and global header (#3359)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Divyansh Singh
|
621254300d
|
chore: bump deps (#3390)
|
10 months ago |
烽宁
|
55be3f14d7
|
feat: support custom image lazy loading (#3346)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Jinjiang
|
203446d691
|
feat: support dir in frontmatter (#3353)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Cesar Gomez
|
50c9758d3f
|
fix(theme/i18n): support customizing dark mode switch titles (#3311)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
oliv37
|
bb64ecba3d
|
docs: dynamic site config (#3266)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
arianrhodsandlot
|
6d89a08cb7
|
fix: print errors when importing an invalid dynamic route (#3201)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Дмитрий Бондарев
|
9c20e3b5f8
|
feat(theme/i18n): allow customizing sponsor link's text (#3276)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
10 months ago |
Evan You
|
8687b86e1e
|
fix(default-theme): remove use of reactify for search i18n
|
10 months ago |
Divyansh Singh
|
9f1f04e00a
|
fix: remove double title from home pages
closes #3375
|
10 months ago |
Divyansh Singh
|
9568fea8fc
|
fix(build): clear cache after build
closes #3363
|
11 months ago |
Divyansh Singh
|
1fa1f2b3e9
|
release: v1.0.0-rc.33
|
11 months ago |
Divyansh Singh
|
5a8605f51c
|
chore: update deps
|
11 months ago |