@@ -3,7 +3,7 @@ VITE_PORT = 8848
# title
VITE_TITLE = vue-pure-admin
# version
-VITE_VERSION = 1.0.0
+VITE_VERSION = 2.1.0
# open
VITE_OPEN = false
@@ -1,3 +1,18 @@
+# 2.1.0(2021-10-14)
+
+### 🎫 Feat
+- Route animation (each route can add different animations)
+- Extra icons (for example, this is a newly added page, a new icon is displayed in the upper right corner of the routing menu)
+- Extract the default configuration options
+- Perfect type file
+### 🐞 Bug fixes
+- Fix the issue of element-plus internationalization
+- Fix routing issues
+- Fix navigation adaptation problem
# 2.0.1(2021-9-29)
### 🎫 Feat
+- 路由动画(每个路由都可添加不同动画)
+- 额外图标(比如这个是新加的页面,路由菜单右上角显示个新图标)
+- 抽离默认配置选项
+- 完善类型文件
+- 修复 element-plus 国际化使用问题
+- 修复路由问题
+- 修复导航适配问题
@@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
- "version": "2.0.0",
+ "version": "2.1.0",
"private": true,
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",