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
03bbdd2a
Commit
03bbdd2a
authored
Nov 09, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump 2.0.0-rc.9
parent
9b61e82d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
5 deletions
+20
-5
.env.production
.env.production
+1
-1
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+17
-2
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
package.json
package.json
+1
-1
No files found.
.env.production
View file @
03bbdd2a
...
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
...
@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = ./
VITE_DROP_CONSOLE = true
VITE_DROP_CONSOLE = true
# Whether to output gz file for packaging
# Whether to output gz file for packaging
VITE_BUILD_GZIP =
fals
e
VITE_BUILD_GZIP =
tru
e
# Basic interface address SPA
# Basic interface address SPA
VITE_GLOB_API_URL=/api
VITE_GLOB_API_URL=/api
...
...
CHANGELOG.en_US.md
View file @
03bbdd2a
## Wip
## 2.0.0-rc.9 (2020-11-9)
### ✨ Features
-
Menu trigger can select location
-
Add an example of rich text embedded form
-
Added
`required`
attribute to form component schema. Simplified configuration
-
The second parameter of openModal and openDrawer can be passed internally instead of
`transferModalData`
-
Routes with parameters can be cached
### ✨ Refactor
-
Refactored the logic of the menu generated by the background
-
Route Module structural transformation
### ⚡ Performance Improvements
### ⚡ Performance Improvements
-
Menu performance continues to be optimized and smoother
-
Menu performance continues to be optimized and smoother
-
Optimize lazy loading components and examples
-
Optimize lazy loading components and examples
-
layout style fine-tuning
### 🎫 Chores
### 🎫 Chores
-
Delete menu background image
-
Delete menu background image
-
Update the version of ʻant-design-vue
`to`
beta1
3
`
-
Update the version of ʻant-design-vue
`to`
beta1
5
`
- Update `
vite
` version to `
rc.9
`
- Update `
vite
` version to `
rc.9
`
- Exception page adjustment
- Exception page adjustment
- `
BasicTitle
` Color blocks are not displayed by default
- `
BasicTitle
` Color blocks are not displayed by default
...
@@ -22,6 +36,7 @@
...
@@ -22,6 +36,7 @@
-
Fix that ʻuseECharts
`can't adapt when`
resize
`, and an error is reported
-
Fix that ʻuseECharts
`can't adapt when`
resize
`, and an error is reported
- Fix that `
resize
` is not deleted after ʻuseWatermark`
is cleared
- Fix that `
resize
` is not deleted after ʻuseWatermark`
is cleared
-
Fix form verification problem
-
Fix form verification problem
-
Fixed the problem that the multi-level header configuration does not take effect
## 2.0.0-rc.8 (2020-11-2)
## 2.0.0-rc.8 (2020-11-2)
...
...
CHANGELOG.zh_CN.md
View file @
03bbdd2a
##
Wip
##
2.0.0-rc.9 (2020-11-9)
### ✨ Features
### ✨ Features
...
...
package.json
View file @
03bbdd2a
{
{
"name"
:
"vben-admin-2.0"
,
"name"
:
"vben-admin-2.0"
,
"version"
:
"2.0.0-rc.
8
"
,
"version"
:
"2.0.0-rc.
9
"
,
"scripts"
:
{
"scripts"
:
{
"bootstrap"
:
"yarn install"
,
"bootstrap"
:
"yarn install"
,
"serve"
:
"esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite"
,
"serve"
:
"esno ./build/script/preserve.ts && 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