Bump vitepress from 1.0.0-rc.4 to 1.0.0-rc.10
Bumps vitepress from 1.0.0-rc.4 to 1.0.0-rc.10.
Release notes
Sourced from vitepress's releases.
v1.0.0-rc.10
Please refer to CHANGELOG.md for details.
v1.0.0-rc.9
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vitepress's changelog.
1.0.0-rc.10 (2023-08-28)
Bug Fixes
- pseudo styles being removed with postcssIsolateStyles (21b4f8c), closes #2868 #2867
- resolve snippets from original file path - align with include behavior (8aa032f)
Features
- allow overriding mdit-vue/component options (4f01f1a)
Reverts
1.0.0-rc.9 (2023-08-28)
Bug Fixes
- a11y/theme: disable transitions if user prefers reduced motion (fc5092f)
- build: respect preserveSymlinks (#2780) (1bda710)
- cli/init: print the correct packageManager (#2787) (b388b0a)
- cli/init: terminal message has not enough contrast (#2786) (4d9d977)
- restart server on theme creation/deletion (#2785) (e0be677)
- scroll-to-top in iOS when opens sidebar (#2803) (3dab9a6)
- stackblitz not working on firefox (877f643), closes #2817
- theme: docsearch variables not applying properly on ios beta (436e99a)
- theme: improve logo svg and add
art
dir (1f8c58a)- theme: prevent sidebar re-render unless there is actual change (33962e0), closes #2796
- theme: revert 79 to 179 in yellow-soft (#2858) (74fcb60)
- theme: show only one carbon ad at a time (5ced0cc)
- theme: ssr issues on deno (e8edd0a)
Features
- allow customizing markdown renderer used for local search indexing (#2770) (00dc1e6)
- export postcssIsolateStyles for vp-raw (3c736c1)
- theme: allow overriding code copied text from css (#2833) (e8ef1aa)
- theme: allow overriding last updated time in doc footer from frontmatter (#2848) (9a062a6)
- theme: allow providing custom
toggle-appearance
function (#2844) (a5f2eac)- theme: allow setting rel and target on sidebar links (e477cdf), closes #2851
- theme: export VPButton and VPSponsors (#2767) (6960ec1)
- theme: export VPImage (#2814) (f242140)
- theme: improve color system (#2797) (e4f5c51), closes #2100
BREAKING CHANGES
pathname://
protocol is dropped. Specifytarget="_self"
ortarget="_blank"
instead. Refer docs to learn more.- Shiki's default theme is now changed to
github-light
andgithub-dark
. If you want to use the old theme, you can setmarkdown.theme
in your config to'material-theme-palenight'
.- Internal logic of
isDark
is changed to use vueuse. It might impact your custom theme. You can customize its behavior usingappearance
option.
... (truncated)
Commits
-
b4a8990
release: v1.0.0-rc.10 -
81bb7bc
chore: bump deps -
8aa032f
fix: resolve snippets from original file path - align with include behavior -
4f01f1a
feat: allow overriding mdit-vue/component options -
21b4f8c
fix: pseudo styles being removed with postcssIsolateStyles -
6be5a7e
revert: "fix: createContentLoader generates invalid url when setsbase
" (#2... -
7295259
release: v1.0.0-rc.9 -
6e41cad
chore: fix build -
e5afec5
release: v1.0.0-rc.8 -
7fabfc5
revert: back to vite 4 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts