@@ -1,3 +1,23 @@
+# 3.5.0 (2022-9-10)
+
+### 🎫 Feat
+- Add `cssnano` to compress the size of `css` when packaging
+- Add `element-plus` seamless scrolling `Table` page demo
+- Open `vscode` bracket pair guide
+### ✔️ refactor
+- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://xiaoxian521.github.io/pure-admin-doc/pages/39156f/)
+### 🐞 Bug fixes
+- `token` expires, refresh the infinite loop
+### 🍏 Perf
+- When resetting the route, clear the cached page
# 3.4.6 (2022-8-23)
### 🐞 Bug fixes
+- 添加 `cssnano` ,打包时压缩 `css` 体积
+- 添加 `element-plus` 无缝滚动 `Table` 页面 demo
+- 开启 `vscode` 括号对指南
+- 使用 `tailwindcss` 替换 `unocss`,新增 `tailwindcss` [使用文档](http://yiming_chang.gitee.io/pure-admin-doc/pages/39156f/)
+- `token` 过期,刷新死循环
+- 重置路由时,清空缓存页面
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
- "version": "3.4.6",
+ "version": "3.5.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
@@ -1,5 +1,5 @@
- "Version": "3.4.6",
+ "Version": "3.5.0",
"Title": "PureAdmin",
"FixedHeader": true,
"HiddenSideBar": false,