Commit Graph

  • 705c1be0f8 feat(theme): cover all Inter glyphs, generate font subsets from a script Divyansh Singh 2026-07-24 18:22:12 +0530
  • c2be0bf936 feat(markdown): accept booleans for plugin options Divyansh Singh 2026-07-24 02:12:43 +0530
  • 97f87817ea feat(markdown): support GitHub-style task lists Divyansh Singh 2026-07-24 02:07:16 +0530
  • 18380b0eb7 feat(markdown)!: replace markdown-it-attrs with @mdit/plugin-attrs Divyansh Singh 2026-07-24 01:31:24 +0530
  • 7c09583eaa test(markdown): cover attrs behavior before plugin migration Divyansh Singh 2026-07-24 01:28:24 +0530
  • 018887fa1d feat(markdown)!: replace markdown-it-emoji with @mdit/plugin-emoji Divyansh Singh 2026-07-24 01:09:51 +0530
  • 85ede55fdb test(markdown): cover attrs/anchor plugin order independence Divyansh Singh 2026-07-24 01:01:12 +0530
  • 7550517916 feat(markdown)!: replace markdown-it-anchor with @mdit/plugin-anchor Divyansh Singh 2026-07-24 00:57:40 +0530
  • 3514d82617 refactor(markdown): restructure options and plugin registration Divyansh Singh 2026-07-24 00:47:47 +0530
  • b8d9c8f9a9 feat(markdown): support disabling built-in markdown plugins Divyansh Singh 2026-07-24 00:20:18 +0530
  • e235dbeb8a feat(markdown)!: support `attrs: false` for disabling attrs plugin Divyansh Singh 2026-07-24 00:17:03 +0530
  • bffe1e1412 feat(markdown): allow disabling table `tabindex` attribute Divyansh Singh 2026-07-24 00:16:44 +0530
  • 6bbd04e0bf test: type-check tests and docs Divyansh Singh 2026-07-23 23:43:46 +0530
  • 572bc63bd8 docs: remove unsupported `threadDepthExceededMessage` translation Divyansh Singh 2026-07-23 23:43:38 +0530
  • e6ba9d8caa fix(build): don't rely on checkout directory name when externalizing types Divyansh Singh 2026-07-23 23:43:31 +0530
  • cec499869f refactor(theme)!: remove deprecated `disableDetailedView` local search option Divyansh Singh 2026-07-23 23:08:22 +0530
  • 18d1b4713c refactor(theme)!: remove deprecated `lastUpdatedText` option Divyansh Singh 2026-07-23 23:08:05 +0530
  • 95c042039c refactor(theme)!: remove deprecated `outlineTitle` option Divyansh Singh 2026-07-23 23:07:38 +0530
  • 27762eac86 refactor(markdown)!: remove deprecated `cjkFriendly` option Divyansh Singh 2026-07-23 23:05:26 +0530
  • 078786a1b3 refactor(markdown)!: rename image option `lazyLoading` to `lazyLoad` Divyansh Singh 2026-07-23 23:05:18 +0530
  • 4e0b6e89d0 feat(markdown)!: group code copy button strings into one option #5330 Divyansh Singh 2026-07-25 15:53:49 +0530
  • 616e3ba2f9 docs: drop the code copy button title workaround Divyansh Singh 2026-07-25 15:25:47 +0530
  • 7d23d2871e chore(theme): sort the copied-text locale overrides alphabetically Divyansh Singh 2026-07-25 15:18:35 +0530
  • 7dff75dacb docs: translate container labels and the code copy button title Divyansh Singh 2026-07-25 14:58:20 +0530
  • fdd11d8f3e feat(markdown): support per-locale markdown strings Divyansh Singh 2026-07-25 14:58:13 +0530
  • 9c8055db71 chore: remove the @types/mdurl patch Divyansh Singh 2026-07-25 14:36:14 +0530
  • c025228a82 feat(markdown): support registering custom containers Divyansh Singh 2026-07-25 14:22:30 +0530
  • d17df42fc0 feat(markdown): support title-less containers Divyansh Singh 2026-07-25 14:22:09 +0530
  • b07980ce68 refactor(markdown): migrate containers to @mdit/plugin-container Divyansh Singh 2026-07-25 14:21:24 +0530
  • baa89ecb17 refactor(theme)!: rebuild the base styles on tailwind's preflight Divyansh Singh 2026-07-25 13:33:44 +0530
  • 42079b73a8 docs: declare the vazirmatn face manually and pin its version Divyansh Singh 2026-07-25 03:10:25 +0530
  • 69665d1327 fix(theme)!: route cjk punctuation to matching system fonts Divyansh Singh 2026-07-25 03:10:16 +0530
  • 3538194c01 perf: use hook filters in vite plugins Divyansh Singh 2026-07-24 18:59:12 +0530
  • 6ae51ba7e7 docs: rewrite and complete jsdocs in siteConfig.ts Divyansh Singh 2026-07-24 18:38:31 +0530
  • 5fb4827a79 feat: update option stability annotations Divyansh Singh 2026-07-24 18:29:16 +0530
  • a23d1ac110 feat(theme): cover all Inter glyphs, generate font subsets from a script Divyansh Singh 2026-07-24 18:22:12 +0530
  • 4163038b41
    Merge 9ba446ce46 into 9376c58abe #5012 Tri Rahmat Gunadi 2026-07-23 20:09:22 -0500
  • 9c872206bb feat(markdown): accept booleans for plugin options Divyansh Singh 2026-07-24 02:12:43 +0530
  • 8df922b54c feat(markdown): support GitHub-style task lists Divyansh Singh 2026-07-24 02:07:16 +0530
  • 85671d4ed3 feat(markdown)!: replace markdown-it-attrs with @mdit/plugin-attrs Divyansh Singh 2026-07-24 01:31:24 +0530
  • 912f3aeb1e test(markdown): cover attrs behavior before plugin migration Divyansh Singh 2026-07-24 01:28:24 +0530
  • e61b3571d0 feat(markdown)!: replace markdown-it-emoji with @mdit/plugin-emoji Divyansh Singh 2026-07-24 01:09:51 +0530
  • 44c7050d39 test(markdown): cover attrs/anchor plugin order independence Divyansh Singh 2026-07-24 01:01:12 +0530
  • 6d11860ed1 feat(markdown)!: replace markdown-it-anchor with @mdit/plugin-anchor Divyansh Singh 2026-07-24 00:57:40 +0530
  • eb51127861 refactor(markdown): restructure options and plugin registration Divyansh Singh 2026-07-24 00:47:47 +0530
  • 99e3b98baa feat(markdown): support disabling built-in markdown plugins Divyansh Singh 2026-07-24 00:20:18 +0530
  • 831b5ca648 feat(markdown)!: support `attrs: false` for disabling attrs plugin Divyansh Singh 2026-07-24 00:17:03 +0530
  • 46e9185eb0 feat(markdown): allow disabling table `tabindex` attribute Divyansh Singh 2026-07-24 00:16:44 +0530
  • fee7adae36 test: type-check tests and docs Divyansh Singh 2026-07-23 23:43:46 +0530
  • 5f470824e4 docs: remove unsupported `threadDepthExceededMessage` translation Divyansh Singh 2026-07-23 23:43:38 +0530
  • e4b3aad5f3 fix(build): don't rely on checkout directory name when externalizing types Divyansh Singh 2026-07-23 23:43:31 +0530
  • c149681b21 refactor(theme)!: remove deprecated `disableDetailedView` local search option Divyansh Singh 2026-07-23 23:08:22 +0530
  • 1bff3bd516 refactor(theme)!: remove deprecated `lastUpdatedText` option Divyansh Singh 2026-07-23 23:08:05 +0530
  • 00c3361c7f refactor(theme)!: remove deprecated `outlineTitle` option Divyansh Singh 2026-07-23 23:07:38 +0530
  • bdaa6f5611 refactor(markdown)!: remove deprecated `cjkFriendly` option Divyansh Singh 2026-07-23 23:05:26 +0530
  • 2710e89dc3 refactor(markdown)!: rename image option `lazyLoading` to `lazyLoad` Divyansh Singh 2026-07-23 23:05:18 +0530
  • cf50f37533
    Merge 5cdf556214 into 9376c58abe #5218 Muhammad Said Ramadhan 2026-07-23 14:22:53 +0800
  • 9376c58abe
    fix(theme): prevent TypeError when navigating to page without outline (#5329) Henrikh Kantuni 2026-07-22 16:17:25 -0400
  • b4557379d4
    Update src/client/theme-default/composables/outline.ts #5329 Divyansh Singh 2026-07-23 01:43:46 +0530
  • 1a9737c72a
    Fix TypeError Henrikh Kantuni 2026-07-22 00:07:11 -0400
  • cf973b20ef
    docs: update vite logo (#5319) Bjorn Lu 2026-07-21 16:00:36 +0800
  • 960a142d87
    Merge branch 'main' into update-vite-logo #5319 Divyansh Singh 2026-07-21 13:27:58 +0530
  • 652892339e inline icons Divyansh Singh 2026-07-21 13:27:26 +0530
  • 4666fc2776
    feat(cli): show vite version in startup log (#5328) btea 2026-07-21 14:11:03 +0800
  • 20062f48d8 adjust formatting #5328 Divyansh Singh 2026-07-21 11:39:21 +0530
  • 22ee127e78 docs(i18n): `es/cli.md` fix anchors jackestar 2026-07-20 22:43:09 -0400
  • 23fc5edb5d docs(i18n): updated and fix spanish translation for `default-theme-config.md` jackestar 2026-07-20 22:10:44 -0400
  • 75b0b86199 docs(i18n): `default-theme-badge.md` fix Spanish translation jackestar 2026-07-20 20:19:56 -0400
  • 945a4c146c docs(i18n): `cli.md` fix Spanish translation, missing anchors and clean up table formatting jackestar 2026-07-20 19:25:28 -0400
  • 16818a2b04 docs(i18n): remove extra blank line in `custom-theme.md` Spanish translation jackestar 2026-07-20 01:07:35 -0400
  • dac2dbd84a docs(i18n): fix typo on `getting-started.md` Spanish translation, "una" to "un" for the masculine noun "juego". jackestar 2026-07-20 01:02:44 -0400
  • 5729bc7f11 docs(i18n): fix missing accents on línea on Spanish translation for on `frontmatter.md`, `getting-started.md`, `markdown.md` and `mpa-mode.md` jackestar 2026-07-20 00:56:58 -0400
  • e54b453be0 docs(i18n): fix typos in Spanish `deploy.md` translations jackestar 2026-07-20 00:40:26 -0400
  • 0c41b1457f docs(i18n): fix route-rewrites heading level on `routing.md` Spanish translation jackestar 2026-07-20 00:31:32 -0400
  • be47935572 docs(i18n): fix output translations and snippets on `markdown.md` Spanish translation jackestar 2026-07-19 20:01:19 -0400
  • 77336c2d5d feat: show vite version in startup log btea 2026-07-20 11:05:40 +0800
  • 594a37db4e docs(i18n): update "getting started" translation jackestar 2026-07-19 19:39:59 -0400
  • 27a105b10d docs(i18n): fix markdown syntax and translations for `routing.md` Spanish translation jackestar 2026-07-19 19:33:10 -0400
  • 9bbe847e8d docs(i18n): fix anchors on `sitemap-generation.md` jackestar 2026-07-19 19:16:12 -0400
  • f15db52351 docs(i18n): fix variable name in using-vue.md, untranslated fragment and grammatical error fix on in the Spanish translation of `using-vue.md` jackestar 2026-07-19 19:14:27 -0400
  • 685cb1bf18
    docs(i18n): untranslated fragment in "what-is-vitepress.md" in the Spanish translation Jackestar 2026-07-19 18:55:40 -0400
  • c39a85a2ac fix(build): compose markdown `preConfig` hook when extending configs Divyansh Singh 2026-07-20 00:47:00 +0530
  • ef64198b4b docs: add example for nesting custom containers Divyansh Singh 2026-07-19 14:44:32 +0530
  • 2878e47094
    Merge branch 'main' into px-to-rem Divyansh Singh 2026-07-19 13:59:13 +0530
  • 028ee31b06
    docs: add base path prefix docs to sidebar reference (#5324) 冰冻大西瓜 2026-07-19 16:20:44 +0800
  • c41fa07256
    Merge branch 'main' into fix-docs #5324 Divyansh Singh 2026-07-19 13:50:27 +0530
  • 5a894b6bc9 format and match the id Divyansh Singh 2026-07-19 13:49:59 +0530
  • 95d42ad11d docs: remove inaccurate `base` path slash constraint from sidebar docs 冰冻大西瓜 2026-07-19 08:00:15 +0800
  • 3b560a0efa
    feat: support `note`, `important`, `caution` markdown containers (#5161) chencu 2026-07-19 06:25:07 +0800
  • 83d06b87cd format #5161 Divyansh Singh 2026-07-19 03:51:22 +0530
  • 8809dfaa2b
    Merge branch 'main' into feat/add-missing-container Divyansh Singh 2026-07-19 03:49:38 +0530
  • f2471149b1 docs(i18n): `what-is-vitepress.md` fix spanish translation jackestar 2026-07-18 00:44:01 -0400
  • c35743174d docs(i18n): `using-vue.md` fix spanish translation jackestar 2026-07-17 17:11:04 -0400
  • 4c5b71a0ef docs(i18n): `sitemap-generation.md` `ejemplo.com` instead of `example.com` jackestar 2026-07-17 12:36:45 -0400
  • e1b3cb46e0 docs(i18n): Fix the typo "basasdo" to "basado" in the `routing.md` file header. jackestar 2026-07-17 00:43:16 -0400
  • 22f07c311b docs(i18n): Reorder the frontmatter lines in `ssr-compat.md` to align with the upstream English documentation structure. jackestar 2026-07-17 00:42:23 -0400
  • 0804fb2bab docs(i18n): update and fix for sitemap-generation.md for the spanish translation jackestar 2026-07-16 19:41:48 -0400
  • 25b14866a1 docs(i18n): fix missing anchors, extending-default-theme.md and markdown.md in spanish docs jackestar 2026-07-16 00:45:06 -0400
  • 2c1a0f4055 docs(i18n): custom-theme.md update spanish translation jackestar 2026-07-16 00:32:29 -0400
  • 7d9a17ba8c docs(i18n): routing.md update fix spanish translation jackestar 2026-07-15 23:56:47 -0400