mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
release: update 3.5.0
This commit is contained in:
parent
3d96b9acd4
commit
ad6ced45cc
@ -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)
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -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)
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
# 3.5.0 (2022-9-10)
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- 添加 `cssnano` ,打包时压缩 `css` 体积
|
||||||
|
- 添加 `element-plus` 无缝滚动 `Table` 页面 demo
|
||||||
|
- 开启 `vscode` 括号对指南
|
||||||
|
|
||||||
|
### ✔️ refactor
|
||||||
|
|
||||||
|
- 使用 `tailwindcss` 替换 `unocss`,新增 `tailwindcss` [使用文档](http://yiming_chang.gitee.io/pure-admin-doc/pages/39156f/)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- `token` 过期,刷新死循环
|
||||||
|
|
||||||
|
### 🍏 Perf
|
||||||
|
|
||||||
|
- 重置路由时,清空缓存页面
|
||||||
|
|
||||||
# 3.4.6 (2022-8-23)
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "3.4.6",
|
"version": "3.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "3.4.6",
|
"Version": "3.5.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user