Commit Graph

59 Commits (87b4b6774b2539aa59f3cca261eb645fc45acabe)

Author SHA1 Message Date
Lukas Leisten 119da5582f feat(search): Change span to LocalSearchBoxItem
9 months ago
Lukas Leisten 02c62f7875 feat(sidebar): Change component to SidebarTextItem
9 months ago
Divyansh Singh 23d3281ed6
feat: support same page navigation in router.go (#4511)
10 months ago
Evan You 8214cae21b
fix: fix static content removal for lean chunks due to Vue 3.5 changes (#4508)
11 months ago
Divyansh Singh 2b3e486ab9 fix: multiple cache busting imports causing useData to fail
1 year ago
Divyansh Singh b360ac88df
fix(dev): match dev and prod routing behavior (#3837)
2 years ago
Lo f6bd99eb13
feat: add `window.__VITEPRESS__` (#3634)
2 years ago
Divyansh Singh c2b4c66e79 fix(client): add computed dir and lang to html root
2 years ago
Divyansh Singh 27f60e0b77
fix: invalidate module cache for subsequent builds (#3398)
2 years ago
bonyuta0204 563dc89975
feat(client): allow disabling link auto-prefetching (#3220)
2 years ago
Divyansh Singh 28ef0ea6f6
fix(client): router in invalid state after 404 (#2972)
2 years ago
Divyansh Singh 7f0c18e013
feat: allow html blocks inside code groups (#2719)
2 years ago
Divyansh Singh e95015f598
fix(client): bypass client router for links explicitly specifying target (#2563)
2 years ago
Divyansh Singh 6b98113a42
fix(client): don't throw on using special chars in element ids (#2560)
2 years ago
Evan You 16064023cf chore: upgrade to TS 5.0 + use moduleResolution: "bundler"
3 years ago
Evan You 1f2f1ff43d fix: decode when query selecting current hash
3 years ago
Evan You 52b04f324c fix: handle async enhanceApp when extending themes
3 years ago
Evan You 9aafc88d59 fix: fix scroll to hash on new tab during dev
3 years ago
Evan You f39b6a98d6 feat: support Theme.extends
3 years ago
Evan You 74caccda43 feat: expose isNotFound on PageData, deperecate Theme.NotFound
3 years ago
Evan You a4ac055dbf feat: support $params in page components
3 years ago
Divyansh Singh 8de2f4499d
feat: add i18n feature (#1339)
3 years ago
Divyansh Singh 01ac579187
feat: allow `enhanceApp` to return a `Promise` (#1760)
3 years ago
Matteo Bilotta 4ac8c0482f
types: strong separation between `import` and `import type` (#1756)
3 years ago
Divyansh Singh a684b67ec0
feat: add code-group feature (#728) (#1560)
3 years ago
Evan You b5bd73f630 feat: use global delegation for copy code interaction
3 years ago
Evan You 5fb794864b fix: avoid circular deps when extending default theme + importing feature components
3 years ago
Divyansh Singh 0048e2bf1e
feat(build): switch to vite 3, support clean urls and esm mode (#856)
3 years ago
Divyansh Singh 4e4a21a0ee
test: fix failing test suite (#1166)
3 years ago
Roman Ondráček 4a6eda4870
fix(theme): fix custom NotFound component rendering (#1163)
3 years ago
meteorlxy 6174362c53
refactor: handle page data hmr in the same file (#779)
4 years ago
CHOYSEN 8bf4182453
refactor: add `PageDataPayload` type (#742)
4 years ago
meteorlxy 421f641a76
feat: setup devtools and remove debug component (#721)
4 years ago
Anthony Fu a0f81c9f9d
feat: migrate to ESM (#645) (#659)
4 years ago
Kia Ishii 73bbc6143a feat: new default theme
4 years ago
Joaquín Sánchez 216e12950b
fix: remove 404 from title on initial route (#590)
4 years ago
Evan You a81b9e0ff1 refactor: re-expose $frontmatter global property, make localePath account for base by default
5 years ago
Evan You 0661063d29 feat: more efficient `useData()` method that exposes all data
5 years ago
Anthony Fu 6b4a4aa7a6 fix: remove unnecessary 'vite/dynamic-import-polyfill'
5 years ago
Eduardo San Martin Morote f505db945a
fix(locales): use correct lang (#276)
5 years ago
Anthony Fu bac1ce2d01
fix: resolve page hash case-insenstively, close #202 (#203)
5 years ago
Evan You 64a08b35a3 chore: bump vite again
5 years ago
Evan You 6ff76c4ea8 chore: bump vite
5 years ago
Evan You 8dea5185f0 refactor: use prefetch at app root
5 years ago
Kia King Ishii 77bb75f7ee refactor: client app index
5 years ago
Kia King Ishii 01d2837474 fix: siteData passed to enhanceApp being siteDataByRoute (#159)
5 years ago
Kia King Ishii f2dafa05f2 chore: fix netlify build failure
5 years ago
Kia King Ishii 776d8014a2 refactor: organize app index related files
5 years ago
Matias Capeletto c6bdcfbf4f
feat!: add more global and computed properties (#152)
5 years ago
Kia King Ishii a0261f758d style: organize code styles
5 years ago