mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-03 02:54:40 +08:00
chore: bump 2.0.0-rc.8
This commit is contained in:
parent
da863d3df2
commit
d37806900e
@ -1,3 +1,32 @@
|
||||
## 2.0.0-rc.8 (2020-11-2)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- Global loading add text
|
||||
- Right-click menu supports multiple levels
|
||||
|
||||
### 🎫 Chores
|
||||
|
||||
- Login cache changed from sessionStorage to LocalStorage
|
||||
|
||||
### ⚡ Performance Improvements
|
||||
|
||||
- Update ʻant-design-vue`to`beta.12`
|
||||
- Layout interface layout style adjustment
|
||||
- Optimize lazy loading components
|
||||
- Optimize table rendering performance
|
||||
- Add animation to form folding search icon
|
||||
- routeModule can ignore the layout configuration. Convenient to configure the first-level menu
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Fix table type error
|
||||
- Fix bug in mock paging tool
|
||||
- Fix the folding problem of the search form when the table is opened
|
||||
- Fix the problem of fixed column style when the table size is samll
|
||||
- Fixed the error report when closing multiple tabs
|
||||
- Fix message type error
|
||||
|
||||
## 2.0.0-rc.7 (2020-10-31)
|
||||
|
||||
### ✨ Features
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Wip
|
||||
## 2.0.0-rc.8 (2020-11-2)
|
||||
|
||||
### ✨ Features
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://github.com/anncwb/vue-vben-admin" target="_blank">
|
||||
<img alt="VbenAdmin Logo" width="200" src="./.github/res/imgs/logo.png">
|
||||
<img alt="VbenAdmin Logo" width="200" src="/anncwb/vue-vben-admin/raw/main/.github/res/imgs/logo.png">
|
||||
</a>
|
||||
</p>
|
||||
<h2 align="center">VUE VBEN ADMIN2.0</h2>
|
||||
@ -35,11 +35,7 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
This branch is a 2.0 new branch which use vue3 to develop.
|
||||
|
||||
You can also switch to 1.0 branch which use `vue2.6` , `vue-composition-api` and `vue-cli` to develop.
|
||||
|
||||
The project is based on the vue3 style background management system implemented by `ant-design-vue`,`typescript`,`vue3.0`,`vite`,`tsx`.
|
||||
The project is based on the vue3 style background management system implemented by ʻant-design-vue`, `typescript`,`vue3.0`,`vite`,`tsx`,
|
||||
|
||||
## GitHub
|
||||
|
||||
@ -110,17 +106,17 @@ The documentation for 2.0 hasn't started yet, it will be provided later.
|
||||
|
||||
## Install
|
||||
|
||||
```js
|
||||
// Make git case sensitive to file names
|
||||
```bash
|
||||
# Make git case sensitive to file names
|
||||
git config core.ignorecase false
|
||||
|
||||
// Pull code of the project
|
||||
# Pull code of the project
|
||||
git clone https://github.com/anncwb/vue-vben-admin.git vue-vben-admin-2.0
|
||||
|
||||
cd vue-vben-admin-2.0
|
||||
|
||||
// If you use other package management tool, you can install it by yourself
|
||||
// if you hasn't install yarn, please run: npm install -g yarn
|
||||
# If you use other package management tool, you can install it by yourself
|
||||
# if you hasn't install yarn, please run: npm install -g yarn
|
||||
yarn install
|
||||
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vben-admin-2.0",
|
||||
"version": "2.0.0-rc.7",
|
||||
"version": "2.0.0-rc.8",
|
||||
"scripts": {
|
||||
"bootstrap": "yarn install",
|
||||
"serve": "esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite",
|
||||
|
Loading…
Reference in New Issue
Block a user