diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d273a0..d435b46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.0.0-rc.197](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.196...v1.0.0-rc.197) (2026-04-26) + + +### Bug Fixes + +* **theme:** fix table horizontal overflow on narrow screens ([#895](https://github.com/pengzhanbo/vuepress-theme-plume/issues/895)) ([2bfdec8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2bfdec82d7c9a07a84d55b6540b21e90d9ed9b38)) +* **theme:** fix collapse interaction failed when sidebar group set `link` ([#896](https://github.com/pengzhanbo/vuepress-theme-plume/issues/896)) ([3265be8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3265be84a9b10007e65780ac897852e5ec6b29fc)) + + +### Features + +* **plugin-md-power:** add `logo` support for qrcode ([#898](https://github.com/pengzhanbo/vuepress-theme-plume/issues/898)) ([4614041](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4614041bbfb8092c9d25f04f027862774723866c)) +* **plugin-md-power:** add support for obsidian callout syntax ([#897](https://github.com/pengzhanbo/vuepress-theme-plume/issues/897)) ([a9ddb04](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a9ddb04acdc0158e6a41f083aa3b6a255140c93d)) + + +### Performance Improvements + +* update deps to latest ([32fb93b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/32fb93bf35007432a26d46ebeb47727d2b83e2f8)) + # [1.0.0-rc.196](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.195...v1.0.0-rc.196) (2026-04-19) diff --git a/cli/package.json b/cli/package.json index 219cbeeb..3bb950f7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "create-vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "description": "The cli for create vuepress-theme-plume's project", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/package.json b/package.json index 8dd21030..8391f66a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "private": true, "packageManager": "pnpm@10.33.2", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index 2771fd2d..6e65bd67 100644 --- a/plugins/plugin-fonts/package.json +++ b/plugins/plugin-fonts/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-fonts", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "description": "The Plugin for VuePress 2 - fonts", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index b7f6e3b6..a13c99aa 100644 --- a/plugins/plugin-md-power/package.json +++ b/plugins/plugin-md-power/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-md-power", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 316de054..b94780e0 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-search", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 22a2ba40..e77458a2 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.196", + "version": "1.0.0-rc.197", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",