From 1daf83cf9d583046965a57d5f7598d6bd8a411ae Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 10 Apr 2025 09:53:09 +0800 Subject: [PATCH] release: update `6.0.0` --- CHANGELOG.en_US.md | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 29 +++++++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- public/platform-config.json | 2 +- 5 files changed, 89 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 2a5443d94..3ca3542c7 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,32 @@ +# 6.0.0 (2025-04-10) + +### ✔️ Refactor + +- Refactor the icon module, use `@iconify/json` to replace the `@iconify-icons/*` dependency that is no longer maintained and updated, optimize the user experience, ensure that the icon library can be continuously updated and support `Tree-shaking` +- Upgrade `tailwindcss` to `v4` version, bringing faster build speed, simpler installation and configuration, and providing a dedicated `vite` plug-in + +### 🎫 Feat + +- Add `Ai` chat component example +- Add `tagOnClick` tag to switch global public events +- Add code editor example +- Add `Markdown` example +- Add slider example + +### 🐞 Bug fixes + +- Fix `aria-hidden` error +- Fix the problem that code hints cannot be displayed when using `this` syntax and update `pinia` related syntax + +### 🍏 Perf + +- Fix broken links in the waterfall infinite scrolling example +- Update `vue-flow`, related compatibility processing +- Delete the deprecated dependency package `eslint-define-config`, upgrade `eslint` to the latest version, related compatibility processing +- Optimize `src/style/dark.scss` syntax +- Optimize login parameter transfer +- Use `keydown` to replace `keypress`, the `keypress` event has been deprecated + # 5.9.0 (2024-12-10) ### ✔️Refactor diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5443d94..3ca3542c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 6.0.0 (2025-04-10) + +### ✔️ Refactor + +- Refactor the icon module, use `@iconify/json` to replace the `@iconify-icons/*` dependency that is no longer maintained and updated, optimize the user experience, ensure that the icon library can be continuously updated and support `Tree-shaking` +- Upgrade `tailwindcss` to `v4` version, bringing faster build speed, simpler installation and configuration, and providing a dedicated `vite` plug-in + +### 🎫 Feat + +- Add `Ai` chat component example +- Add `tagOnClick` tag to switch global public events +- Add code editor example +- Add `Markdown` example +- Add slider example + +### 🐞 Bug fixes + +- Fix `aria-hidden` error +- Fix the problem that code hints cannot be displayed when using `this` syntax and update `pinia` related syntax + +### 🍏 Perf + +- Fix broken links in the waterfall infinite scrolling example +- Update `vue-flow`, related compatibility processing +- Delete the deprecated dependency package `eslint-define-config`, upgrade `eslint` to the latest version, related compatibility processing +- Optimize `src/style/dark.scss` syntax +- Optimize login parameter transfer +- Use `keydown` to replace `keypress`, the `keypress` event has been deprecated + # 5.9.0 (2024-12-10) ### ✔️Refactor diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 2e72923c8..96e3872ee 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,32 @@ +# 6.0.0 (2025-04-10) + +### ✔️ Refactor + +- 重构图标模块,使用`@iconify/json`替换不再维护更新的`@iconify-icons/*`依赖,优化使用体验,确保图标库可持续更新并支持`Tree-shaking` +- 升级`tailwindcss`至`v4`版本,带来更快的构建速度、更简化的安装和配置、提供专属`vite`插件 + +### 🎫 Feat + +- 添加`Ai`聊天组件示例 +- 添加`tagOnClick`标签切换全局公共事件 +- 添加代码编辑器示例 +- 添加`Markdown`示例 +- 添加滑块示例 + +### 🐞 Bug fixes + +- 修复`aria-hidden`报错 +- 修复使用`this`语法时无法显示代码提示的问题并更新`pinia`相关语法 + +### 🍏 Perf + +- 修复组件-瀑布流无限滚动示例中失效的链接 +- 更新`vue-flow`,相关兼容处理 +- 删除已弃用的依赖包`eslint-define-config`,升级`eslint`至最新版本,相关兼容处理 +- 优化`src/style/dark.scss`语法 +- 优化登录传参 +- 使用`keydown`替换`keypress`,`keypress`事件已弃用 + # 5.9.0 (2024-12-10) ### ✔️ Refactor diff --git a/package.json b/package.json index 567be43ca..95146920f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "5.9.0", + "version": "6.0.0", "private": true, "type": "module", "scripts": { diff --git a/public/platform-config.json b/public/platform-config.json index bf9c2c7f1..bb78bab32 100644 --- a/public/platform-config.json +++ b/public/platform-config.json @@ -1,5 +1,5 @@ { - "Version": "5.9.0", + "Version": "6.0.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,