diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e511aeb..0c7e5bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [1.0.0-rc.40](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.39...v1.0.0-rc.40) (2024-3-3) + + +### Features + +* 新增 首页布局容器组件 ([bfa9164](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bfa9164037797744ae9530332186ea8e615b44b4)) +* 新增 首页布局容器组件 ([faa00fc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/faa00fc75c358072d5a142fe3434c32bab61876d)) +* **theme:** 全新的首页布局与配置方案! ([cca2262](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cca2262c77b25485dbd312ed3e7ef1ff55083ac2)) +* **theme:** add Home Banner ([09bbd7e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/09bbd7eb994b44c63d36b668880e68fa89792e47)) +* **theme:** add Home Custom ([032bb68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/032bb68b4c37c0ff40eb664a7777688542aec768)) +* **theme:** add Home Features ([bc8f5ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bc8f5aded3d89b7e45189e46dddc0ce44e5cb571)) +* **theme:** add Home Hero ([305ba20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/305ba20beb9ce5f51f1f91bfb5a2d6eda1973d87)) +* **theme:** add Home Profile ([489208f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/489208f948affa48c4e65deedd6308eda4107cf1)) +* **theme:** add Home Text Image ([dc450ca](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dc450caeb584ee0200b15251d40e2e87c34b2271)) +* **theme:** notes 默认配置, link: '/note' 变更为 link: '/' ([ef73709](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef737098b5224ca662278937c92c12c6eb6f4c19)) + + +### Performance Improvements + +* 调整 Footer 布局 ([0548715](https://github.com/pengzhanbo/vuepress-theme-plume/commit/05487158cc3c9a33644b905f2ba1d0f8dd350133)) +* 优化大屏幕下 Footer 宽度计算 ([7d5e7a0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7d5e7a022696b5db7ebb2651875d824726de2d36)) +* 优化首页组件结构 ([83bae10](https://github.com/pengzhanbo/vuepress-theme-plume/commit/83bae103448a4f636acab3ddcd44e547cece5dea)) +* 优化首页组件结构 ([4a086c4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a086c4cb1c9291345f2dd84b84f7c2578c727db)) +* **theme:** 博客相关组件归类 ([0d46ef4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0d46ef46d791c48b061c9875d4cf741835e8015e)) +* **theme:** 导航栏相关组件归类 ([ab4ee5d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ab4ee5d6f2a69e9292b82925d91fd5533d9ca96b)) +* **theme:** 优化 加密组件结构 ([471084f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/471084ff23a6e388268c911b00bc0a823e00e93a)) +* update `vue` to latest ([1eb541e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1eb541efae2e8117bd177b673de9d113209870fe)) +* update home default config ([89c0085](https://github.com/pengzhanbo/vuepress-theme-plume/commit/89c0085d0826486913eaed9409368e0db335aaaf)) + + +### BREAKING CHANGES + +* **theme:** 对于已使用该功能的用户,需要手动修改文章中的相关链接,以及 md front matter 中的 `permalink` 字段, 删去 `/note` + + + # [1.0.0-rc.39](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.38...v1.0.0-rc.39) (2024-2-26) diff --git a/package.json b/package.json index 9ccf6e5c..bbce0499 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.39", + "version": "1.0.0-rc.40", "private": true, "packageManager": "pnpm@8.15.4", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index ed0c2712..ba56dc35 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.39", + "version": "1.0.0-rc.40", "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 df93189e..535d00b9 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.39", + "version": "1.0.0-rc.40", "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 4f5b4865..aea89efd 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.39", + "version": "1.0.0-rc.40", "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 c483ab50..e8c2630e 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.39", + "version": "1.0.0-rc.40", "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 fd53e26c..9ef88efc 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.39", + "version": "1.0.0-rc.40", "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 43dc8425..a87c9f62 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.39", + "version": "1.0.0-rc.40", "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 91a30049..d80ed62c 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.39", + "version": "1.0.0-rc.40", "description": "The Plugin for VuePres 2 - iconify", "author": "pengzhanbo ", "license": "MIT", diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index 0a657852..039790b9 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.39", + "version": "1.0.0-rc.40", "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 13c8c546..4a36de4b 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.39", + "version": "1.0.0-rc.40", "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 a9ba7181..daee1cac 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.39", + "version": "1.0.0-rc.40", "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 b30b087e..c98ec775 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.39", + "version": "1.0.0-rc.40", "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 afc4617b..60c91c54 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.39", + "version": "1.0.0-rc.40", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index f85e0055..37cea6d5 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.39", + "version": "1.0.0-rc.40", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",