Releases: pengzhanbo/vuepress-theme-plume
Releases · pengzhanbo/vuepress-theme-plume
v1.0.0-rc.110
🐞 Bug Fixes
- theme: Incorrect prepared with tags's temp files, close #286 - by @pengzhanbo in #287 and #286 (8e06a)
View changes on GitHub
v1.0.0-rc.109
🚀 Features
- theme:
- Add support for blog category expand depth, close #271 - by @pengzhanbo in #275 and #271 (c6907)
- Improve loading config file - by @pengzhanbo in #276 (b0912)
- Reduce the line spacing in the category list - by @pengzhanbo in #281 (e3475)
- Add support for whether to display
createTime
, close #279 - by @pengzhanbo in #282 and #279 (aa638) - Add support for tags color themes - by @pengzhanbo in #284 (a7595)
🐞 Bug Fixes
- theme:
- Incorrect page layout when
navbar: false
, close #270 - by @pengzhanbo in #273 and #270 (c32dd) - Fix grammar mistakes in site footer - by @HydroGest in #274 (c4025)
- Incorrect page layout when
🏎 Performance
- Update deps to latest - by @pengzhanbo (b8f43)
View changes on GitHub
v1.0.0-rc.108
🐞 Bug Fixes
- plugin-search: Incorrect page path when configuring
base
, close #265 - by @pengzhanbo in #267 and #265 (012cb) - theme: Incorrect anchor link scrolling, close #266 - by @pengzhanbo in #268 and #266 (9ef85)
🏎 Performance
- Update deps to latest - by @pengzhanbo (b8c1b)
- theme: Improve types - by @pengzhanbo (2dd8d)
View changes on GitHub
v1.0.0-rc.107
🚀 Features
- plugin-md-power: Add support
npm-to
container - by @pengzhanbo in #256 (b721b)
🐞 Bug Fixes
- cli: Incorrect
yarn
project creation process, close #254 - by @pengzhanbo in #255 and #254 (08eea) - theme:
back-to-top
hydration Mismatch - by @pengzhanbo in #257 (3fe74)
🏎 Performance
- Update deps to latest - by @pengzhanbo (eb58c)
- theme: Improve scroll behavior - by @pengzhanbo in #253 (6d918)
View changes on GitHub
v1.0.0-rc.106
🚀 Features
- theme:
- Add fs cache for encrypt and icons - by @pengzhanbo in #248 (2a355)
- Add attr
name
for navbar social icon - by @pengzhanbo in #249 (45b2a)
🐞 Bug Fixes
- theme: Incorrect task list style in mobile, close #247 - by @pengzhanbo in #252 and #247 (5509b)
🏎 Performance
- plugin-md-power: Add unset
languages
warning - by @pengzhanbo in #251 (6fac6)
View changes on GitHub
v1.0.0-rc.105
🚀 Features
- cli:
- Add cli error logs - by @pengzhanbo in #235 (713e7)
- Add github page deploy desc to templates - by @pengzhanbo in #236 (25c4a)
- plugin-shikiji:
- Auto scan code blocks language - by @pengzhanbo in #243 (5d112)
🏎 Performance
- Update deps to latest - by @pengzhanbo in #241 (e2421)
- cli:
- Improve
config.ts
template - by @pengzhanbo in #242 (51157)
- Improve
- plugin-md-power:
- Use
engine
instead ofloadWasm
in codeEditor - by @pengzhanbo in #237 (1db43) - Improve
file-tree
attrs parsing - by @pengzhanbo in #238 (8a0b0)
- Use
- theme:
- Improve
<VPLink>
- by @pengzhanbo in #239 (1e076) - Improve types - by @pengzhanbo in #244 (34126)
- Add debug log - by @pengzhanbo in #245 (84c1a)
- Improve
findConfigPath
- by @pengzhanbo in #246 (1444a)
- Improve
View changes on GitHub
v1.0.0-rc.104
🚀 Features
- theme:
- Add
target
/rel
attrs to hero actions - by @pengzhanbo in #223 (b2224) - Add support frontmatter
excerpt
for blog post, close #218 - by @pengzhanbo in #224 and #218 (da642)
- Add
🏎 Performance
- Update deps to latest - by @pengzhanbo (1ba44)
- cli:
- Update templates - by @pengzhanbo in #220 (11752)
- theme:
- Improve auto-frontmatter cache - by @pengzhanbo in #222 (fe394)
- Improve prepare pages watch - by @pengzhanbo in #225 (3c5c0)
- Improve theme exports, close #215 - by @pengzhanbo in #221 and #215 (a63ac)
View changes on GitHub
v1.0.0-rc.103
🚨 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)
View changes on GitHub
v1.0.0-rc.102
🚨 Breaking Changes
- Apply vuepress official guidelines - by @pengzhanbo in #203 (ce921)
🐞 Bug Fixes
- cli: Intermittent dependency installation failure - by @pengzhanbo in #207 (04f48)
- theme:
sidebar prefix
validation completion - by @pengzhanbo in #208 (a1116)
🏎 Performance
- Update vuepress deps to latest - by @pengzhanbo in #202 (53389)
- plugin-md-power: Optimize structure - by @pengzhanbo in #204 (2cf60)
View changes on GitHub
v1.0.0-rc.101
🚀 Features
- theme: Add support post cover for blog post list - by @pengzhanbo in #196 (39ad1)
🏎 Performance
- Update deps to latest - by @pengzhanbo (01a3a)
- plugin-md-power:
- Support more file-tree icons - by @pengzhanbo in #197 (defa4)
- theme:
- Replace
file-tree
icons with colored icons - by @pengzhanbo in #194 (bf672) - Optimize blog layout - by @pengzhanbo in #198 (ef34b)
- Replace