Hazlank
9245226b16
fix(code): code block highlight bug in ul ( #352 )
3 years ago
Sabertaz
46145bfb16
docs: change Markdown TOC to correct package name ( #344 )
3 years ago
Eduardo San Martin Morote
26b5aa931f
feat: upgrade markdown-it-anchor ( #350 )
...
BREAKING CHANGE: the `markdown.anchor` option is updated. Refer to
valeriangalliat/markdown-it-anchor#permalinks for
instructions to upgrade your existing `markdown.anchor.permalink`
option. **This doesn't affect you if you weren't changing the header
permalinks behavior**.
3 years ago
Eduardo San Martin Morote
9e8e441427
chore: regen lock
3 years ago
Eduardo San Martin Morote
9b9fdc710a
fix: allow vite server access to theme and local files
3 years ago
Eduardo San Martin Morote
bc78adb468
fix(i18n): fix locales reading, add site.langs ( #353 )
...
It works with the same config as Vuepress 1: https://vuepress.vuejs.org/guide/i18n.html#site-level-i18n-config
We could probably adapt the `label` property like Vuepress 2 https://v2.vuepress.vuejs.org/guide/i18n.html#site-i18n-config in a next release
3 years ago
Eduardo San Martin Morote
858c0e77a0
build: rename carbon and buysell chunks ( #370 )
3 years ago
Evan You
7b3a9e59b4
feat: support partial include directive
3 years ago
Evan You
8af8b40a80
bump vite
3 years ago
Evan You
e74c5f06d1
feat: support function config
3 years ago
Evan You
71b6845bc5
release: v0.16.1
3 years ago
Evan You
4925fb5c29
feat: info custom container
3 years ago
Eduardo San Martin Morote
de2628983d
release: v0.16.0
3 years ago
Eduardo San Martin Morote
4a34b93090
refactor: reuse regexp
3 years ago
Eduardo San Martin Morote
6c2c0f093a
ci: run build as a test
3 years ago
Evan You
ef1e205cb6
chore: bump vue deps
3 years ago
Eduardo San Martin Morote
3038829807
refactor: use compiler macros
3 years ago
Eduardo San Martin Morote
7b501293da
chore: up deps
3 years ago
Sacha STAFYNIAK
9d98dbbe60
fix: override target and rel links attribute in config ( #332 )
3 years ago
Dirk de Visser
cfbba80a0a
fix(edit-link): let frontmatter overwrite global editLink ( #340 )
...
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years ago
FangYing
aa9f9094b5
chore: remove log ( #331 )
...
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years ago
Eduardo San Martin Morote
b0e2c7275f
release: v0.15.6
3 years ago
hangzou
53bb961a92
fix: skip external URLs in `withBase` ( #328 )
3 years ago
patak
8597f268cc
chore: issues forms for bug reports and feature requests ( #329 )
3 years ago
FangYing
d971dd9996
docs: spell error ( #326 )
3 years ago
Evan You
3cec536c1f
fix: automatically escape vite user defined variables in markdown
3 years ago
Evan You
95b0d5113b
release: v0.15.5
3 years ago
m4dz
e76e6ecd54
fix(nav): display nav if locales are present ( #321 )
3 years ago
Evan You
ce86b51ccf
chore: remove logs
3 years ago
Evan You
e6bb5a4806
perf: only update necessary head tags in prod
3 years ago
Eduardo San Martin Morote
c046905b03
fix(search): correctly detect multilang
...
Close #316
3 years ago
Evan You
5c076f4a48
release: v0.15.4
3 years ago
Evan You
9b35dfcde4
fix: avoid scroll behavior reliance on .nav-bar class
3 years ago
Evan You
3fed6f94e5
type: support specifying themeConfig type for useData() via generics
3 years ago
Evan You
ff4fa628de
release: v0.15.3
3 years ago
Evan You
a9d580069f
fix: avoid error when theme does not have .nav-bar class
3 years ago
Evan You
348f19a537
fix: watch config file when using srcDir
3 years ago
Evan You
f52f20e02f
fix: avoid resetting head tags on hmr/page switch
3 years ago
Evan You
834fa76e76
ci: update node versions
3 years ago
Evan You
bd0c870d93
release: v0.15.2
3 years ago
Evan You
eefba398b0
fix: force optimize vue to avoid duplication when linked
3 years ago
Evan You
fbcb07eaab
chore: remove unused arg
3 years ago
Evan You
dfff1d6966
release: v0.15.1
3 years ago
Evan You
f5d0e1881c
chore: deprecation warnings
3 years ago
Evan You
aaf4910d93
feat: support srcDir config option
3 years ago
Evan You
3737b1055d
feat: support passing vite config in vitepress config file via `vite` option
...
BREAKING CHANGE: Some config options have changed.
- `vueOptions` renamed to `vue`
- `alias` option has been removed. Use `vite.resovle.alias` instead.
3 years ago
Evan You
5733fc625e
perf: avoid double resolve user config on startup
3 years ago
Evan You
55de7ab43c
refactor: adjust shared utility/types build setup
...
fix non-existent imports in generated dts files
3 years ago
Evan You
2ef033c5c2
release: v0.15.0
3 years ago
Evan You
424a4ca379
fix: fix frontmatter sidebarDepth for headers
3 years ago