mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-15 02:40:46 +08:00
chore: update change log
This commit is contained in:
parent
362431e0db
commit
f2091973c1
@ -1,9 +1,60 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.34
|
||||
|
||||
*2021-03-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Fix slider warning of modelValue (#1622)
|
||||
- Fix tree auto expand parent on set current key and node (#1502)
|
||||
- Fix avatar watch invalid when src is missing from props (#1615)
|
||||
- Fix select tag can't close if the option is disabled (#1605)
|
||||
- Fix table the bug that cannot watch data (#1612)
|
||||
- Fix cascader-panel no loaded nodes should not be checked (#1583)
|
||||
- Fix cascader prevent log error for before filter (#1582)
|
||||
- Fix some components miss install type (#1547)
|
||||
- Fix pagination current-page event error emit (#1575)
|
||||
- Fix select option migrate error (#1574)
|
||||
- Fix popover panel disappear when hover on panel (#1573)
|
||||
- Fix table fix #1572 (#1592)
|
||||
- Fix table fix #1591 (#1593)
|
||||
- Fix radio type order (#1554)
|
||||
- Fix time-picker replace test `it.only` with `it` in test (#1586)
|
||||
- Fix popper simplify mapEvents logic & add IEvents (#1541)
|
||||
- Fix pagination component layout prop bug (#1576)
|
||||
- Fix select disabled group not works (#1559)
|
||||
- Fix dropdown dropdown will expand when unexpected (#1569)
|
||||
- Fix table table column resize not work (#1567) …
|
||||
|
||||
### 1.0.2-beta.33
|
||||
|
||||
*2021-03-03*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix cascader-panel value can be falsy value (#1533)
|
||||
- Fix scss error (#1542)
|
||||
- Fix popper error cause by vue version update (#1556)
|
||||
- Fix col will always be hidden when responsive span is zero (#1532)
|
||||
- Fix empty svg render not normal in multiple tab-pane (#1534)
|
||||
- Fix layout gutter bug (#1537)
|
||||
- Fix select options watch flush post (#1513)
|
||||
- Fix select noMatchText error show (#1523)
|
||||
- Fix avatar need reset hasLoadError to false, if src changed (#1515)
|
||||
- Fix input remove invalid attrs after render (#1489)
|
||||
- Fix select emit blur event (#1504)
|
||||
- Fix table bug of invalid tooltipEffect prop (#1470)
|
||||
- Fix table column default rendering errors (#1433) …
|
||||
- Fix scrollbar update bar when window resize (#1456)
|
||||
- Fix autocomplete migration error (#1493)
|
||||
- Fix message-box miss overlay style when on demand import (#1494)
|
||||
|
||||
### 1.0.2-beta.32
|
||||
|
||||
*2021-01-31*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix switch cannot change width dynamically (#1435)
|
||||
- Fix PopConfirm translation error (#1450)
|
||||
- Fix date range picker input issue (#1439)
|
||||
@ -21,15 +72,18 @@
|
||||
- Fix upload list remove animation incorrect (#1379)
|
||||
|
||||
#### Features
|
||||
|
||||
- feat(carousel): add pause-on-hover prop (#1423)
|
||||
- feat(dropdown): add max-height prop of menu (#1436)
|
||||
- feat(progress): add default slot (#1426)
|
||||
|
||||
#### Chore updates
|
||||
|
||||
- docs: remove auto-complete of input and select (#1437)
|
||||
- css prefix (#1407)
|
||||
- docs(project): Update `importing on demand` section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
|
||||
- Fix dome-block bottom bar width error when fixed (#1406)
|
||||
|
||||
### 1.0.2-beta.31
|
||||
|
||||
*2021-01-31*
|
||||
|
@ -1,9 +1,60 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.34
|
||||
|
||||
*2021-03-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Fix slider warning of modelValue (#1622)
|
||||
- Fix tree auto expand parent on set current key and node (#1502)
|
||||
- Fix avatar watch invalid when src is missing from props (#1615)
|
||||
- Fix select tag can't close if the option is disabled (#1605)
|
||||
- Fix table the bug that cannot watch data (#1612)
|
||||
- Fix cascader-panel no loaded nodes should not be checked (#1583)
|
||||
- Fix cascader prevent log error for before filter (#1582)
|
||||
- Fix some components miss install type (#1547)
|
||||
- Fix pagination current-page event error emit (#1575)
|
||||
- Fix select option migrate error (#1574)
|
||||
- Fix popover panel disappear when hover on panel (#1573)
|
||||
- Fix table fix #1572 (#1592)
|
||||
- Fix table fix #1591 (#1593)
|
||||
- Fix radio type order (#1554)
|
||||
- Fix time-picker replace test `it.only` with `it` in test (#1586)
|
||||
- Fix popper simplify mapEvents logic & add IEvents (#1541)
|
||||
- Fix pagination component layout prop bug (#1576)
|
||||
- Fix select disabled group not works (#1559)
|
||||
- Fix dropdown dropdown will expand when unexpected (#1569)
|
||||
- Fix table table column resize not work (#1567) …
|
||||
|
||||
### 1.0.2-beta.33
|
||||
|
||||
*2021-03-03*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix cascader-panel value can be falsy value (#1533)
|
||||
- Fix scss error (#1542)
|
||||
- Fix popper error cause by vue version update (#1556)
|
||||
- Fix col will always be hidden when responsive span is zero (#1532)
|
||||
- Fix empty svg render not normal in multiple tab-pane (#1534)
|
||||
- Fix layout gutter bug (#1537)
|
||||
- Fix select options watch flush post (#1513)
|
||||
- Fix select noMatchText error show (#1523)
|
||||
- Fix avatar need reset hasLoadError to false, if src changed (#1515)
|
||||
- Fix input remove invalid attrs after render (#1489)
|
||||
- Fix select emit blur event (#1504)
|
||||
- Fix table bug of invalid tooltipEffect prop (#1470)
|
||||
- Fix table column default rendering errors (#1433) …
|
||||
- Fix scrollbar update bar when window resize (#1456)
|
||||
- Fix autocomplete migration error (#1493)
|
||||
- Fix message-box miss overlay style when on demand import (#1494)
|
||||
|
||||
### 1.0.2-beta.32
|
||||
|
||||
*2021-01-31*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix switch cannot change width dynamically (#1435)
|
||||
- Fix PopConfirm translation error (#1450)
|
||||
- Fix date range picker input issue (#1439)
|
||||
@ -21,15 +72,18 @@
|
||||
- Fix upload list remove animation incorrect (#1379)
|
||||
|
||||
#### Features
|
||||
|
||||
- feat(carousel): add pause-on-hover prop (#1423)
|
||||
- feat(dropdown): add max-height prop of menu (#1436)
|
||||
- feat(progress): add default slot (#1426)
|
||||
|
||||
#### Chore updates
|
||||
|
||||
- docs: remove auto-complete of input and select (#1437)
|
||||
- css prefix (#1407)
|
||||
- docs(project): Update `importing on demand` section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
|
||||
- Fix dome-block bottom bar width error when fixed (#1406)
|
||||
|
||||
### 1.0.2-beta.31
|
||||
|
||||
*2021-01-31*
|
||||
|
@ -1,9 +1,60 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.34
|
||||
|
||||
*2021-03-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Fix slider warning of modelValue (#1622)
|
||||
- Fix tree auto expand parent on set current key and node (#1502)
|
||||
- Fix avatar watch invalid when src is missing from props (#1615)
|
||||
- Fix select tag can't close if the option is disabled (#1605)
|
||||
- Fix table the bug that cannot watch data (#1612)
|
||||
- Fix cascader-panel no loaded nodes should not be checked (#1583)
|
||||
- Fix cascader prevent log error for before filter (#1582)
|
||||
- Fix some components miss install type (#1547)
|
||||
- Fix pagination current-page event error emit (#1575)
|
||||
- Fix select option migrate error (#1574)
|
||||
- Fix popover panel disappear when hover on panel (#1573)
|
||||
- Fix table fix #1572 (#1592)
|
||||
- Fix table fix #1591 (#1593)
|
||||
- Fix radio type order (#1554)
|
||||
- Fix time-picker replace test `it.only` with `it` in test (#1586)
|
||||
- Fix popper simplify mapEvents logic & add IEvents (#1541)
|
||||
- Fix pagination component layout prop bug (#1576)
|
||||
- Fix select disabled group not works (#1559)
|
||||
- Fix dropdown dropdown will expand when unexpected (#1569)
|
||||
- Fix table table column resize not work (#1567) …
|
||||
|
||||
### 1.0.2-beta.33
|
||||
|
||||
*2021-03-03*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix cascader-panel value can be falsy value (#1533)
|
||||
- Fix scss error (#1542)
|
||||
- Fix popper error cause by vue version update (#1556)
|
||||
- Fix col will always be hidden when responsive span is zero (#1532)
|
||||
- Fix empty svg render not normal in multiple tab-pane (#1534)
|
||||
- Fix layout gutter bug (#1537)
|
||||
- Fix select options watch flush post (#1513)
|
||||
- Fix select noMatchText error show (#1523)
|
||||
- Fix avatar need reset hasLoadError to false, if src changed (#1515)
|
||||
- Fix input remove invalid attrs after render (#1489)
|
||||
- Fix select emit blur event (#1504)
|
||||
- Fix table bug of invalid tooltipEffect prop (#1470)
|
||||
- Fix table column default rendering errors (#1433) …
|
||||
- Fix scrollbar update bar when window resize (#1456)
|
||||
- Fix autocomplete migration error (#1493)
|
||||
- Fix message-box miss overlay style when on demand import (#1494)
|
||||
|
||||
### 1.0.2-beta.32
|
||||
|
||||
*2021-01-31*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix switch cannot change width dynamically (#1435)
|
||||
- Fix PopConfirm translation error (#1450)
|
||||
- Fix date range picker input issue (#1439)
|
||||
@ -21,15 +72,18 @@
|
||||
- Fix upload list remove animation incorrect (#1379)
|
||||
|
||||
#### Features
|
||||
|
||||
- feat(carousel): add pause-on-hover prop (#1423)
|
||||
- feat(dropdown): add max-height prop of menu (#1436)
|
||||
- feat(progress): add default slot (#1426)
|
||||
|
||||
#### Chore updates
|
||||
|
||||
- docs: remove auto-complete of input and select (#1437)
|
||||
- css prefix (#1407)
|
||||
- docs(project): Update `importing on demand` section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
|
||||
- Fix dome-block bottom bar width error when fixed (#1406)
|
||||
|
||||
### 1.0.2-beta.31
|
||||
|
||||
*2021-01-31*
|
||||
|
@ -1,9 +1,60 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.34
|
||||
|
||||
*2021-03-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Fix slider warning of modelValue (#1622)
|
||||
- Fix tree auto expand parent on set current key and node (#1502)
|
||||
- Fix avatar watch invalid when src is missing from props (#1615)
|
||||
- Fix select tag can't close if the option is disabled (#1605)
|
||||
- Fix table the bug that cannot watch data (#1612)
|
||||
- Fix cascader-panel no loaded nodes should not be checked (#1583)
|
||||
- Fix cascader prevent log error for before filter (#1582)
|
||||
- Fix some components miss install type (#1547)
|
||||
- Fix pagination current-page event error emit (#1575)
|
||||
- Fix select option migrate error (#1574)
|
||||
- Fix popover panel disappear when hover on panel (#1573)
|
||||
- Fix table fix #1572 (#1592)
|
||||
- Fix table fix #1591 (#1593)
|
||||
- Fix radio type order (#1554)
|
||||
- Fix time-picker replace test `it.only` with `it` in test (#1586)
|
||||
- Fix popper simplify mapEvents logic & add IEvents (#1541)
|
||||
- Fix pagination component layout prop bug (#1576)
|
||||
- Fix select disabled group not works (#1559)
|
||||
- Fix dropdown dropdown will expand when unexpected (#1569)
|
||||
- Fix table table column resize not work (#1567) …
|
||||
|
||||
### 1.0.2-beta.33
|
||||
|
||||
*2021-03-03*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix cascader-panel value can be falsy value (#1533)
|
||||
- Fix scss error (#1542)
|
||||
- Fix popper error cause by vue version update (#1556)
|
||||
- Fix col will always be hidden when responsive span is zero (#1532)
|
||||
- Fix empty svg render not normal in multiple tab-pane (#1534)
|
||||
- Fix layout gutter bug (#1537)
|
||||
- Fix select options watch flush post (#1513)
|
||||
- Fix select noMatchText error show (#1523)
|
||||
- Fix avatar need reset hasLoadError to false, if src changed (#1515)
|
||||
- Fix input remove invalid attrs after render (#1489)
|
||||
- Fix select emit blur event (#1504)
|
||||
- Fix table bug of invalid tooltipEffect prop (#1470)
|
||||
- Fix table column default rendering errors (#1433) …
|
||||
- Fix scrollbar update bar when window resize (#1456)
|
||||
- Fix autocomplete migration error (#1493)
|
||||
- Fix message-box miss overlay style when on demand import (#1494)
|
||||
|
||||
### 1.0.2-beta.32
|
||||
|
||||
*2021-01-31*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix switch cannot change width dynamically (#1435)
|
||||
- Fix PopConfirm translation error (#1450)
|
||||
- Fix date range picker input issue (#1439)
|
||||
@ -21,11 +72,13 @@
|
||||
- Fix upload list remove animation incorrect (#1379)
|
||||
|
||||
#### Features
|
||||
|
||||
- feat(carousel): add pause-on-hover prop (#1423)
|
||||
- feat(dropdown): add max-height prop of menu (#1436)
|
||||
- feat(progress): add default slot (#1426)
|
||||
|
||||
#### Chore updates
|
||||
|
||||
- docs: remove auto-complete of input and select (#1437)
|
||||
- css prefix (#1407)
|
||||
- docs(project): Update `importing on demand` section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
|
||||
|
@ -1,9 +1,60 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.34
|
||||
|
||||
*2021-03-12*
|
||||
|
||||
#### Bug fixes
|
||||
- Fix slider warning of modelValue (#1622)
|
||||
- Fix tree auto expand parent on set current key and node (#1502)
|
||||
- Fix avatar watch invalid when src is missing from props (#1615)
|
||||
- Fix select tag can't close if the option is disabled (#1605)
|
||||
- Fix table the bug that cannot watch data (#1612)
|
||||
- Fix cascader-panel no loaded nodes should not be checked (#1583)
|
||||
- Fix cascader prevent log error for before filter (#1582)
|
||||
- Fix some components miss install type (#1547)
|
||||
- Fix pagination current-page event error emit (#1575)
|
||||
- Fix select option migrate error (#1574)
|
||||
- Fix popover panel disappear when hover on panel (#1573)
|
||||
- Fix table fix #1572 (#1592)
|
||||
- Fix table fix #1591 (#1593)
|
||||
- Fix radio type order (#1554)
|
||||
- Fix time-picker replace test `it.only` with `it` in test (#1586)
|
||||
- Fix popper simplify mapEvents logic & add IEvents (#1541)
|
||||
- Fix pagination component layout prop bug (#1576)
|
||||
- Fix select disabled group not works (#1559)
|
||||
- Fix dropdown dropdown will expand when unexpected (#1569)
|
||||
- Fix table table column resize not work (#1567) …
|
||||
|
||||
### 1.0.2-beta.33
|
||||
|
||||
*2021-03-03*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix cascader-panel value can be falsy value (#1533)
|
||||
- Fix scss error (#1542)
|
||||
- Fix popper error cause by vue version update (#1556)
|
||||
- Fix col will always be hidden when responsive span is zero (#1532)
|
||||
- Fix empty svg render not normal in multiple tab-pane (#1534)
|
||||
- Fix layout gutter bug (#1537)
|
||||
- Fix select options watch flush post (#1513)
|
||||
- Fix select noMatchText error show (#1523)
|
||||
- Fix avatar need reset hasLoadError to false, if src changed (#1515)
|
||||
- Fix input remove invalid attrs after render (#1489)
|
||||
- Fix select emit blur event (#1504)
|
||||
- Fix table bug of invalid tooltipEffect prop (#1470)
|
||||
- Fix table column default rendering errors (#1433) …
|
||||
- Fix scrollbar update bar when window resize (#1456)
|
||||
- Fix autocomplete migration error (#1493)
|
||||
- Fix message-box miss overlay style when on demand import (#1494)
|
||||
|
||||
### 1.0.2-beta.32
|
||||
|
||||
*2021-01-31*
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Fix switch cannot change width dynamically (#1435)
|
||||
- Fix PopConfirm translation error (#1450)
|
||||
- Fix date range picker input issue (#1439)
|
||||
@ -21,11 +72,13 @@
|
||||
- Fix upload list remove animation incorrect (#1379)
|
||||
|
||||
#### Features
|
||||
|
||||
- feat(carousel): add pause-on-hover prop (#1423)
|
||||
- feat(dropdown): add max-height prop of menu (#1436)
|
||||
- feat(progress): add default slot (#1426)
|
||||
|
||||
#### Chore updates
|
||||
|
||||
- docs: remove auto-complete of input and select (#1437)
|
||||
- css prefix (#1407)
|
||||
- docs(project): Update `importing on demand` section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414)
|
||||
|
Loading…
Reference in New Issue
Block a user