Releases: pengzhanbo/vuepress-theme-plume
Releases · pengzhanbo/vuepress-theme-plume
v1.0.0-rc.137
🚀 Features
- cli:
- Update template with deploy
nodejs
version to22
- by @pengzhanbo in #531 (414e4)
- Update template with deploy
- plugin-md-power:
- Add
timeline
syntax support - by @pengzhanbo in #529 (5173e) - Add
collapse
syntax support - by @pengzhanbo in #535 (cca92)
- Add
- theme:
- Improve log output - by @pengzhanbo in #526 (e3469)
🐞 Bug Fixes
- theme:
- Incorrect
markdown.hint
default options - by @pengzhanbo in #530 (feb35) copyright
component active mismatch - by @pengzhanbo in #525 (de69b)
- Incorrect
🏎 Performance
- Update deps to latest - by @pengzhanbo (82759)
- plugin-md-power: Improve timeline syntax parsing - by @pengzhanbo in #533 (7b8fa)
View changes on GitHub
v1.0.0-rc.136
Bug Fixes
- theme: optimize mermaid (de7b25e)
Features
- add title render support for code block (#522) (3d9361e)
- plugin-md-power: cleanup the
env
passed intorenderInline
(#519) (fb08a2d) - add
markdown
option - add
search
option - add
comment
option - add
codeHighlighter
option - add
watermark
option
Performance Improvements
v1.0.0-rc.135
v1.0.0-rc.134
🚀 Features
- cli:
- Add
markdownImage
into template - by @pengzhanbo (783bf)
- Add
- plugin-md-power:
- Add multiple lines parse for
annotation
syntax - by @pengzhanbo in #496 (b879c) - Add the same
tab-id
to thenpm-to
containers in the same group - by @pengzhanbo in #504 (5ee3b)
- Add multiple lines parse for
- theme:
- Split the post
cover
field intocover
andcoverStyle
- by @pengzhanbo in #512 (4227b)
- Split the post
🐞 Bug Fixes
- Modify search.css for better display - by @paiad in #499 (901c3)
abbr
incorrectly rendered intoc
, close #488 - by @pengzhanbo in #494 and #488 (2505e)abbr
incorrectly appears in search results - by @pengzhanbo in #495 (7a515)- docs:
- Incorrect rust icon display in dark mode - by @zhenghaoyang24 (607aa)
- plugin-md-power:
- Incorrect parse image size - by @pengzhanbo (0f4db)
- theme:
- Incorrect toc display in 1200px screen - by @pengzhanbo in #500 (6e199)
- Incorrect calculation of active link in the outline, close #492 - by @pengzhanbo in #501 and #492 (00a85)
- Page should be in light mode while printing, close #502 - by @pengzhanbo in #503 and #502 (d4e76)
🏎 Performance
- Update deps to latest - by @pengzhanbo (bfa6c)
- plugin-md-power: Improve code embed - by @pengzhanbo in #497 (99ba7)
View changes on GitHub
v1.0.0-rc.133
🐞 Bug Fixes
- plugin-search: Incorrect search result keyword highlight styles - by @pengzhanbo (8c7c9)
View changes on GitHub
v1.0.0-rc.132
🚀 Features
- Remove
plugin-content-update
, instead vuepress built-in api - by @pengzhanbo (4735c) - plugin-md-power:
- Add support for
abbr
- by @pengzhanbo in #477 (1f0ec) - Add
Annotation
syntax support - by @pengzhanbo in #483 (f8d32)
- Add support for
- theme:
- Add
width/height
props to<VPImage>
- by @pengzhanbo in #475 (49b37) - Add type support for
mark
- by @pengzhanbo in #480 (fded7)
- Add
🐞 Bug Fixes
- docs:
- Remove an incorrect link - by @RawDiamondMC in #481 (877ee)
- plugin-search:
- Incorrect local search results - by @pengzhanbo in #479 (a1c2a)
- theme:
- Fix rendering failure when
actions
is missing - by @pengzhanbo in #476 (4f998) - Incorrect Algolia search result rendering, close #482 - by @pengzhanbo in #484 and #482 (4e030)
- Incorrect context leading to failed theme config file hmr - by @pengzhanbo in #485 (ddc82)
- Fix copyright link overflow due to excessive length - by @pengzhanbo in #486 (3eaf2)
- Fix rendering failure when
🏎 Performance
- Update deps to latest - by @pengzhanbo (6f11b)
- cli: Update template - by @pengzhanbo (1058d)
- theme: Improve
mark
styles - by @pengzhanbo (bc86a)
View changes on GitHub
v1.0.0-rc.131
🚀 Features
- theme: Add
doc-hero
support for custom home - by @pengzhanbo in #462 (6442f)
🐞 Bug Fixes
- theme: Incorrect home hero actions layout in mobile - by @pengzhanbo in #464 (29f9b)
🏎 Performance
- Add vite optimize deps - by @pengzhanbo in #467 (b13f1)
- Update deps to latest - by @pengzhanbo (9a2e0)
- theme: Improve footnote styles - by @pengzhanbo in #469 (e0ae8)
View changes on GitHub
v1.0.0-rc.130
🚀 Features
- plugin-md-power:
- Improve
normal demo
sandbox - by @pengzhanbo in #448 (c703b)
- Improve
- theme:
- Add custom color support for badge components, close #453 - by @sunnyboy-mu in #455 and #453 (a2282)
- Improve doc copyright link text - by @pengzhanbo in #457 (3017b)
- Add icon support for home hero actions - by @pengzhanbo in #456 (90db0)
- Add
sidebarScrollbar
options, close #425 - by @pengzhanbo in #460 and #425 (86317)
🐞 Bug Fixes
- theme: Improve
force-dark
in development - by @pengzhanbo in #450 (149d3)
🏎 Performance
- Update deps to latest - by @pengzhanbo (fe1ea)
- plugin-search: Improve search cache - by @pengzhanbo in #451 (4ed2e)
- plugin-shikiji: Improve twoslash - by @pengzhanbo in #459 (86151)
View changes on GitHub
v1.0.0-rc.129
🚀 Features
- Improve built-in locales - by @pengzhanbo in #441 (62c43)
- cli: Add site favicon template - by @pengzhanbo in #439 (f81c0)
- theme: Add separator support for sidebar items, close #426 - by @pengzhanbo in #437 and #426 (93a3d)
🐞 Bug Fixes
- plugin-md-power:
- Improve steps styles, close #422 - by @pengzhanbo in #432 and #422 (9c796)
- Incorrect rendering heading from
demo
inoutline
, close #423 - by @pengzhanbo in #431 and #423 (4a39d)
- plugin-search:
- Incorrect local search results - by @pengzhanbo in #434 (00029)
- plugin-shikiji:
- Incorrect render when
whitespace:true
, close #444 - by @pengzhanbo in #446 and #444 (30d1c)
- Incorrect render when
- theme:
- Fix flickering white border in bottom of home, close #424 - by @pengzhanbo in #433 and #424 (40bbb)
- Improve code block scrollbar, close #427 - by @pengzhanbo in #435 and #427 (0ce27)
- Improve page aside layout, close #429 - by @pengzhanbo in #436 and #429 (b6718)
- Incorrect copyright author, close #443 - by @pengzhanbo in #445 and #443 (363a0)
🏎 Performance
- Update deps to latest - by @pengzhanbo (df306)
- theme: Improve bulletin
enablePage
- by @pengzhanbo in #438 (8b9c5)
View changes on GitHub
v1.0.0-rc.128
🐞 Bug Fixes
- plugin-md-power: Fix
demo
temp generated - by @pengzhanbo (62b66)