@@ -1,3 +1,19 @@
+# 3.9.6 (2022-12-19)
+
+### 🎫 Chores
+- Upgrade `vite4` version
+### 🐞 Bug fixes
+- Fix the problem that `hmr` of `vite` is slow due to the wrong way of importing `tailwind.css`
+### 🍏 Perf
+- Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints
+- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component
+- Optimize the business code of the system management page to bring better code reference
# 3.9.5 (2022-12-13)
### ✔️ refactor
+- 升级 `vite4` 版本
+- 修复 `tailwind.css` 错误的引入方式导致 `vite` 的 `hmr` 慢的问题
+- 更新 [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) 至最新版,带来更友好的类型提示
+- 优化 [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) 组件
+- 优化系统管理页面业务代码,带来更好的代码参考
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
- "version": "3.9.5",
+ "version": "3.9.6",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
@@ -1,5 +1,5 @@
- "Version": "3.9.5",
+ "Version": "3.9.6",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,