diff --git a/CHANGELOG.md b/CHANGELOG.md index e5008190..d016b39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.0.0-rc.50](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.49...v1.0.0-rc.50) (2024-4-14) + + +### Bug Fixes + +* **theme:** watermark render in ssr ([40e84df](https://github.com/pengzhanbo/vuepress-theme-plume/commit/40e84df411b3a68cb38b86a584f012b9f14b935e)) + + +### Features + +* **theme:** 补全在移动设备下的博主信息 ([cc4837c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cc4837c45df5727dce0ce2f3cbc712050fd6aba0)) +* **theme:** 新增 文章列表 分页过渡动效 ([82bbc77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/82bbc77c265d39d74cbcebeef20a728202b8a170)) +* **theme:** 新增 文章水印 功能 ([80b3da3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/80b3da3e58fac2871e4a50ea17bd29c355b6f4f4)) +* **theme:** 新增 sidebar 过渡动效 ([1c6ee0f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1c6ee0ff8fe38d4f576dfed8b56d7b6019e8cfda)) +* **theme:** upgrade `Inter` fonts ([ae9fb14](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ae9fb143c02516f022fb24b91fd8b3ee8ef8ab85)) + + +### Performance Improvements + +* 优化修改 permalink 时存在报错的问题 ([1e6ec5e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1e6ec5e624536faba043ecb075f5cbb0223d5a36)) +* **plugin-md-power:** update markdown-it to `v14.1.0` ([55bb284](https://github.com/pengzhanbo/vuepress-theme-plume/commit/55bb28421920ba190212435e1d17af455b24996b)) +* **theme:** 优化首页 Hero 背景效果 ([c6a2b8c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c6a2b8cab2fa60cefd249cec7b17d7880bded96c)) +* update deps to latest ([7f7d382](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7f7d382961f89569d0acb98eb62d8dcabb21e735)) +* update vuepress non-major deps ([75c29c1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/75c29c1d6d589de0ebf3ee1c3fb824d492b1847a)) + + + # [1.0.0-rc.49](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.48...v1.0.0-rc.49) (2024-4-4) diff --git a/package.json b/package.json index b1e83896..4e64eb40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "private": true, "packageManager": "pnpm@8.15.7", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index 22a37c2e..5310f1e4 100644 --- a/plugins/plugin-auto-frontmatter/package.json +++ b/plugins/plugin-auto-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-auto-frontmatter", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - auto frontmatter", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-baidu-tongji/package.json b/plugins/plugin-baidu-tongji/package.json index 526eb985..60df224b 100644 --- a/plugins/plugin-baidu-tongji/package.json +++ b/plugins/plugin-baidu-tongji/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-baidu-tongji", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - baidu tongji", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/plugins/plugin-blog-data/package.json b/plugins/plugin-blog-data/package.json index 113efbfa..6d75a6bd 100644 --- a/plugins/plugin-blog-data/package.json +++ b/plugins/plugin-blog-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-blog-data", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - blog data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-caniuse/package.json b/plugins/plugin-caniuse/package.json index 4cbdf241..2812ac9f 100644 --- a/plugins/plugin-caniuse/package.json +++ b/plugins/plugin-caniuse/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-caniuse", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 017985c8..81f38b03 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.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - content update", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index f055f3f2..d7134e27 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-copy-code", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - copy code", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json index 9e22cb1e..fe5a2059 100644 --- a/plugins/plugin-iconify/package.json +++ b/plugins/plugin-iconify/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-iconify", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - iconify", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index 9d383ff8..f1c1f223 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.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index 9ad3533a..0087bec1 100644 --- a/plugins/plugin-netlify-functions/package.json +++ b/plugins/plugin-netlify-functions/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-plugin-netlify-functions", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2, Support Netlify Functions", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-notes-data/package.json b/plugins/plugin-notes-data/package.json index fdb8ede2..997d3088 100644 --- a/plugins/plugin-notes-data/package.json +++ b/plugins/plugin-notes-data/package.json @@ -1,7 +1,7 @@ { "name": "@vuepress-plume/plugin-notes-data", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - notes data", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-page-collection/package.json b/plugins/plugin-page-collection/package.json index 7a34970d..25f15b34 100644 --- a/plugins/plugin-page-collection/package.json +++ b/plugins/plugin-page-collection/package.json @@ -1,7 +1,7 @@ { "name": "plugin-page-collection", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "private": true, "description": "The Plugin for VuePres 2", "author": "pengzhanbo ", diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index ac003954..557f338c 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.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - local search", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index d7b75133..a5c9b975 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.49", + "version": "1.0.0-rc.50", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index 1edddbd9..9d7c05dc 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.49", + "version": "1.0.0-rc.50", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",