Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
5f39beef
Commit
5f39beef
authored
Oct 22, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump: 2.0.0.rc4
parent
349d1978
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
2 deletions
+38
-2
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+27
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+10
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.en_US.md
View file @
5f39beef
# 2.0.0-rc.4 (2020-10-21)
### ✨ Features
-
New configuration toolbar for tables
-
New message notification module
### 🎫 Chores
-
The table does not show borders by default
-
Dependency update
-
Update vue to
`v3.0.2`
-
Interface style fine-tuning
### ⚡ Performance Improvements
-
Optimize the size of the first screen
-
Optimize the TableAction component
-
Reduce the folding width of the menu
### 🐛 Bug Fixes
-
Fix the problem of the menu name when the first level menu is folded
-
Fix the problem that the preview command is not packaged
-
Fix the problem that the form actionColOptions parameter does not take effect
-
Fix the problem that the loading does not take effect when refreshing the form
# 2.0.0-rc.3 (2020-10-19)
# 2.0.0-rc.3 (2020-10-19)
### ✨ Features
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
5f39beef
# Wip
# 2.0.0-rc.4 (2020-10-21)
### ✨ Features
-
表格新增配置工具栏
-
新增消息通知模块
### 🎫 Chores
### 🎫 Chores
-
表格默认不显示边框
-
表格默认不显示边框
-
依赖更新
-
依赖更新
-
更新 vue 为
`v3.0.2`
-
界面样式微调
### ⚡ Performance Improvements
### ⚡ Performance Improvements
-
优化首屏体积大小
-
优化首屏体积大小
-
优化 TableAction 组件
-
优化 TableAction 组件
-
减小菜单折叠宽度
### 🐛 Bug Fixes
### 🐛 Bug Fixes
-
修复一级菜单折叠显示菜单名问题
-
修复一级菜单折叠显示菜单名问题
-
修复预览命令不打包问题
-
修复预览命令不打包问题
-
修复表格 actionColOptions 参数不生效问题
-
修复表格 actionColOptions 参数不生效问题
-
修复表格刷新表单 loading 不生效问题
# 2.0.0-rc.3 (2020-10-19)
# 2.0.0-rc.3 (2020-10-19)
...
...
package.json
View file @
5f39beef
{
{
"name"
:
"vben-admin-2.0"
,
"name"
:
"vben-admin-2.0"
,
"version"
:
"2.0.0-rc.
3
"
,
"version"
:
"2.0.0-rc.
4
"
,
"scripts"
:
{
"scripts"
:
{
"bootstrap"
:
"yarn install || npm install"
,
"bootstrap"
:
"yarn install || npm install"
,
"serve"
:
"cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite"
,
"serve"
:
"cross-env ts-node --files -P ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment