Skip to content

Commit 1daf83c

Browse files
committed
release: update 6.0.0
1 parent a8ca71a commit 1daf83c

File tree

5 files changed

+89
-2
lines changed

5 files changed

+89
-2
lines changed

CHANGELOG.en_US.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 6.0.0 (2025-04-10)
2+
3+
### ✔️ Refactor
4+
5+
- 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`
6+
- Upgrade `tailwindcss` to `v4` version, bringing faster build speed, simpler installation and configuration, and providing a dedicated `vite` plug-in
7+
8+
### 🎫 Feat
9+
10+
- Add `Ai` chat component example
11+
- Add `tagOnClick` tag to switch global public events
12+
- Add code editor example
13+
- Add `Markdown` example
14+
- Add slider example
15+
16+
### 🐞 Bug fixes
17+
18+
- Fix `aria-hidden` error
19+
- Fix the problem that code hints cannot be displayed when using `this` syntax and update `pinia` related syntax
20+
21+
### 🍏 Perf
22+
23+
- Fix broken links in the waterfall infinite scrolling example
24+
- Update `vue-flow`, related compatibility processing
25+
- Delete the deprecated dependency package `eslint-define-config`, upgrade `eslint` to the latest version, related compatibility processing
26+
- Optimize `src/style/dark.scss` syntax
27+
- Optimize login parameter transfer
28+
- Use `keydown` to replace `keypress`, the `keypress` event has been deprecated
29+
130
# 5.9.0 (2024-12-10)
231

332
### ✔️Refactor

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 6.0.0 (2025-04-10)
2+
3+
### ✔️ Refactor
4+
5+
- 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`
6+
- Upgrade `tailwindcss` to `v4` version, bringing faster build speed, simpler installation and configuration, and providing a dedicated `vite` plug-in
7+
8+
### 🎫 Feat
9+
10+
- Add `Ai` chat component example
11+
- Add `tagOnClick` tag to switch global public events
12+
- Add code editor example
13+
- Add `Markdown` example
14+
- Add slider example
15+
16+
### 🐞 Bug fixes
17+
18+
- Fix `aria-hidden` error
19+
- Fix the problem that code hints cannot be displayed when using `this` syntax and update `pinia` related syntax
20+
21+
### 🍏 Perf
22+
23+
- Fix broken links in the waterfall infinite scrolling example
24+
- Update `vue-flow`, related compatibility processing
25+
- Delete the deprecated dependency package `eslint-define-config`, upgrade `eslint` to the latest version, related compatibility processing
26+
- Optimize `src/style/dark.scss` syntax
27+
- Optimize login parameter transfer
28+
- Use `keydown` to replace `keypress`, the `keypress` event has been deprecated
29+
130
# 5.9.0 (2024-12-10)
231

332
### ✔️Refactor

CHANGELOG.zh_CN.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 6.0.0 (2025-04-10)
2+
3+
### ✔️ Refactor
4+
5+
- 重构图标模块,使用`@iconify/json`替换不再维护更新的`@iconify-icons/*`依赖,优化使用体验,确保图标库可持续更新并支持`Tree-shaking`
6+
- 升级`tailwindcss``v4`版本,带来更快的构建速度、更简化的安装和配置、提供专属`vite`插件
7+
8+
### 🎫 Feat
9+
10+
- 添加`Ai`聊天组件示例
11+
- 添加`tagOnClick`标签切换全局公共事件
12+
- 添加代码编辑器示例
13+
- 添加`Markdown`示例
14+
- 添加滑块示例
15+
16+
### 🐞 Bug fixes
17+
18+
- 修复`aria-hidden`报错
19+
- 修复使用`this`语法时无法显示代码提示的问题并更新`pinia`相关语法
20+
21+
### 🍏 Perf
22+
23+
- 修复组件-瀑布流无限滚动示例中失效的链接
24+
- 更新`vue-flow`,相关兼容处理
25+
- 删除已弃用的依赖包`eslint-define-config`,升级`eslint`至最新版本,相关兼容处理
26+
- 优化`src/style/dark.scss`语法
27+
- 优化登录传参
28+
- 使用`keydown`替换`keypress``keypress`事件已弃用
29+
130
# 5.9.0 (2024-12-10)
231

332
### ✔️ Refactor

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pure-admin",
3-
"version": "5.9.0",
3+
"version": "6.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

public/platform-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "5.9.0",
2+
"Version": "6.0.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)