v1.0.0-rc.103
·
302 commits
to main
since this release
🚨 Breaking Changes
- Apply VuePress Guidelines
- The dark mode switch has changed from
.dark
to[data-theme="dark"]
- The dark mode switch has changed from
- Migrate
plugin-md-enhance
to official plugins mdEnhance.hint
&mdEnhance.alert
👉@vuepress/plugin-markdown-hint
mdEnhance.imgSize
&mdEnhance.imgMark
&mdEnhance.imgLazyload
&mdEnhance.figure
&mdEnhance.obsidianImgSize
👉@vuepress/plugin-markdown-image
, useplugins.markdownImage
insteadmdEnhance.katex
&mdEnhance.mathjax
👉@vuepress/plugin-markdown-math
, useplugins.markdownMath
instead
If you encounter issues after starting the service, please add --clean-cache
to the docs:dev
command to restart.
Browse this blog for more information.
- theme:
- Migrate
plugin-markdown-hint
- by @pengzhanbo (0056a) - Migrate
plugin-md-enhance
to official plugins - by @pengzhanbo in #206 (49672)
- Migrate
🚀 Features
- Add support optional icon for
file-tree
andcode-tabs
- by @pengzhanbo (eff4e) - Add support optional icon for file-tree and code-tabs - by @pengzhanbo in #216 (ca21d)
🐞 Bug Fixes
- theme:
- Improve home-blog styles in mobile, close #210 - by @pengzhanbo in #212 and #210 (c8089)
- Incorrect appearance scripts in head, close #211 - by @pengzhanbo in #213 and #211 (52c95)
🏎 Performance
- cli: Update css template - by @pengzhanbo (3998c)
- theme: Silence sass deprecations
legacy-js-api
- by @pengzhanbo in #214 (6a3c6)