Divyansh Singh
09e48db355
feat: allow passing options to emoji plugin
...
close #3174
11 months ago
Divyansh Singh
176c4008c5
refactor: make conditions more robust
11 months ago
Divyansh Singh
1c9f2aa8e4
refactor: use hast transform instead of regex for filling lines
11 months ago
Divyansh Singh
563020ba61
fix: fill all empty code lines
...
closes #3305
11 months ago
Divyansh Singh
6c899437c1
feat(theme): allow specifying rel and target in logoLink
...
closes #3264
closes #3271
11 months ago
Yuxuan Zhang
ac5881eeac
perf(localSearch): add concurrency pooling, cleanup logic, improve performance ( #3374 )
11 months ago
Divyansh Singh
d1ff29431f
style: adjust small badge height
11 months ago
Divyansh Singh
50a774ea7c
feat(theme): allow using VPBadge classes in sidebar ( #3391 )
11 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>
11 months ago
Divyansh Singh
621254300d
chore: bump deps ( #3390 )
11 months ago
烽宁
55be3f14d7
feat: support custom image lazy loading ( #3346 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Jinjiang
203446d691
feat: support dir in frontmatter ( #3353 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 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>
11 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>
11 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>
11 months ago
Evan You
8687b86e1e
fix(default-theme): remove use of reactify for search i18n
11 months ago
Divyansh Singh
9f1f04e00a
fix: remove double title from home pages
...
closes #3375
11 months ago
Divyansh Singh
9568fea8fc
fix(build): clear cache after build
...
closes #3363
11 months ago
Yuxuan Zhang
6dac9a4dc5
refactor: add concurrent promise pooling for render task ( #3366 )
...
fixes #3362
closes #3285
---------
Co-authored-by: Yuxuan Zhang <yuxuan@yuxuanzhang.net>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: David Silva <srdavidsilva@gmail.com>
11 months ago
Divyansh Singh
f4d4280d7d
feat(build): enable VUE_PROD_HYDRATION_MISMATCH_DETAILS when DEBUG is truthy
...
closes #422
11 months ago
Evan You
bddf74e379
chore: bump to Vue 3.4 beta
11 months ago
Anthony Fu
93122eee20
feat: allow explicitly mark code element as `.vp-copy-ignore` ( #3360 )
12 months ago
Divyansh Singh
bdfc01c9ec
fix: fallback to textContent while copying code
12 months ago
Divyansh Singh
2958b8b839
chore: bump deps ( #3345 )
12 months ago
Anthony Fu
d12e23ddf6
feat: expose `shikijiSetup` hook ( #3344 )
12 months ago
Anthony Fu
00eec7a4ef
chore: use transformer to clean-up highlight result ( #3343 )
12 months ago
Anthony Fu
8800195457
feat: update shikiji, support twoslash ( #3339 )
12 months ago
Enzo Innocenzi
e4bf1e48e6
feat: allow ignoring node in header ( #3331 )
12 months ago
Ianis Bernard
0f02697353
chore: fix typo ( #3279 )
1 year ago
xiaofan
b86ac8f3c5
fix(client): run contentUpdatedCallbacks when Content is unmounted ( #3253 )
1 year ago
Divyansh Singh
c3d7f22bd3
fix(build): force assets to go through vite pipeline during dev too ( #3258 )
1 year ago
Max Nowack
479a320731
fix(theme): use VPLink for links in VPDocFooter ( #3248 )
1 year ago
Divyansh Singh
33ce7e4478
fix: merge bundledLanguages with user provided languages for less breakage
1 year ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
1 year ago
DY_XiaoDong
60fc8fd244
fix(client): no onAfterRouteChanged called after popstate ( #3227 )
...
closes #3226
1 year ago
Divyansh Singh
ef6d8d1e42
fix(theme): remove double padding from sidebar
...
closes #3228
1 year ago
Divyansh Singh
799659dff9
chore: tweak a bit
1 year ago
Divyansh Singh
d63cb867b1
fix(client): regression - router not working without .html present
...
closes #3225
1 year ago
Divyansh Singh
a12a00ca78
chore: path separator normalization in assetsDir
1 year ago
Divyansh Singh
134ca6c661
chore: remove capturing group
1 year ago
bonyuta0204
563dc89975
feat(client): allow disabling link auto-prefetching ( #3220 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Divyansh Singh
a33831bf2c
chore: throw error on assetsDir outside outDir
1 year ago
Divyansh Singh
02161d0f79
fix(build): support nested assetsDir
1 year ago
烽宁
c4abc950af
fix: wrong recognition of non-html extension leads to route error ( #3218 )
1 year ago
烽宁
672e4946ac
feat(build): html head meta generator ( #3219 )
1 year ago
zhoulixiang
67610363bc
fix(ally): clear up confusion with the title of theme switch ( #3215 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
翠 / green
da73b58c79
fix: CSS missing after build ( #3217 )
...
closes #3216
1 year ago
Divyansh Singh
d2238eedb7
feat: switch to vite 5 and bump deps ( #3200 )
...
BREAKING CHANGE: VitePress now runs on Vite 5. Please refer https://vitejs.dev/guide/migration for breaking changes and migration guide if you're relying on some Vite-specific things.
1 year ago
akirarika
237ad859a9
fix: "VPNavScreenMenuGroup" component HTML not supported ( #3148 )
1 year ago
Divyansh Singh
dbbffa2487
fix(build): remove frontmatter in md file inclusion
...
closes #3195
1 year ago