diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5c9fc7b..e151f5316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [1.0.0-rc.121](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.120...v1.0.0-rc.121) (2024-12-15) + + +### Bug Fixes + +* **theme:** `CardMasonry` hydration mismatch ([d022114](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d022114498867be9f63a4e4786b6f75af758cb57)) +* **theme:** incorrect `link` parsing in breadcrumb nav, close [#369](https://github.com/pengzhanbo/vuepress-theme-plume/issues/369) ([#373](https://github.com/pengzhanbo/vuepress-theme-plume/issues/373)) ([71304ee](https://github.com/pengzhanbo/vuepress-theme-plume/commit/71304ee1607563c4ea08d9d4b38d236508954b67)) +* **theme:** unexpectedly overlooked sidebar icon ([#374](https://github.com/pengzhanbo/vuepress-theme-plume/issues/374)) ([801d1a6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/801d1a6ac78f78dcb7ee38d2cf3e28592ed6b5ac)) + + +### Features + +* **theme:** add `` support ([#379](https://github.com/pengzhanbo/vuepress-theme-plume/issues/379)) ([a93d53c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a93d53c77ae9086266bd2829e8ed0473a13c7d5e)) +* **theme:** add `location/organization` configuration support for friends ([#376](https://github.com/pengzhanbo/vuepress-theme-plume/issues/376)) ([b5ca59d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b5ca59d1fef6b5c68bb28117a29c80bb11498728)) +* **theme:** add `width/center` props support for `ImageCard` ([#378](https://github.com/pengzhanbo/vuepress-theme-plume/issues/378)) ([e5d732b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e5d732bc79be3a53b7175999a9a5e34422c88f6e)) +* **theme:** improve sidebar collapsed state ([#377](https://github.com/pengzhanbo/vuepress-theme-plume/issues/377)) ([a776852](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a776852a8af086f02fbb5228f3b7d6fc3c1bbef0)) + + +### Performance Improvements + +* update vuepress to `rc.19` and deps to latest ([#380](https://github.com/pengzhanbo/vuepress-theme-plume/issues/380)) ([1d01d7c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d01d7c53643c06b4fd77a649daf991c4548662d)) + + + # [1.0.0-rc.120](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.119...v1.0.0-rc.120) (2024-12-08) diff --git a/cli/package.json b/cli/package.json index 55fb296f4..730fc05b0 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.120", + "version": "1.0.0-rc.121", "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 cdfc8429e..aae0a3212 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.120", + "version": "1.0.0-rc.121", "private": true, "packageManager": "pnpm@9.15.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 30a720898..2a6267668 100644 --- a/plugins/plugin-content-update/package.json +++ b/plugins/plugin-content-update/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-content-update", "type": "module", - "version": "1.0.0-rc.120", + "version": "1.0.0-rc.121", "description": "The Plugin for VuePress 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json index fdc46f142..58015b2b5 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.120", + "version": "1.0.0-rc.121", "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 a6342f43a..a16d3b831 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.120", + "version": "1.0.0-rc.121", "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 acc2af3f5..7b0b4c4f6 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.120", + "version": "1.0.0-rc.121", "description": "The Plugin for VuePress 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index 11ab0d0bb..67cc7e3b7 100644 --- a/plugins/plugin-shikiji/package.json +++ b/plugins/plugin-shikiji/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-shikiji", "type": "module", - "version": "1.0.0-rc.120", + "version": "1.0.0-rc.121", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 16910f12c..afa65a7fc 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.120", + "version": "1.0.0-rc.121", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",