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
6da23748
Commit
6da23748
authored
Feb 18, 2021
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump 2.0.0
parent
370b12f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
2 deletions
+39
-2
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+37
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.en_US.md
View file @
6da23748
## 2.0.0 (2021-02-18)
## Breaking changes
-
`echarts`
is upgraded to 5.0 and introduced on demand (just use
`useECharts`
).
### ✨ Refactor
-
Removed
`global.less`
,
`mixin.less`
,
`design/helper`
, replaced by
`windicss`
, and need to modify the corresponding styles if they are useful
### ✨ Features
-
useModal adds the return value function
`redoModalHeight`
, which is used to refresh the modal height when the modal is dynamic content
-
Upgrade husky to 5.0
-
Added
`brotli`
|
`gzip`
compression and related test commands
-
Re-introduction of
`windicss`
(same as
`tailwind`
). Faster in speed
### ⚡ Performance Improvements
-
Adjust the return value of the interface to obtain user information in array format
-
Fix the error-log list as the system route
### 🐛 Bug Fixes
-
Fix the issue of upload component maxNumber invalid
-
Fix package sourcemap error report
-
Fix code debugger location display error
-
Fix the issue of mock plugin post request error
-
Fix some themes color value error
-
Fix the table in editable row status and press Enter to confirm
### 🎫 Chores
-
Documentation update
-
Upgrade ant-design-vue to
`2.0.0`
-
Upgrade vite to
`2.0.0`
## 2.0.0-rc.18 (2021-02-05)
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
6da23748
##
Wip
##
2.0.0 (2021-02-18)
## (破坏性更新) Breaking changes
...
...
package.json
View file @
6da23748
{
"name"
:
"vben-admin"
,
"version"
:
"2.0.0
-rc.18
"
,
"version"
:
"2.0.0"
,
"scripts"
:
{
"bootstrap"
:
"yarn install"
,
"serve"
:
"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