Commit Graph

990 Commits (unmerged-prs-triage)

Author SHA1 Message Date
DY_XiaoDong 60fc8fd244
fix(client): no onAfterRouteChanged called after popstate (#3227)
3 years ago
Divyansh Singh ef6d8d1e42
fix(theme): remove double padding from sidebar
3 years ago
Divyansh Singh 799659dff9 chore: tweak a bit
3 years ago
Divyansh Singh d63cb867b1 fix(client): regression - router not working without .html present
3 years ago
bonyuta0204 563dc89975
feat(client): allow disabling link auto-prefetching (#3220)
3 years ago
烽宁 c4abc950af
fix: wrong recognition of non-html extension leads to route error (#3218)
3 years ago
zhoulixiang 67610363bc
fix(ally): clear up confusion with the title of theme switch (#3215)
3 years ago
Divyansh Singh d2238eedb7
feat: switch to vite 5 and bump deps (#3200)
3 years ago
akirarika 237ad859a9
fix: "VPNavScreenMenuGroup" component HTML not supported (#3148)
3 years ago
Akshay Raj Gollahalli a482611d17
fix: style links in footer (#3178)
3 years ago
Divyansh Singh ed2ae3a25b chore: clear local search cache on hmr
3 years ago
烽宁 878f4378cd
perf: reduce duplicate rendering in localSearch (#3170)
3 years ago
skirtle beecec16a8
fix(theme): table row background-color in custom containers (#3179)
3 years ago
YiZhi 2276c1d4da
fix(theme): theme switch is not hidden on force-dark (#3155)
3 years ago
Divyansh Singh 50d61faefa
fix(theme/search): prevent reactivity loss with i18n (#3121)
3 years ago
Divyansh Singh da3d7812a1
fix: don't normalize non-html/non-http links (#3114)
3 years ago
烽宁 c08bd46aa7
fix(theme): search's configuration about buttonAriaLabel doesn't work (#3070)
3 years ago
Divyansh Singh f2fc3dc51b
fix(client): only update head if needed (#3017)
3 years ago
Divyansh Singh 8b10848810
build: improve types (#3009)
3 years ago
烽宁 0d56855b54
fix(build): consistent route.path across dev and ssr (#2997)
3 years ago
Divyansh Singh 7271a95948
feat: mathjax support (#2977)
3 years ago
bqy_fe fd46dc9b8f
fix(theme): remove extra padding from top when navbar is hidden (#2575)
3 years ago
Divyansh Singh 1fb5d228a2
feat(theme): allow forcing dark mode (#2974)
3 years ago
Divyansh Singh a18e5e48a4
feat(theme): allow forcing site locale in last updated format (#2973)
3 years ago
Divyansh Singh 28ef0ea6f6
fix(client): router in invalid state after 404 (#2972)
3 years ago
Divyansh Singh 98679c9e82
fix(client): scripts loading out of order when added through head (#2970)
3 years ago
Frederic Schwarz 2a34c6b307
fix: make algolia search work with indices that don't return absolute urls (#2956)
3 years ago
Joaquín Sánchez 00ef2f1db0
fix(theme): local search enter key with the search result (#2937)
3 years ago
Divyansh Singh 54891df614
Revert "feat(theme): use inert to avoid traverse menus and content with keyboard" (#2953)
3 years ago
Divyansh Singh a1e1267549 fix(theme): allow wrapping feature icons
3 years ago
Divyansh Singh dfc0fbfcb4 fix(theme): use brand color on search highlight
3 years ago
Evan Liu b1fbece047
feat: highlight nav by default when one of the items is matched (#2893)
3 years ago
szchixy cb4967313e
feat(theme): allow setting target in home features (#2897)
3 years ago
Joaquín Sánchez e544b411d9
fix(theme): prevent closing local search box on key enter (#2933)
3 years ago
Joaquín Sánchez 070fc0a56d
feat(theme): use inert to avoid traverse menus and content with keyboard (#2932)
3 years ago
烽宁 a60f079f99
fix(theme): dropdown menu partially hidden by the homepage footer when it is too long (#2904)
3 years ago
Divyansh Singh a18d5447f2 fix: temp workaround for broken navigation from 404 to home
3 years ago
Divyansh Singh 0088434895
fix(theme): prevent layout shift in search button key (#2889)
3 years ago
Divyansh Singh 18adc07117 fix(theme): search button key misplaced on safari
3 years ago
skirtle 20f9770268
fix(theme): improve contrast of search highlight text (#2887)
3 years ago
skirtle 39784ca55f
fix(theme): link hover color inside a custom block (#2876)
3 years ago
Divyansh Singh 47068ff0c5
revert: "perf: extract social icons as plugin to avoid unused icons" (#2861)
3 years ago
skirtle 74fcb60fb4
fix(theme): revert 79 to 179 in yellow-soft (#2858)
3 years ago
Divyansh Singh db17df336e chore!: bump deps (#2852)
3 years ago
Divyansh Singh a5f2eacf22 feat(theme): allow providing custom `toggle-appearance` function (#2844)
3 years ago
Divyansh Singh e477cdfd2f feat(theme): allow setting rel and target on sidebar links
3 years ago
Divyansh Singh 3992202404 docs: add themeConfig.outline, drop themeConfig.outlineTitle
3 years ago
Divyansh Singh 9a062a6dd6
feat(theme): allow overriding last updated time in doc footer from frontmatter (#2848)
3 years ago
Divyansh Singh e8ef1aaabe
feat(theme): allow overriding code copied text from css (#2833)
3 years ago
丶远方 ff86c73175
refactor: defining default values for Props using withDefaults. (#2498)
3 years ago
Divyansh Singh 5836facc61
chore!: drop pathname protocol (#2823)
3 years ago
Divyansh Singh 5ced0cca83 fix(theme): show only one carbon ad at a time
3 years ago
Divyansh Singh e8edd0a05f fix(theme): ssr issues on deno
3 years ago
Kia King Ishii e4f5c51bbe
feat(theme): improve color system (#2797)
3 years ago
Divyansh Singh 9499953386
refactor: drop custom logic in favor of vueuse useDark (#2818)
3 years ago
Kleis Auke Wolthuizen f242140c47
feat(theme): export VPImage (#2814)
3 years ago
Divyansh Singh 41ab96a269
refactor: drop body-scroll-lock in favor of vueuse useScrollLock (#2809)
3 years ago
烽宁 51715336ac
refactor: delete the redundant `provide` code (#2804)
3 years ago
Divyansh Singh 33962e04eb fix(theme): prevent sidebar re-render unless there is actual change
3 years ago
awkweb 6960ec1cf6
feat(theme): export VPButton and VPSponsors (#2767)
3 years ago
Divyansh Singh 0c8cf0df89
perf: extract social icons as plugin to avoid unused icons (#2768)
3 years ago
Divyansh Singh fc5092fb65 fix(a11y/theme): disable transitions if user prefers reduced motion
3 years ago
Divyansh Singh 436e99a594 fix(theme): docsearch variables not applying properly on ios beta
3 years ago
沈青川 c9d465587a
fix(theme): language menu undefined text (#2755)
3 years ago
Divyansh Singh 9a4ee07260
fix(theme): fix sidebar collapsing and restore base property (#2753)
3 years ago
Divyansh Singh 2fe8f60681 revert(theme): revert 'allow setting base path in sidebar items'
3 years ago
Kia King Ishii c0d838bda0
feat(theme)!: final re-brand (#2727)
3 years ago
Divyansh Singh 1d6254b615
fix(theme): dont show transparent navbar other than home (#2742)
3 years ago
Divyansh Singh 20b509c6e1 feat(client): allow customizing scrollOffset padding
3 years ago
Divyansh Singh e8ebf1b048 fix(theme): outline marker flicks when navigating towards above
3 years ago
Divyansh Singh 81e7405e19 fix(theme): hide outline marker on scroll to top
3 years ago
Divyansh Singh f4a5c43cb0 feat(theme): allow adding custom layouts
3 years ago
Divyansh Singh a8cf88b54a chore: use defineOptions
3 years ago
Divyansh Singh 93823a8566 fix(theme): respect feature icon dimensions set from frontmatter
3 years ago
Divyansh Singh d31051a051 fix(theme): align max-width media queries
3 years ago
Divyansh Singh c6c983ed73
fix(client): handle empty hash in links (#2738)
3 years ago
zuixinwang e54eea3da0
fix(theme): close dropdown menus after an item is clicked (#2380)
3 years ago
Divyansh Singh 063b0e520a fix(theme): override docsearch button bg
3 years ago
Divyansh Singh 3840eaae16
fix(theme): update sidebar active link status on hash change (#2736)
3 years ago
Divyansh Singh 1a6efbae8e fix(theme): scroll code group tab into view on selection
3 years ago
Divyansh Singh 039798a8c1 fix(theme): don't reset scroll position on changing tab in code groups
3 years ago
Divyansh Singh 2a7422bbbf feat(theme): allow overriding logo link
3 years ago
Divyansh Singh 09a4fdc9b8 feat(theme): allow customizing prev/next text from config file
3 years ago
Divyansh Singh 69251b7484 feat(theme): allow passing html in nav links
3 years ago
Divyansh Singh 52884d9d4b
feat(theme): allow setting base path in sidebar items (#2734)
3 years ago
Divyansh Singh e3f8fc7972 fix(theme): allow using h1 headings in outline
3 years ago
Divyansh Singh 4af597582c feat(search): allow enabling detailed view by default
3 years ago
Divyansh Singh 1179484432 feat(client): allow overriding props on Content
3 years ago
Divyansh Singh d7e225473b feat(theme): allow customizing default theme's 404 page
3 years ago
Divyansh Singh 7f0c18e013
feat: allow html blocks inside code groups (#2719)
3 years ago
烽宁 6fc88a5cce
fix: remove index.html when using createContentLoader (#2693)
3 years ago
Mike Bostock 5d18fd8978
feat: rel for feature links (#2704)
3 years ago
Mike Bostock 60dd0a474b
fix: respect empty rel and target (#2705)
3 years ago
烽宁 77c1b4d3cd
fix(style): incorrect header anchor icon position with multline headers (#2694)
3 years ago
烽宁 2ae90a2343
feat(theme): support custom page class (#2696)
3 years ago
Divyansh Singh b39b4912af
fix(theme): code group tab divider not showing full-width (#2701)
3 years ago
Divyansh Singh 51f28bfac9 fix(theme): fix feature component always generating anchor tags
3 years ago
烽宁 d015cddb30
chore(vite): support define replacement without removing double quotes (#2677)
3 years ago
Divyansh Singh 0cf6b0208c
chore: tweak subpixel max-width
3 years ago
Divyansh Singh ceedb68d3b
fix(theme): two outlines at 1280px
3 years ago
bqy_fe e79a13eb42
feat(theme): support footer frontmatter config (#2574)
3 years ago
Aelita 8ff431a6bc
fix(theme): code block style is broken inside custom block (#2664)
3 years ago
烽宁 3912951bad
fix(theme): respect `--vp-nav-height` in local nav calculations (#2663)
3 years ago
烽宁 730226c029
style(theme): restore the external link icon color from previous version (#2571)
3 years ago
Mathieu POUSSE cfa870f060
fix(theme): support missing meta description tag (#2639)
3 years ago
Aelita c2e79aa583
feat(theme): make navbar logo's height customizable by css variable (#2644)
3 years ago
Divyansh Singh f3a459708d fix(theme): don't show external link icon on social links
3 years ago
Divyansh Singh b199885b9b fix: invalid css
3 years ago
烽宁 ec7643dc13
feat(theme): allow using html text in VPHero (#2635)
3 years ago
Aelita f52a2629a7
fix(theme): fix doc footer's prev and next's size difference (#2600)
3 years ago
Divyansh Singh d0e7374441 fix(theme): invalid html -- article inside span
3 years ago
烽宁 64d7c3ba54
feat(build): support custom `assetsDir` (#2497)
3 years ago
Divyansh Singh e02adfe3ea
fix(build): remove `=""` from boolean attributes in head (#2620)
3 years ago
Aelita 01120a51d6
fix(theme): fix sidebar's caret alignment issue with long text (#2599)
3 years ago
Divyansh Singh 71eb11f72e
fix(theme): fix theme without fonts emitting inter (#2588)
3 years ago
烽宁 9fee5542cb
feat(search): support `minisearch` customization (#2576)
3 years ago
keer-tea 1e1500141b
feat(theme): allow hiding navbar on specific pages via frontmatter (#2565)
3 years ago
Divyansh Singh a3df6171ab refactor: move onBeforePageLoad inside loadPage
3 years ago
bqy_fe 665f3b02f8
feat(client): add onBeforePageLoad hook for router (#2564)
3 years ago
Ciki Momogi fa3780f8ef
fix(theme): unresponsive back button with empty input in search box (#2566)
3 years ago
Mateu Llull 24abc7c6bd
feat(theme): allow customizing last updated date time format options (#2332)
3 years ago
Divyansh Singh e95015f598
fix(client): bypass client router for links explicitly specifying target (#2563)
3 years ago
烽宁 52cfbc3236
feat(theme): option to show icon for external links (#2501)
3 years ago
Divyansh Singh 00d94e9ee5
chore: simplify code
3 years ago
Divyansh Singh 6b98113a42
fix(client): don't throw on using special chars in element ids (#2560)
3 years ago
烽宁 c30e758585
fix(client): scroll not working on clicking an anchor in search box (#2527)
3 years ago
烽宁 c4909e4298
feat(theme): expose `useSidebar` (#2496)
3 years ago
Divyansh Singh 51661def8f
fix(theme): prevent glitch when algolia chunk is loaded (#2519)
3 years ago
丶远方 656df5c761
chore: replace Map by WeakMap (#2499)
3 years ago
Divyansh Singh a5475304fa feat(client): expose dataSymbol
3 years ago
Joaquín Sánchez 4ddb96fe50
feat(theme): add semantic markup to local search dialog (#2325)
3 years ago
donggua 29a9647ee9
feat(theme): allow prev/next links to be disabled globally (#2317)
3 years ago
Divyansh Singh 80e734d677 fix(search): detailed view not working when page contains script setup
3 years ago
Divyansh Singh d62e6f6dd6
perf(search): use dom apis instead of regex-based section parsing (#2486)
3 years ago
Agustin Banchio c995b9f61d
feat(theme): add custom label for social links (#2466)
3 years ago
Divyansh Singh 2bd55eca2e
fix(theme): properly show divider between navs (#2481)
3 years ago
btea 89b96ffa38
chore: remove invalid style (#2479)
3 years ago
zonemeen 199f392b58 refactor: simplify the import path
3 years ago
Azat S 62d1110848
fix(theme): use brand color in skip link in dark theme (#2431)
3 years ago
Divyansh Singh 0e962178ac chore: minor tweaks
3 years ago
烽宁 e7be720ede
perf(theme/search): prevent repeated rendering of same page (#2398)
3 years ago
Divyansh Singh c869ea64ae
fix(theme): use document !== undefined check for browser (#2417)
3 years ago
Divyansh Singh 06c0fc5d5c
fix(theme): adjust z-index for active code group marker (#2413)
3 years ago
翠 / green f364a5d1d3
fix(theme): support custom target and rel in navbar links for mobile (#2400)
3 years ago
烽宁 489681117f
fix(theme): missing global properties in localSearch (#2396)
3 years ago
烽宁 26f21d95df
fix(theme): make features section layout consistent (#2382)
3 years ago
烽宁 9a5735dd0e
refactor(theme): simplify the import (#2374)
3 years ago
烽宁 484ff5dd4b
fix: hmr when `base` is set (#2375)
3 years ago
Joaquín Sánchez d6c0985002
fix(a11y): mobile and theme switcher (#2354)
3 years ago
烽宁 af4bb52947
refactor: simplify `hasAside` computed property (#2356)
3 years ago
烽宁 b31933fbdd
fix(build): uniform handling of windows slash in localSearchPlugin (#2358)
3 years ago
Joaquín Sánchez 2f482afaab
feat(theme): add focus trap to local search dialog (#2324)
3 years ago
JD Solanki 35f8b89637
fix(theme): don't update opacity on hover (#2326)
3 years ago
Vinicius Teixeira Dias c20bd28331
feat(theme): open search box on pressing slash too (#2328)
3 years ago
Divyansh Singh 2afb1477be
style: don't wrap social links
3 years ago
Divyansh Singh f07587af8a fix(theme): hide local nav on home page
3 years ago
Christian Georgi b24acc6991
feat: add `filePath` to `PageData` (#2140)
3 years ago
Divyansh Singh d0f0012aea
feat(theme): support light shiki themes (#2319)
3 years ago
zRains 69c7646daf
fix(theme): vitepress data not properly injected in app when use localSearch (#2299)
3 years ago
Liberty f7443643a4
feat: allow using html in member description (#2269)
3 years ago
烽宁 2f0f2d5ac6
feat(search): support custom `disableQueryPersistence` in local search (#2273)
3 years ago
烽宁 25b9111222
feat(theme): mobile view show outline button after removing sidebar (#2274)
3 years ago
烽宁 6a195b68c0
chore: remove css file about nprogress (#2275)
3 years ago
lchzh3473 f3d3332fff
fix(router): scroll back to the hash anchor even if it is already selected (#2265)
3 years ago
Divyansh Singh 1f4920c60d fix(search): fix highlighting in detailed view
3 years ago
btea 1f5798e437
feat: outline link add title attribute (#2261)
3 years ago
Divyansh Singh 1769d329cc refactor: directly use first child instead of querying
3 years ago
烽宁 09be057ffb
fix(search): local search showDetailedList not working in windows (#2253)
3 years ago
烽宁 8354f8fb86
fix(theme): local search showDetailedList not working in windows (#2248)
3 years ago
Divyansh Singh 7c34f6a3d9 style: align search icon in box a bit
3 years ago
Divyansh Singh 1b0a249ad6 fix(search): esm interop mark.js import
3 years ago
ChuHoMan 144a7d8e4e
fix(search): avoid body scroll when using local search (#2236)
3 years ago
Divyansh Singh ca8db8adca fix(search): fix keyword highlighting and scrolling in excerpts
3 years ago
Anthony Fu b2077c7025
feat(search): make styling more configurable, align more with the theme (#2233)
3 years ago
Divyansh Singh 185213c6ba fix(search): remove double base on importing excepts
3 years ago
Divyansh Singh be8352441f
fix(search): better highlighting in detailed view (#2234)
3 years ago
Divyansh Singh 40f1d1b6f6 feat(search): allow force disabling detailed view
3 years ago
Divyansh Singh 6d5b4cd784 fix(search): show escape to close on footer
3 years ago
Divyansh Singh 4fd40d5f62 styles: tweak search icons a bit
3 years ago
Divyansh Singh 44498675ac fix(a11y): increase touch target size of search icons
3 years ago
烽宁 712a57fde7
fix(theme): fix color of blockquote in custom containers (#2173)
3 years ago
Divyansh Singh 6d363ec9ff fix(search): fix errors on empty titles
3 years ago
Divyansh Singh 7178a22c9d
fix(theme): fix top of scrollbar being unusable (#2224)
3 years ago
Divyansh Singh 25a1fe90bd fix(search): avoid double base
3 years ago
Liberty 4c24960433
feat: allow passing props and children/slots to defineClientComponent (#2198)
3 years ago
Leedom 8ee6b905f5
fix(theme): navbar style (#2202)
3 years ago
Divyansh Singh 713a35cbd0
feat!: organized search config (#2218)
3 years ago
Divyansh Singh 8059ec390a chore: rename offline search to local search
3 years ago
Divyansh Singh 609d447ab5 fix(search): properly resolve page link
3 years ago
Divyansh Singh e2951604fd fix(theme): fix meta key not showing on search button
3 years ago
Guillaume Chau 6c92675e33
feat: offline search (#2110)
3 years ago
Divyansh Singh 3a65db2453 chore: remove unused styles
3 years ago
btea 3f38715b5e
chore(theme): remove unused styles (#2167)
3 years ago
烽宁 51ecd580a2
fix(theme): fix color of table head row in custom containers (#2160)
3 years ago
John Campion Jr 9e3cf0fa7d
feat(theme): allow moving aside to left (#2138)
3 years ago
Divyansh Singh 0e45804bc9
chore: remove extra line
3 years ago
John Campion Jr 53d0099ffa
feat(theme): add `page-top/bottom` and `doc-top/bottom` slots (#2139)
3 years ago
CHOYSEN ff26ff1e66
fix(theme): hide outline dropdown scrollbar when it does not overflow (#2151)
3 years ago
Divyansh Singh e5bc1e1086 fix(theme): allow adding html as feature icons
3 years ago
Anthony Fu eac03f26e2
fix(theme): remove label background of code-group tabs (#2136)
3 years ago
Divyansh Singh 56a7d9aa74
fix(theme): use locale lang instead of navigator lang for last updated (#2118)
3 years ago
Divyansh Singh 42a0ef21c1
fix(theme): don't show outline when no header is there (#2117)
3 years ago
Divyansh Singh 83ce1b8c5e
fix(theme): properly align not found icon in algolia (#2116)
3 years ago
Divyansh Singh aecdeb9b21
fix(theme): fix aside position when footer is there (#2115)
3 years ago
Evan You 16064023cf chore: upgrade to TS 5.0 + use moduleResolution: "bundler"
3 years ago
0xRaiden ee6cda42d8
fix(theme): prevent code-groups conflict with shiki-twoslash (#2059)
3 years ago
Evan You 1f2f1ff43d fix: decode when query selecting current hash
3 years ago
Evan You 86e2a6f972 feat: support multiple selectors for scrollOffset
3 years ago
Evan You a6b18a8b9a feat(theme): add animation to mobile page outline dropdown
3 years ago
Evan You 81ae1c79cd fix(theme): improve Chinese font handling
3 years ago
Evan You 2ad668cd54 feat: defineClientComponent helper
3 years ago
Evan You 52b04f324c fix: handle async enhanceApp when extending themes
3 years ago
Evan You b0160bc261 fix(theme): move doc-footer-before slot into the footer
3 years ago
Evan You 5f3aac95c5 a11y: add hover underscore for main text links
3 years ago
Evan You 7b0f28915f fix: fix optional component imports from default theme
3 years ago
Evan You da1691d77e feat(theme): support extending default theme without importing fonts
3 years ago
Evan You b86988333b fix DocOutlineDropdown visible range
3 years ago
Alija Sabic 3aea38991c Add symbol for header anchor as CSS variable and rule using :before
3 years ago
Alija Sabic a100f88993 Revert "Update theme-default style for accessible header-anchors"
3 years ago
Alija Sabic 03e9e4206a Update theme-default style for accessible header-anchors
3 years ago
Evan You 7182c4231f feat(theme): page outline for mobile
3 years ago
Evan You 15a2dd2eb9 adjust custom container bg contrast
3 years ago
Evan You 3b6a6d1abd feat(theme): a11y improvements
3 years ago
Evan You 6ca34c4236 feat(theme): aria-label for social links
3 years ago
Evan You 9aafc88d59 fix: fix scroll to hash on new tab during dev
3 years ago
Evan You 905f58b2a8 fix: avoid circular dependency between siteData virtual module and useData()
3 years ago
Guillaume Chau 192708de67
feat(theme): editLink can accept function (#2058)
3 years ago
Divyansh Singh 9ceff1d587 fix: trim spaces from outline headers
3 years ago
Evan You 8ab36d05fa fix: properly serialize header in outline
3 years ago
Evan You 657a7d38df fix(theme): re-support dynamic headers
3 years ago
Evan You f6cb4c0d44 perf: improve default theme chunking
3 years ago
Evan You 5c00bd3db4 chore(theme): improve light mode base text contrast
3 years ago
Divyansh Singh 41987b6a88
feat(theme): add not-found layout slot (#2054)
3 years ago
Evan You 747a04d341 fix(theme): remove log in VPContent
3 years ago
Evan You 3690714a32 update domain + redirect
3 years ago
Alija 322c633fd0
perf(a11y): add aria-label to language button (#2025)
3 years ago
CHOYSEN 27e3adf8ed
fix(theme): align number to code line (#2044)
4 years ago
Evan You de84c01b72 docs: revise custom theme and default theme extending
4 years ago
Evan You f39b6a98d6 feat: support Theme.extends
4 years ago
Evan You 868a58670e feat: deprecate Theme.setup
4 years ago
Evan You 74caccda43 feat: expose isNotFound on PageData, deperecate Theme.NotFound
4 years ago
Evan You 3158115afc fix(theme): make tip box text color darker
4 years ago
Evan You 66f94fd7a0 feat: expose params at top level in useData()
4 years ago
Evan You a4ac055dbf feat: support $params in page components
4 years ago
Evan You 1457681484 fix: ensure HMR works properly for page outline
4 years ago
Evan You 7158932e27 docs: update home page
4 years ago
Robert Kowalski 254e15beb9
feat(theme): add `as` prop to `Content` (#2011)
4 years ago
gaaming 996a5f47e9
feat(theme): add `home-hero-info` slot (#1807)
4 years ago
maomao 2a1abbe45e
fix(theme): prevent text wrapping in nav dropdown menu
4 years ago
Kia King Ishii c2de4caa34
fix(theme): "copy code" button not readable on hover state (#819) (#1892) (#1998)
4 years ago
Kia King Ishii d9a2e6e897 fix(theme): tip custom container has wrong bg color for `<code>` block
4 years ago
Kia King Ishii 472b6ecf5e
feat(theme): enhance readability of custom containers (#1824) (#1989)
4 years ago
Divyansh Singh e2d4edf45b
feat(theme): support custom target and rel in navbar links (#1993)
4 years ago
meedfine 8e6e8d9af5
fix(theme): show external link icon in navbar (#1881)
4 years ago
Divyansh Singh 6218b108bc
fix(theme): show external link icon on same line (#1880)
4 years ago
Markus b56351c778
fix(theme): allow empty details in home feature (#1936) (#1963)
4 years ago
Markus b8a5e8e5b2
feat(theme): make prev/next links changeable (#1972)
4 years ago
Markus 803d5b6d66
fix(theme): add height constraints to hero image (#1983)
4 years ago
dominikcz dd0c4c698c
feat(theme): support disabling aside globally (#1925)
4 years ago
Alex Kozack dd1f0bf774
style: add `translations` class in `VPNavBarExtra` (#1896)
4 years ago
Mr-Q ea430760f5
fix(theme): make features support line wrapping (#1913)
4 years ago
manchan 48c9b11316
fix(theme-default): remove duplicate judgments in `preconnect()` (#1903)
4 years ago
Mr.Hope 616fe5b636
fix(theme-default): avoid preconnect without algolia (#1902)
4 years ago
garee76 507b193ef0
fix: safari use `window.requestIdleCallback` (#1871)
4 years ago
Divyansh Singh dea6cfa9cb
fix(theme): infer collapsible from collapsed (#1865)
4 years ago
翠 / green 1f775774da
feat(theme): preconnect algolia when idle (#1851)
4 years ago
翠 / green 010b3e5ad9
fix: take `<a>` in SVG into account (#1850)
4 years ago
Divyansh Singh cf8ad1a291
fix(build): consider base when checking actual pathname (#1858)
4 years ago
Divyansh Singh 5ae4fbde38
feat: stable `cleanUrls` (#1852)
4 years ago
Divyansh Singh 3db532ed09
fix(theme): don't show border on navbar when sidebar is there (#1845)
4 years ago
Kia King Ishii c35a1f0fae
feat(theme): enable multi level sidebar nesting (#1360) (#1835)
4 years ago
Divyansh Singh 0f145cb3c6
fix: check document instead of window to detect browser (#1833)
4 years ago
Em Zhan 1553dbce8e
fix(router): avoid duplicate history entries (#1827)
4 years ago
Divyansh Singh 5d2fc3f922
feat(theme): allow removing badge text from outline (#1825)
4 years ago
Kia Ishii 39294e0a4e fix(theme): nav bg not being applied on some viewport
4 years ago
Kia Ishii bd36224b45 fix(theme): sidebar scrollbar is cropped by nav bar
4 years ago
CHOYSEN 48f0b01569
fix(theme): adjust the position of the curtain to avoid block sidebar (#1816)
4 years ago
Kia King Ishii 5c2eb1b3b0 fix(theme): spacing between aside sponsors and ads section is missing
4 years ago
Divyansh Singh 8de2f4499d
feat: add i18n feature (#1339)
4 years ago
Kia King Ishii 471f00a68d
feat(theme): refine overall styles (#1049) (#1790)
4 years ago
MarkusKeck 4314b57959
fix(theme): prevent vertical scrollbar on code group tabs (#1793) (#1805)
4 years ago
qiang 09c2c52d6c
feat: support for teleports to body (#1642)
4 years ago
sugar 48a42c19b1
fix(theme): wrap long words in `li` (#1782)
4 years ago
CHOYSEN 167a474cb8
fix(theme): add cursor for summary of custom block details (#1774)
4 years ago
Divyansh Singh 2a80fbd14a
fix(build): handle cleanUrls without trailing slash (#1772)
4 years ago
Satrong 0913e0fe69
fix(theme): `activeMatch` support regexp (#1754)
4 years ago
Divyansh Singh 01ac579187
feat: allow `enhanceApp` to return a `Promise` (#1760)
4 years ago
Matteo Bilotta 4ac8c0482f
types: strong separation between `import` and `import type` (#1756)
4 years ago
Divyansh Singh a642ea2526
fix(theme): adjust styles for diff indicator in code blocks (#1755)
4 years ago
Divyansh Singh 565ae711b9
fix(theme): adjust styles for copied button (#1751)
4 years ago
Divyansh Singh f6c5e1f098
fix(theme): prevent layout shift on carbon ads
4 years ago
Eduardo San Martin Morote 8db20fe022
fix(theme): refresh ads per page navigation (#1734)
4 years ago
Joaquín Sánchez 9df598f36e
feat(theme): allow adding images as icons in features section (#1738)
4 years ago
Gurkiran Singh e72998b68b
feat(theme): add `home-hero-image` slot (#1528)
4 years ago
Urata Daiki 257f9e68e9
perf(a11y): make menu traversable only when it is open (#1491)
4 years ago
Divyansh Singh 7a737845e5
feat(theme): add mastodon icon (#1736)
4 years ago
Igor Randjelovic 195d867ee9
fix: handle cleanUrls with subfolders when using a trailing slash (#1575)
4 years ago
Sam Estep ae21a3a622
feat(build): provide a `pathname://` protocol to escape SPA (#1719)
4 years ago
Divyansh Singh 1ebde6623e
fix(theme): remove experimental fonts (#1710)
4 years ago
Rami Yushuvaev 505a4f8eee
feat(theme): headings anchor should not be selectable (#1701)
4 years ago