Commit Graph

1512 Commits (434739b8a2d07dfe48352f7e4962fbe33d006ec4)

Author SHA1 Message Date
Divyansh Singh 06f0e1a5c9 fix(theme): navbar overflowing on mobile devices
1 month ago
Kevin Deng 5e0d7dab83
chore: replace debug with obug (#5030)
1 month ago
Yuji Sugiura d16d1970bc
chore: update oxc-minify to 0.98 (#5033)
1 month ago
Divyansh Singh 179ee621d9 fix: log dead links in dev mode too
2 months ago
Divyansh Singh dfb02a479f feat(client): emit `vitepress:codeGroupTabActivate` custom event when a code group tab is activated
2 months ago
Divyansh Singh 0ee71588de fix(theme): sidebar alignment when scrollbar is there on page
2 months ago
Divyansh Singh 0899618556 fix: disable markdown-it-attrs for fenced code blocks
2 months ago
froQ a6e6e59905
refactor: use shiki's transformerMetaHighlight
2 months ago
Divyansh Singh 4e548f5424 fix: simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps
2 months ago
Bjorn Lu bf2715ed67
feat: prevent `$` symbol selection in shell code (#5025)
2 months ago
Dmitrii Savelev be260fda6e
fix(theme): use nav height css var for curtain top in sidebar (#4993)
2 months ago
Brainshaker95 113d230478
fix(theme): disable whitespace wrapping for VPBadge (#4968)
3 months ago
Elecmonkey 3d61619ec0
feat(markdown): support custom display-name for fenced code blocks (#4960)
3 months ago
Divyansh Singh 612c45895d
fix: git log parsing when there are empty commits in history (#4965)
3 months ago
Divyansh Singh bce0b53659 fix: rename `markdown.cjkFriendly` to `markdown.cjkFriendlyEmphasis`
3 months ago
Miroma 34cfa91b6f
feat(theme): allow passing functions for nav links (#4963)
3 months ago
Divyansh Singh 31d87e2738 feat: export cacheAllGitTimestamps and getGitTimestamp
3 months ago
Divyansh Singh 6dfcdd3fe8
perf: make a single git call for timestamps instead of calling it for each file (#4958)
3 months ago
Divyansh Singh 6d7422f8fa fix: respect markdown.cache = false on build too
3 months ago
Divyansh Singh d46107fa25
fix(client,a11y): improve focus handling and scrolling behavior in router (#4943)
4 months ago
Joaquín Sánchez 187bf250e6
feat(i18n,a11y): change last update logic (#4935)
4 months ago
Divyansh Singh c2eaccd0d2 fix(theme): avoid use of `:where` in selector list for now
4 months ago
Divyansh Singh f0b29d7ef3 fix(theme): add lang and dir attributes to language picker
4 months ago
Divyansh Singh 82fac5d22c fix(theme): adjust margin of code blocks inside containers
4 months ago
Divyansh Singh 2b77fb3a72 fix: print full path in dead links check
4 months ago
Divyansh Singh d1a8061eb4 fix(hmr): don't load config twice on server restart
4 months ago
Divyansh Singh d3a15673bd fix(hmr): no need for server restart on theme change
4 months ago
Divyansh Singh 9fc8462726 feat: add markdown-it-cjk-friendly
5 months ago
Divyansh Singh 1c8815d53e fix(theme): use clipboard-check instead of clipboard-copy for code copied icon
5 months ago
Divyansh Singh 43b36c0c19 fix(theme): fix local nav alignment and increase touch area
5 months ago
Divyansh Singh b83799a6e7 chore: bump deps
5 months ago
Divyansh Singh 914467e17f fix: hmr not working for snippet imports in dynamic routes
5 months ago
Divyansh Singh 7df3052512 fix(theme): nav background doesn't extend fully and gap after sidebar with non-overlay scrollbars
5 months ago
Divyansh Singh 0944777893 feat: make postcssIsolateStyles idempotent
5 months ago
Divyansh Singh 8d8a5ac281 fix: hmr working only once for markdown files
5 months ago
Divyansh Singh 8abbe298d5 fix: html entities encoded twice in toc plugin
5 months ago
Divyansh Singh 3d0fafba54
fix: hmr of style blocks in dynamic routes (#4903)
5 months ago
Divyansh Singh fc267ae6b7 fix: module graph causing unnecessary route regeneration on every update
5 months ago
Divyansh Singh 318c14fa7c fix: make paths in `watchedFiles` absolute as mentioned in the docs
5 months ago
Divyansh Singh 777e2caaac fix(types): pass generics deeply to user config
5 months ago
Artea 0ca25ca314
refactor(nav,layout): use `InjectionKey` (#4880)
5 months ago
Artea f97635916e
refactor: `VPMenu` related component use generic type for component (#4883)
5 months ago
Artea e1a35b63b3
chore(devtool): remove `as any` (#4881)
5 months ago
Divyansh Singh eb7658d406 fix(theme): don't add `rel=me` for team members
5 months ago
Andrey Nering 34886c667d
feat(theme): add `rel="me"` to social links by default (#4873)
5 months ago
Triumph-light f56dd608f6
chore: delete unused value params (#4860)
5 months ago
Bojan Rajh 8c027c2a7c
feat: add source param to the deadlink check fn (#4870)
5 months ago
Divyansh Singh b840877aa8 fix(client): base not stripped from relativePath in 404 pages
5 months ago
Divyansh Singh 8b232171cc fix(search): style tweaks for when searches are empty
5 months ago
Divyansh Singh 162c6a69bf fix(search): input placeholder being cut off in smaller viewports
5 months ago