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
c346bbda
Commit
c346bbda
authored
Oct 17, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump 2.0.0-rc.2
parent
33550662
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
2 deletions
+29
-2
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+26
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+2
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.en_US.md
View file @
c346bbda
# 2.0.0-rc.2 (2020-10-17)
### ✨ Features
-
Package can be configured to output
`gizp`
-
Package can be configured to delete
`console`
-
Routes and menus do not need to be imported manually, they are imported automatically
### 🎫 Chores
-
Upgrade vue to
`3.0.1`
-
Change
`vite`
version to daily build version
### 🐛 Bug Fixes
-
Fix menu error
-
Fix the problem of table adaptive height
-
Fix the issue of error reporting when executing script in
`window system`
-
Fix the problem of folding components
### ⚡ Performance Improvements
-
Remove menu to minimize background
-
Prevent page refresh and re-render menu
-
Some other details are optimized
# 2.0.0-rc.1 (2020-10-14)
# 2.0.0-rc.1 (2020-10-14)
### ✨ Features
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
c346bbda
#
wip
#
2.0.0-rc.2 (2020-10-17)
### ✨ Features
### ✨ Features
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
-
修复菜单报错
-
修复菜单报错
-
修复表格自适应高度问题
-
修复表格自适应高度问题
-
修复
`window系统`
执行 script 报错问题
-
修复
`window系统`
执行 script 报错问题
-
修复折叠组件问题
### ⚡ Performance Improvements
### ⚡ Performance Improvements
...
...
package.json
View file @
c346bbda
{
{
"name"
:
"vben-admin-2.0"
,
"name"
:
"vben-admin-2.0"
,
"version"
:
"2.0.0-rc.
1
"
,
"version"
:
"2.0.0-rc.
2
"
,
"scripts"
:
{
"scripts"
:
{
"bootstrap"
:
"yarn install"
,
"bootstrap"
:
"yarn 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