mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
chore: update changelog
This commit is contained in:
parent
49199f3715
commit
b71d151dce
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.1-beta.21
|
||||
|
||||
*2021-01-05*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Seperate ImageViewer component (#1199)
|
||||
- Fix YearPicker disabledDate bug (#1193)
|
||||
- Fix Dialog render bug (#1144)
|
||||
- Fix Tree deep watch data (#1188)
|
||||
- Fix Popper transition lost bug (#1190)
|
||||
- Fix Popover clickoutside not working bug (#1171)
|
||||
- Fix Textarea line-height style bug (#1181)
|
||||
|
||||
### 1.0.1-beta.19
|
||||
|
||||
*2021-01-02*
|
||||
|
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.1-beta.21
|
||||
|
||||
*2021-01-05*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Seperate ImageViewer component (#1199)
|
||||
- Fix YearPicker disabledDate bug (#1193)
|
||||
- Fix Dialog render bug (#1144)
|
||||
- Fix Tree deep watch data (#1188)
|
||||
- Fix Popper transition lost bug (#1190)
|
||||
- Fix Popover clickoutside not working bug (#1171)
|
||||
- Fix Textarea line-height style bug (#1181)
|
||||
|
||||
### 1.0.1-beta.19
|
||||
|
||||
*2021-01-02*
|
||||
|
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.1-beta.21
|
||||
|
||||
*2021-01-05*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Seperate ImageViewer component (#1199)
|
||||
- Fix YearPicker disabledDate bug (#1193)
|
||||
- Fix Dialog render bug (#1144)
|
||||
- Fix Tree deep watch data (#1188)
|
||||
- Fix Popper transition lost bug (#1190)
|
||||
- Fix Popover clickoutside not working bug (#1171)
|
||||
- Fix Textarea line-height style bug (#1181)
|
||||
|
||||
### 1.0.1-beta.19
|
||||
|
||||
*2021-01-02*
|
||||
|
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.1-beta.21
|
||||
|
||||
*2021-01-05*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Seperate ImageViewer component (#1199)
|
||||
- Fix YearPicker disabledDate bug (#1193)
|
||||
- Fix Dialog render bug (#1144)
|
||||
- Fix Tree deep watch data (#1188)
|
||||
- Fix Popper transition lost bug (#1190)
|
||||
- Fix Popover clickoutside not working bug (#1171)
|
||||
- Fix Textarea line-height style bug (#1181)
|
||||
|
||||
### 1.0.1-beta.19
|
||||
|
||||
*2021-01-02*
|
||||
|
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.1-beta.21
|
||||
|
||||
*2021-01-05*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Seperate ImageViewer component (#1199)
|
||||
- Fix YearPicker disabledDate bug (#1193)
|
||||
- Fix Dialog render bug (#1144)
|
||||
- Fix Tree deep watch data (#1188)
|
||||
- Fix Popper transition lost bug (#1190)
|
||||
- Fix Popover clickoutside not working bug (#1171)
|
||||
- Fix Textarea line-height style bug (#1181)
|
||||
|
||||
### 1.0.1-beta.19
|
||||
|
||||
*2021-01-02*
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "element-plus",
|
||||
"private": true,
|
||||
"version": "1.0.1-beta.11",
|
||||
"version": "0.0.0-development",
|
||||
"scripts": {
|
||||
"cz": "npx git-cz",
|
||||
"test": "jest",
|
||||
|
Loading…
Reference in New Issue
Block a user