Lukas Leisten
2ddd194f11
Merge branch 'main' into custom-nav-components
8 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>
8 months ago
Yuxuan Zhang
0267dcafa2
feat(theme): make "Take me home" button's link customizable ( #4658 )
8 months ago
Divyansh Singh
db58af5c66
fix!: don't remove shiki styles from `pre` and remove unnecessary transformers ( #4652 )
...
BREAKING CHANGE: `vp-adaptive-theme` class is no longer added to code blocks when there is single theme. Theme authors supporting single code theme can use `.shiki:not(.shiki-themes)` as selector. Alternatively, it might be better to use the bg/fg variables set on the `.shiki` block to keep things generic.
BREAKING CHANGE: `vp-code` class is no longer added to code blocks. Use `.shiki` or `pre.shiki` or `[class*='language-'] pre` instead.
People not customizing their themes are not affected. But if you see weird stuff, you know what to change.
8 months ago
dependabot[bot]
531a7a19d2
chore(deps): bump vite from 6.2.1 to 6.2.3 ( #4648 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.2.1 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/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>
8 months ago
翠 / green
ae0d52d999
refactor: avoid assigning to bundle object ( #4647 )
8 months ago
Shigma
63079bff03
feat: add `custom-block-title-default` class when default title is used for containers ( #4643 )
8 months ago
GabrielxD
7d94481920
fix(theme-default): ensure proper sizing of SVG hero images ( #4639 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Lukas Leisten
3932939afe
Merge branch 'main' into custom-nav-components
9 months ago
GabrielxD
9d0145d32d
chore(docs): use SVG logo on zh index page ( #4638 )
9 months ago
Lukas Leisten
e72c28a91d
Merge branch 'main' into custom-nav-components
9 months ago
btea
d07298120b
docs: markdown file inclusion example config line-numbers ( #4633 )
9 months ago
Lukas Leisten
9bf4670ed9
Merge branch 'main' into custom-nav-components
9 months ago
Okinea Dev
a97ae461d4
chore: use SVG logo on main website page ( #4623 )
...
---------
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Lukas Leisten
04c2fba069
Merge branch 'main' into custom-nav-components
9 months ago
Lukas Leisten
23f13b175d
feat(themeConfig):Added skip Title update
9 months ago
Divyansh Singh
e25d080550
fix: normalize url fragments in internal links to correctly resolve to anchors ( #4628 )
...
closes #4605
- Normalizations aren't applied to raw html inside markdown or vue code.
- It is assumed `slugify(slugify(something)) === slugify(something)`
9 months ago
Lukas Leisten
f6414d319a
feat(alias): Use esm-bundler as default
9 months ago
Lukas Leisten
119da5582f
feat(search): Change span to LocalSearchBoxItem
9 months ago
Lukas Leisten
02c62f7875
feat(sidebar): Change component to SidebarTextItem
9 months ago
Bugo
e06b83ec09
docs(ru): update translations ( #4610 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
5fc2eaa8b6
release: v2.0.0-alpha.4
9 months ago
Divyansh Singh
b99d5123c9
feat: support using header anchors in markdown file inclusion ( #4608 )
...
closes #4375
closes #4382
Co-authored-by: btea <2356281422@qq.com>
9 months ago
James ZHANG
8aad617446
fix: properly merge classes in custom containers ( #4128 )
9 months ago
James ZHANG
aadc517c69
fix: don't hardcode `tabindex` attr in table renderer ( #4082 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
a8a1800ae5
fix: ignore non-text content in permalink generation and fix types of markdown.config
9 months ago
Divyansh Singh
50db6aaa87
chore: bump deps
9 months ago
Divyansh Singh
1a6684cf10
feat: improve region regexes for snippet plugin
9 months ago
John Simons
1a2f81de4d
feat: allow matching region end in snippets without tag ( #4287 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
e271695d71
fix: hmr not working for watched files in path loaders
...
follow up on #4525
9 months ago
Divyansh Singh
9f54714e7d
fix: rebuild dynamic routes cache on server restart
...
follow up on #4525
9 months ago
Divyansh Singh
7a9ae34a3a
chore: build docs on node 22
9 months ago
Divyansh Singh
d8a884ed0f
fix: prevent reload on first server start in fresh installations
9 months ago
Divyansh Singh
06ae2bf3a4
fix(build/regression): langAlias not working
...
closes #4581
9 months ago
Divyansh Singh
58bd3e23dd
release: v2.0.0-alpha.3
9 months ago
Divyansh Singh
d4b01f6e2d
chore: bump deps
9 months ago
Divyansh Singh
a62ea6a832
feat: dynamic routes plugin overhaul ( #4525 )
...
BREAKING CHANGES: Internals are modified a bit to better support vite 6 and handle HMR more correctly. For most users this won't need any change on their side.
9 months ago
Bjorn Lu
d1f2afdf0f
fix: set correct oldURL and newURL for hashchange ( #4573 )
9 months ago
Anthony Fu
52c2aa178d
feat: update to shiki v3 ( #4571 )
10 months ago
Divyansh Singh
4f3f5eac15
chore: resolve srcDir relative to cwd when initializing
10 months ago
Estéban
518c0945f1
feat(cli): support custom `srcDir` ( #4270 )
10 months ago
Estéban
e5a0ee8161
feat(cli): support custom npm scripts prefix ( #4271 )
10 months ago
Will Hack
5dccaeef05
fix(theme): code block contrast ratio ( #4487 )
10 months ago
Henrikh Kantuni
e466910e2b
chore: fix typo ( #4530 )
...
"a accent" → "an accent"
10 months ago
Anthony Fu
1969cf4f3b
fix: upgrade shiki, remove embedded languages workaround ( #4566 )
10 months ago
Divyansh Singh
b930b8d531
fix: deterministic code group ids ( #4565 )
10 months ago
Divyansh Singh
809bb523b6
docs: adjust preloaded shiki languages [lunaria-ignore]
10 months ago
Anthony Fu
68b1bcc680
fix: workaround for markdown embedded code highlighting ( #4564 )
10 months ago
Divyansh Singh
f6243d1f3f
chore: ignore emojis too from anchors
10 months ago
Divyansh Singh
68dff2af85
fix(markdown): include content of all tokens in heading ids
...
closes #4561
BREAKING CHANGES: The heading ids might change in some cases if you're using special (non-html) elements in headings. Please update the broken links to fragments if you find any. To revert back to the older behavior you can customize `markdown.anchor.getTokensText`.
10 months ago