diff --git a/CHANGELOG.md b/CHANGELOG.md index d00e2903..394cfb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [1.0.0-rc.32](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.31...v1.0.0-rc.32) (2024-2-5) + + +### Features + +* 博客相关页面 外观切换过渡效果,hover 效果 ([a44a6ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a44a6ad2eecf593eeb2f482d93b41e40af1fff4b)) +* 导航栏 外观切换过渡效果 ([e3a9c07](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e3a9c07ed32565f325a3d9e5445704b93632a262)) +* 文章页面 外观切换过渡效果 ([61e6e17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/61e6e1789472468993b3256c8c8c42acad2d2bc8)) +* 友情链接页 外观切换过渡效果 ([062cc88](https://github.com/pengzhanbo/vuepress-theme-plume/commit/062cc88a6a612849e9e7550fd9dbcb8cb624b116)) +* 侧边栏 外观切换过渡效果 ([42bf148](https://github.com/pengzhanbo/vuepress-theme-plume/commit/42bf1481a1c098a6181ae0085f235d7dfeaef991)) +* 代码块高亮 外观切换过渡效果 ([13f7421](https://github.com/pengzhanbo/vuepress-theme-plume/commit/13f7421022bdaf30eb751c4681eadbb8efef8488)) + + +### Performance Improvements + +* 迁移 read time 至官方插件 ([21268e6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/21268e6e2bcc41bf4671dbc0fda20fcdde3f71e7)) +* 首页大图默认为 Bing 每日壁纸 ([ae598a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ae598a1f0f1aa12688709cb9883e76b134313790)) +* 优化 标签页、归档页 布局 ([977d965](https://github.com/pengzhanbo/vuepress-theme-plume/commit/977d965c1273d2b569ae54c4ea35968eb49aa873)) +* 优化 博客文章列表页 布局 ([f3feaf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f3feaf499ac3991cb701ddab68b4f434867beae6)) +* 优化博客文章列表页分页组件 ([b764d2a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b764d2a10e4325f08f1b65cd0aa445add79e499e)) +* 优化内容细节, 搜索框的过渡效果 ([fed4efb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fed4efb566a43bc864b258128e88de85da0bff97)) +* 优化页面细节上的过渡效果 ([526e8d1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/526e8d13c11dac8bab44dac35f2b608bf3d96b92)) +* bump `shiki` ([5210925](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5210925f87b183fbd2cd6012776c84461685fb67)) + + + # [1.0.0-rc.31](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.30...v1.0.0-rc.31) (2024-2-2) diff --git a/docs/README.md b/docs/README.md index ec987749..93240215 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,13 +8,16 @@ hero: name: 鹏展博 tagline: 前端开发工程师 text: 简单介绍专业技能信息相关的描述 - actions: - - - theme: brand - text: Blog - link: / - - - theme: alt - text: Github - link: / --- + +适用于博客: + 全屏大图 + 我的项目 + 最新文章 + 关于我 + +适用于文档: + 特性列表 + 文档介绍版面 + +插入自定义 diff --git a/package.json b/package.json index e2d540b6..18df8eb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.31", + "version": "1.0.0-rc.32", "private": true, "packageManager": "pnpm@8.15.1", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-auto-frontmatter/package.json b/plugins/plugin-auto-frontmatter/package.json index f1310a9f..e270ecfe 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.31", + "version": "1.0.0-rc.32", "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 2b2676a1..4f11521f 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.31", + "version": "1.0.0-rc.32", "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 2275303c..ba3bf447 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.31", + "version": "1.0.0-rc.32", "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 36657ff0..5f8953f6 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.31", + "version": "1.0.0-rc.32", "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 91b8c035..c6ea1616 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.31", + "version": "1.0.0-rc.32", "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 31475c50..2fd89006 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.31", + "version": "1.0.0-rc.32", "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 8b599f36..8d0ad644 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.31", + "version": "1.0.0-rc.32", "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 c6add100..71d6cb59 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.31", + "version": "1.0.0-rc.32", "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 e84c4992..fad7e8ef 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.31", + "version": "1.0.0-rc.32", "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 c683b77f..a7ed8f8c 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.31", + "version": "1.0.0-rc.32", "private": true, "description": "The Plugin for VuePres 2", "author": "pengzhanbo ", diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index 0e6c7b69..929001ea 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.31", + "version": "1.0.0-rc.32", "description": "The Plugin for VuePres 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index e2fe76eb..870537ed 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.31", + "version": "1.0.0-rc.32", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",