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
1d47d8a4
Commit
1d47d8a4
authored
Oct 26, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump 2.0.0.rc5
parent
fdeaa00b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
2 deletions
+35
-2
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+33
-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 @
1d47d8a4
## # 2.0.0-rc.5 (2020-10-26)
### ✨ Features
-
Update component documentation
-
Breadcrumbs support display icon
-
Added tinymce rich text component
-
Add submitOnReset to the form to control whether to re-initiate the request when reset
-
Added
`sortFn`
to the table to support custom sorting
-
Added animation components and examples
-
Added lazy loading/delay loading components and examples
### ✨ Refactor
-
The detailType of the Drawer component is changed to isDetail
### 🎫 Chores
-
Remove the optional chain syntax in the code
-
Form reset logic modification
-
Turn off multi-tab page tabs animation
-
Upgrade vite version to
`v1.0.0.rc6`
-
Delete Chinese path warning. rc6 has been fixed
### 🐛 Bug Fixes
-
Fix the automatic height and display footer display problems of drawer components
-
Reset to default value after repairing form query
-
Fix the problem of displaying the collapsed menu when there are no child nodes
-
Fix the problem of breadcrumb display style
-
Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
-
Fixed multiple action columns in the table
# 2.0.0-rc.4 (2020-10-21)
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
1d47d8a4
##
Wip
##
# 2.0.0-rc.5 (2020-10-26)
### ✨ Features
...
...
package.json
View file @
1d47d8a4
{
"name"
:
"vben-admin-2.0"
,
"version"
:
"2.0.0-rc.
4
"
,
"version"
:
"2.0.0-rc.
5
"
,
"scripts"
:
{
"bootstrap"
:
"yarn install || npm install"
,
"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