Commit Graph

1365 Commits (615aed5df700ad98f82a74fbc785d290d1c5a018)

Author SHA1 Message Date
Divyansh Singh 6461f5d42b fix(client): do nothing on anchor elements with empty href
2 years ago
Divyansh Singh 5d3ed87f85 fix(theme): dim color for all text like elements inside blockquotes
2 years ago
Divyansh Singh 7fcf462eb8 fix(build): respect frontmatter.lastUpdated for pageData.lastUpdated and sitemap generation
2 years ago
Divyansh Singh 99053baea7
feat(cli/init): allow passing target dir as command argument (#3948)
2 years ago
Divyansh Singh 1e8bb48bc2 feat: support `force-auto` as an option for appearance
2 years ago
Divyansh Singh e24899a073 fix(build): don't normalize links containing target or download property
2 years ago
Jeferson S. Brito afc611d399
fix(theme,a11y): handle overflow on long mathematical equation and make tables focusable (#3932) (closes #3914)
2 years ago
Divyansh Singh 7ea357256c fix: dont escape ampersand twice in title
2 years ago
Divyansh Singh 49b1233378 fix: escape title properly in build
2 years ago
Divyansh Singh af4717d682
fix(theme): remove unnecessary navigation role on nav element
2 years ago
Azat S cb308b9295
fix(a11y): make code blocks accessible with keyboard (#3902)
2 years ago
Divyansh Singh f0a37b4b84 fix(style): prefer YaHei over DengXian
2 years ago
Divyansh Singh d5dbd704ce
fix(markdown): entities and escapes not working properly (#3882)
2 years ago
Divyansh Singh fa2f38a0c3 fix(theme/regression): custom font not applying in Chinese docs because of specificity
2 years ago
Divyansh Singh 0cbb469842
feat(build): add localeIndex to md.env (#3862)
2 years ago
Nozomu Ikuta ed6ada7a68
feat(build/i18n): support customizing copy code button's tooltip text (#3854)
2 years ago
Divyansh Singh 728cb15677
fix: render 404 page completely on client to infer locale from browser path (#3858)
2 years ago
Divyansh Singh 620ee6ac4b
chore: bump deps, fix dts generation (#3856)
2 years ago
Divyansh Singh 9b2dd504fa chore: minor tweaks
2 years ago
Divyansh Singh d08eeed897 fix(theme): external link icon not visible for target _blank links
2 years ago
Divyansh Singh f0debd20f4 fix(build): show file info on error
2 years ago
Divyansh Singh 9794877347 fix(theme): fix invalid vp-offset in ssr
2 years ago
Divyansh Singh b360ac88df
fix(dev): match dev and prod routing behavior (#3837)
2 years ago
Divyansh Singh 729a890669
fix(dev): multiple server instances being created when editing config too quickly (#3835)
2 years ago
Divyansh Singh 75115f4f82
fix(theme): don't use Chinese quotes on non-Chinese documents (#3834)
2 years ago
Divyansh Singh 11740609ff chore: remove duplicate font-family entries
2 years ago
Timothy Lau 1a72181c06
fix(theme): leaking event listener when going back/forward on Safari on iOS (#3658) (#3671)
2 years ago
Henry Bley-Vroman e60c101e50
fix(theme/a11y): add unique name to footer prev / next navigation landmark
2 years ago
Henry Bley-Vroman 733d986a84
fix(theme/a11y): remove duplicate assistive text from outline nav [#3800] (#3803)
2 years ago
Divyansh Singh cc11b8e41e
fix(theme/i18n): 404 page not showing localized text (#3833)
2 years ago
Divyansh Singh ccc37bb80e fix(theme): disable keypress effect on search button
2 years ago
Divyansh Singh 576e43aef4 refactor: simplify code
2 years ago
Divyansh Singh d02d1e923a fix(build/regression): markdown backslash escapes not working
2 years ago
Divyansh Singh a1ced36553 chore: override text renderer before calling user config
2 years ago
Evan You f86ac56b78 fix: let vue compiler handle entity decoding
2 years ago
meteorlxy 11f4c9aee3 fix: sync updates of markdown-it types
2 years ago
btea cd5adf3011
feat: config file hot update error prints error message (#3592)
2 years ago
Xinyu Liu d3dd4bc938
feat: upgrade markdown-it types to v14 (#3772)
2 years ago
Divyansh Singh 74b725a224
fix(client): don't reload page on hash change (#3777)
2 years ago
Divyansh Singh 2a9fc2a26b
fix: hashchange should only be triggered for same page navigations (#3768)
2 years ago
Joaquín Sánchez 5f28e74abf
fix(theme): remove small layout shift on `On this page` button (#3767)
2 years ago
Divyansh Singh 54c46e7ceb docs: adjust install and init commands
2 years ago
Gabriel Cozma ffafa31b92
feat(theme): update Inter to version 4 (#3693) (#3694)
2 years ago
Divyansh Singh 3c8b4c7060 fix(theme): html text not showing properly in mobile nav menu
2 years ago
Divyansh Singh 5d3cb96ac3
fix(build): ship built-in vue-demi to avoid resolution issues (#3680)
2 years ago
烽宁 f7aef3ca23
fix(localSearch): remove empty titles that may appear in search results (#3665)
2 years ago
Andrew Courtice e13f93292c
fix(theme): fixed sidebar expand caret showing when no children are present (#3657)
2 years ago
Christian Georgi b50a8a1325
fix(theme): ignore inner-page items in next/prev link (#3663)
2 years ago
Divyansh Singh 1909041715 fix(theme): local nav separator not visible on pages having no outline
2 years ago
Divyansh Singh 86c0967297 chore: bump deps and switch to polka/compression
2 years ago
Rick Dubiel 5f6297cb3d
feat(theme): allow selectively disabling external link icon on navbar items (#3607)
2 years ago
Timothy Lau 59183e9cef
fix(build): resolve patter relative to srcDir instead of root in createContentLoader (#3638)
2 years ago
Divyansh Singh 49ea062b39 refactor: more cleanup
2 years ago
Divyansh Singh 6c0125b655 chore: tweak hashchange emitting a bit
2 years ago
Divyansh Singh 2df9bab566 chore: adjust fix for #3637
2 years ago
烽宁 6b971a08f5
fix(router): hashchange not emitted in certain cases (#3637)
2 years ago
Lo f6bd99eb13
feat: add `window.__VITEPRESS__` (#3634)
2 years ago
Jacob Hummer 09030272b4
feat(theme): auto style markdown content in home page (#3561)
2 years ago
Joaquín Sánchez 636cca042d
perf(theme): move svg icons to css (#3537)
2 years ago
Divyansh Singh b63e0a0c57
fix: handle process.env being undefined while process is not
2 years ago
Lin Tianchuan 20511006db
fix(theme): adjust mathjax svg styles (#3567)
2 years ago
Pim Schreurs 6624bb7486
fix: make local search work in combination with vue-i18n (#3559)
2 years ago
Anthony Fu 1d16a85fdf
chore: upgrade to shiki rc (#3550)
2 years ago
yhzx233 c582a8d5fd
fix(theme): correctly normalize paths ending with "index" (#3544)
2 years ago
Divyansh Singh 67a9964c4e chore: fix typo
2 years ago
Divyansh Singh 8f8a6feb05 fix(md): dont break on nesting blockquotes inside gfm alerts
2 years ago
Liana ab39fd8592
feat(home): add target and rel attribute to home actions (#3528)
2 years ago
Divyansh Singh 30c665b29d chore: bump deps
2 years ago
JD Solanki 28870e68fa
feat: add hero slots that are inside container (#3524)
2 years ago
JD Solanki 6b1f951928
feat: wrap site title in span (#3522)
2 years ago
Divyansh Singh 04f794bf55 fix: lazy evaluate known extensions to allow env set in config
2 years ago
Anthony Fu b8487d3a97
feat: rename shiki packages (#3506)
2 years ago
Divyansh Singh 5811b62657 fix: handle CRLF in snippet plugin
2 years ago
Anthony Fu ac87d19ca1
feat: support GitHub-flavored alerts (#3482)
2 years ago
Divyansh Singh 77a318c2a3 fix(theme): avoid selecting summary on toggling details
2 years ago
Divyansh Singh 900872769e refactor: simplify head tracking logic
2 years ago
김관식 c882fa1469
feat(theme): add npm icon (#3483)
2 years ago
Divyansh Singh 5e2d853e1a
fix(client): handle head orphans added in initial load (#3474)
2 years ago
skirtle d529ed4975
fix(theme): hover color for code links inside custom containers (#3467)
2 years ago
Divyansh Singh c22f5d983f
feat: support specifying custom extensions to escape routing (#3466)
2 years ago
Divyansh Singh 3f6ca6a374 fix(theme): remove extra offset
2 years ago
Divyansh Singh 0ce5ece356
fix(theme): misaligned outline indicator (#3458)
2 years ago
Divyansh Singh 4020b419de Revert "fix(theme): misaligned outline indicator\"
2 years ago
Divyansh Singh 910b2125bb fix(theme): misaligned outline indicator\
2 years ago
Yuta Nakamura cd8ee6fb32
fix: enter key behavior conflict with IME in search box (#3454)
2 years ago
Divyansh Singh 3f8998f351 chore: bump deps
2 years ago
Lars Rickert 78abf47b8b
fix(theme): use`--vp-c-tip-` CSS variable for badge/block colors with type`tip` (#3434)
2 years ago
烽宁 8acf291644
chore: add more known extensions (#3439)
2 years ago
Divyansh Singh 5dab5e3ced refactor: simplify line filling a bit
2 years ago
lsh 18981c1d1c
feat(theme): export VPBadge (#3431)
2 years ago
Divyansh Singh c236570f28 fix(theme/regression): external link icon not working
2 years ago
xxf5530 b03fb83a4e
fix(theme/regression): inter getting bundled even importing without-fonts entry (#3412)
2 years ago
Divyansh Singh be4c0c0c4b
chore: update known extensions
2 years ago
烽宁 d279e63cb4
fix: avoid pushing to history when clicking on the current link (#3405)
2 years ago
Yuxuan Zhang 36544707e0
refactor(theme): improve robustness and readability of outline component (#3368)
2 years ago
Divyansh Singh 017395fea8 chore: minor tweaks
2 years ago
Divyansh Singh c2b4c66e79 fix(client): add computed dir and lang to html root
2 years ago
Divyansh Singh a6cd891d95
fix: fix theme chunking logic causing out-of-order styles (#3403)
2 years ago
Divyansh Singh 862b4be867 refactor: remove legacy stuff
2 years ago
vanchKong 3052002b47
docs: add Chinese translations (#2249)
2 years ago