Anthony Fu
d12e23ddf6
feat: expose `shikijiSetup` hook ( #3344 )
11 months ago
Anthony Fu
00eec7a4ef
chore: use transformer to clean-up highlight result ( #3343 )
11 months ago
Anthony Fu
8800195457
feat: update shikiji, support twoslash ( #3339 )
11 months ago
Sefa UN
08948968a6
docs: fix typos ( #3336 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Enzo Innocenzi
e4bf1e48e6
feat: allow ignoring node in header ( #3331 )
11 months ago
dependabot[bot]
006fd80095
build(deps): bump vite from 5.0.2 to 5.0.5 ( #3294 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.2 to 5.0.5.
- [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/v5.0.5/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>
11 months ago
btea
3e39c57758
chore: update tsconfig exclude ( #3288 )
12 months ago
Nyakku Shigure
6be80372ad
docs: replace CJS style config with ESM in docs ( #3282 )
12 months ago
Ianis Bernard
0f02697353
chore: fix typo ( #3279 )
12 months ago
烽宁
47a7203258
docs: show shikiji languages link instead of shiki ( #3265 )
12 months ago
xiaofan
b86ac8f3c5
fix(client): run contentUpdatedCallbacks when Content is unmounted ( #3253 )
12 months ago
Divyansh Singh
525c442976
docs: use installed vitepress version in init command
12 months ago
Divyansh Singh
ddc54cf840
release: v1.0.0-rc.31
12 months ago
Divyansh Singh
25f8a2c3bb
chore: bump deps
12 months ago
Divyansh Singh
c3d7f22bd3
fix(build): force assets to go through vite pipeline during dev too ( #3258 )
12 months ago
Max Nowack
479a320731
fix(theme): use VPLink for links in VPDocFooter ( #3248 )
12 months ago
Divyansh Singh
03e1c93d6c
release: v1.0.0-rc.30
12 months ago
Divyansh Singh
33ce7e4478
fix: merge bundledLanguages with user provided languages for less breakage
12 months ago
Divyansh Singh
ba5ff86766
chore: bump deps
12 months ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
12 months ago
Divyansh Singh
46966ac14e
docs: use .default with dynamic imports
12 months ago
Divyansh Singh
00b5aea9eb
docs: consistent example with js/ts
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
85bd7e845a
release: v1.0.0-rc.29
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
Divyansh Singh
57e3dcc923
release: v1.0.0-rc.28
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
8438e971dd
chore: bump deps
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
Henry Zhang
b53cda0bc1
docs: wrong code example in data-loading.md ( #3221 )
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
Divyansh Singh
239d150692
release: v1.0.0-rc.27
1 year ago
翠 / green
da73b58c79
fix: CSS missing after build ( #3217 )
...
closes #3216
1 year ago
Divyansh Singh
2c6a7cbd01
release: v1.0.0-rc.26
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
Devon Rueckner
2d96200a21
docs: minor phrasing updates ( #3204 )
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
Akshay Raj Gollahalli
a482611d17
fix: style links in footer ( #3178 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
1 year ago
Maciek Palmowski
b781450ddf
docs: add kinsta to deploy guide ( #3188 )
1 year ago
Divyansh Singh
9fed2d2b8c
release: v1.0.0-rc.25
1 year ago
Divyansh Singh
ed2ae3a25b
chore: clear local search cache on hmr
1 year ago
烽宁
878f4378cd
perf: reduce duplicate rendering in localSearch ( #3170 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago