Ciro Bermudez
21bd34a2aa
docs(es): add missing new line ( #4469 ) [lunaria-ignore]
2 years ago
Leo
63c1ed06a2
docs: add vitepress-plugin-group-icons ( #4437 ) [lunaria-ignore]
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Evorp
74aa6fabaf
docs: fix typo ( #4454 ) [lunaria-ignore]
2 years ago
Danilo Castro
e73d4e3928
docs: fix typo ( #4464 ) [lunaria-ignore]
2 years ago
Divyansh Singh
56e6e52bcf
docs: add nightly releases badge
2 years ago
Divyansh Singh
8ea776addc
fix: respect vite.clearScreen in build
...
- rename router.onAfterRouteChanged to router.onAfterRouteChange to align with naming conventions
- always pass normalized href to router.onAfterRouteChanged
closes #4468
2 years ago
Divyansh Singh
c61182ab27
fix: properly strip vpi-social css declaration in debug mode
2 years ago
Divyansh Singh
8a5e8ea4f5
fix: specify mode for iconify
2 years ago
Divyansh Singh
38a755e365
chore: update chokidar to v4
2 years ago
Divyansh Singh
241d17d983
fix: out of order css in prod builds
...
closes #4098
2 years ago
Divyansh Singh
3eb4374af2
docs(i18n): add copy code button title workaround
2 years ago
dependabot[bot]
730fc0851a
chore(deps-dev): bump nanoid from 5.0.8 to 5.0.9 ( #4423 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Amirhossein Alibakhshi
a3f994b71e
docs: add Persian language ( #4089 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Bugo
08ce34d9a2
docs(ru): update translations ( #4422 )
2 years ago
Divyansh Singh
ff254dcbe6
feat(theme): allow customizing skip to content label
...
closes #4288
2 years ago
Divyansh Singh
18858f7dec
chore: simplify code
2 years ago
Divyansh Singh
183261753b
fix(theme): ignore footnote-ref for outline
...
closes #4402
2 years ago
Nicolas Bastien
452d6c77a6
docs: add missing imports in translations ( #4391 )
2 years ago
Nicolas Bastien
31b3e85889
docs: add missing import ( #4389 )
2 years ago
MC_XiaoHei
2397e08d6c
docs(zh): update comment ( #4379 )
2 years ago
chiri
0380a60657
docs(ru): update translations ( #4377 )
2 years ago
dependabot[bot]
8451cd8cee
chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.5 ( #4371 )
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Joaquín Sánchez
564907152e
chore: fix Windows build ( #4358 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
d200f4e125
docs: update search plugin list
2 years ago
Divyansh Singh
36e0c1a3db
chore: bump deps
...
close #4343
2 years ago
Divyansh Singh
867b256e14
release: v1.5.0
2 years ago
Divyansh Singh
05f2f0d261
feat: on demand social icons ( #4339 )
2 years ago
Aether Chen
602ae7ba9d
chore: remove redundant spaces in theme template css ( #4337 )
2 years ago
Divyansh Singh
1e4917eb30
release: v1.4.5
2 years ago
Divyansh Singh
fc92a77a5d
fix: lazy load language definition on twoslash too
...
closes #4334
2 years ago
Divyansh Singh
11eb137565
release: v1.4.4
2 years ago
Divyansh Singh
4dac35fc9e
fix: (temporary patch) lang lazy load not working with twoslash
2 years ago
Divyansh Singh
dcb8450f11
fix: typo in missing language check
2 years ago
yanrudykh
08a88440ba
Translation fix ( #4328 )
2 years ago
Divyansh Singh
2b3cd95ab1
release: v1.4.3
2 years ago
Divyansh Singh
8f052753de
chore: adjust type cast
2 years ago
Divyansh Singh
829977876a
perf: lazy load shiki languages ( #4326 )
2 years ago
Bugo
c61775a54f
docs(ru): update translations ( #4323 )
...
* Update ru/reference/site-config.md
* Update ru/guide/using-vue.md
2 years ago
Divyansh Singh
67b7d5d878
release: v1.4.2
2 years ago
Divyansh Singh
615aed5df7
fix(regression): hmr not working with markdown includes due to wrong cache key
...
closes #4289
closes #4303
2 years ago
Divyansh Singh
acfe97f608
fix: dispose mdit instance on manual restart too
2 years ago
Estéban
45968cdc50
fix: cache markdown it instance and properly dispose shiki on config reload ( #4321 )
...
This results in over 5x speedup in build times of certain projects. But this comes at the cost of correctness. `createMarkdownRenderer` now ignores any arguments passed by user. But from our GitHub code search we didn't find any user passing options different than their siteConfig to this function. If you are doing that, please open an issue and we can discuss the best way forward.
---
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Sun .P.M
81fc148198
style(theme): do not copy `lang` when copying text ( #4316 )
...
style(theme/vp-doc): let lang unselectable.
2 years ago
Typed SIGTERM
bd690d6a9b
feat(theme): don't escape `siteTitle` ( #4308 )
2 years ago
dmnq
d870ba48ea
docs(zh): fix postcss configuration file path ( #4301 )
2 years ago
Divyansh Singh
b8935502fb
fix: remove explicit chinese fonts
...
these are already handled by `sans-serif`
PingFang SC is used on macOS
Noto Sans CJK is used on Ubuntu
Microsoft YaHei is used on Windows
follow up on #4286
2 years ago
Jungzl
668e9f7050
fix(theme): remove some explicit Chinese fonts ( #4286 )
2 years ago
匆匆孑然
cfcc37d9aa
docs: fix use pnpm action-setup ( #4294 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Jose Salazar
c593b7f789
docs: add VS Code IntelliSense Support section ( #4295 )
2 years ago
Divyansh Singh
e638d855cf
fix(theme/a11y): don't select search result unless mouse is actually moved
...
closes #4297
2 years ago