|
1 | 1 | ## Changelog
|
| 2 | + |
| 3 | +### 2.0.2 |
| 4 | + |
| 5 | +_2022-02-14_ |
| 6 | + |
| 7 | +#### Features |
| 8 | + |
| 9 | +- Switch to lodash-unified (#5734 by @sxzz) |
| 10 | +- Components [el-table] support tableLayout (#5860 by @msidolphin) |
| 11 | +- Tabpane name support number type (#5915 by @xiaoxian521) |
| 12 | +- Dev support multi-entry (#5945 by @sxzz) |
| 13 | +- Export all locale (#5943 by @sxzz) |
| 14 | +- Components [el-time-picker] add visibleChange event (#5704 by @weidehai) |
| 15 | +- Add `defineOptions` for `script-setup` (#5932 by @sxzz) |
| 16 | +- Support jsx, closes #5708 (#5947 by @sxzz) |
| 17 | +- Components [el-table] `maxHeight` support more units (#5904 by @msidolphin) |
| 18 | +- Components [el-image] support append preview to body (#5883 by @msidolphin) |
| 19 | +- Components [el-select] add effect and close #5956 (#5976 by @BeADre) |
| 20 | +- Play file doesn't exist jump to App (#5985 by @btea) |
| 21 | +- Components [el-pagination] support custom button background color (#6012 by @DarkHighness) |
| 22 | +- Add support for malagay language (#6019 by @mrzdevcore) |
| 23 | + |
| 24 | +#### Bug fixes |
| 25 | + |
| 26 | +- Hooks [use-namespace] cannot be used in nested hooks (#5795 by @buqiyuan) |
| 27 | +- Compnents [el-input-number] cannot read properties of null (reading 'setAttribute') #5691 |
| 28 | +- Components [el-dropdown] use custom attributes for dropdown items (#5779 by @mawi1512) |
| 29 | +- Components [el-table] group header not supported fixed column (#5873 by @msidolphin) |
| 30 | +- Components [el-popover] update popperInstance when props change (#5835 by @QuXiaoMing) |
| 31 | +- Only enable preserveSymlinks on build (#5877 by @sxzz) |
| 32 | +- Utils undefined when omiting prop default (#5868 by @sxzz) |
| 33 | +- Docs [pagination] example bugfix according to new usage (#5833 by @ioslh) |
| 34 | +- Utils-v2 add Function type to iconPropType (#5890 by @xiaoxian521) |
| 35 | +- Components [el-slider] sync manually updated value (#5876 by @msidolphin) |
| 36 | +- Docs algolia searching (#5926 by @JeremyWuuuuu) |
| 37 | +- Value does not exist, warning appears (#5906 by @xiaoxian521) |
| 38 | +- Components [dialog] fix dialog not fill full screen after drag (#5875 by @buqiyuan) |
| 39 | +- Hooks `namespace.is` default state (#5941 by @sxzz) |
| 40 | +- Components [el-popconfirm] fix onConfirm and onCancel type bug (#5948 by @virgosoy) |
| 41 | +- Components [select] define nsInput & rename ns to nsSelect (#5953 by @buqiyuan) |
| 42 | +- Components [el-time-picker] border overlap in hover state (#5950 by @msidolphin) |
| 43 | +- Components [el-select] (#5952 by @JacBian) |
| 44 | +- Components [select] change the tagType and style default value (#5884 by @btea) |
| 45 | +- Components [el-menu] collapse menu active color (#5735 by @adaex) |
| 46 | +- [el-select-v2] avoid remove new option when reserve-keyword is true (#5912 by @msidolphin) |
| 47 | +- Delete alteredCollapse in menu (#5889 by @xiaoxian521) |
| 48 | +- Components [el-table] avoid scrollbar not display (#5920 by @msidolphin) |
| 49 | +- Play fix tsconfig types path (#5965 by @btea) |
| 50 | +- Replenish popover missing types (#5958 by @xiaoxian521) |
| 51 | +- Namespace typo (#5972 by @msidolphin) |
| 52 | +- Utils restore scrollIntoView method (#5973 by @JeremyWuuuuu) |
| 53 | +- El-tree isLeaf type is string (#5954 by @xiaoxian521) |
| 54 | +- Components fix [el-select] infinite bounce (#5977 by @eriksyuan) |
| 55 | +- Delete offset in usePopoverProps (#5980 by @xiaoxian521) |
| 56 | +- Add offset in usePopoverProps (#5982 by @xiaoxian521) |
| 57 | +- Components [el-select] tag default theme (#5983 by @JeremyWuuuuu) |
| 58 | +- Components [el-popper] effect prop validation error (#5978 by @JeremyWuuuuu) |
| 59 | +- Components style error when component import order is unknown (#5938 by @emojiiii) |
| 60 | + |
| 61 | +#### Refactors |
| 62 | + |
| 63 | +- Components [collapse-transition] use useNamespace (#5716 by @buqiyuan) |
| 64 | +- Components [color-picker] use useNamespace (#5718 by @buqiyuan) |
| 65 | +- Components [page-header] use useNamespace (#5724 by @buqiyuan) |
| 66 | +- Components [overlay] use useNamespace (#5723 by @buqiyuan) |
| 67 | +- Components [teleport] use useNamespace (#5751 by @buqiyuan) |
| 68 | +- Components [notification] use useNamespace (#5722 by @buqiyuan) |
| 69 | +- Add transition namespace (#5829 by @sxzz) |
| 70 | +- Components [col] use useNamespace (#5714 by @buqiyuan) |
| 71 | +- Components [progress] use useNamespace (#5729 by @buqiyuan) |
| 72 | +- Components [collapse,collapse-item] use useNamespace (#5715 by @buqiyuan) |
| 73 | +- Components [popconfirm] use useNamespace (#5726 by @buqiyuan) |
| 74 | +- Components [message] use useNamespace (#5720 by @buqiyuan) |
| 75 | +- Components [dialog] use useNamespace (#5761 by @buqiyuan) |
| 76 | +- Components [space] use useNamespace (#5749 by @buqiyuan) |
| 77 | +- Hooks refactor popup manager to useZIndex (#5701 by @sxzz) |
| 78 | +- Utils-v2 refactor utils (#5699 by @sxzz) |
| 79 | +- Components [upload] use useNamespace (#5758 by @buqiyuan) |
| 80 | +- Components [tree-v2] use useNamespace (#5757 by @buqiyuan) |
| 81 | +- Components [transfer] use useNamespace (#5753 by @buqiyuan) |
| 82 | +- Components [tooltip] use useNamespace (#5752 by @buqiyuan) |
| 83 | +- Components [select-v2] use useNamespace (#5738 by @buqiyuan) |
| 84 | +- Components [slider] use useNamespace (#5743 by @buqiyuan) |
| 85 | +- Components [tree] use useNamespace (#5754 by @buqiyuan) |
| 86 | +- Components [select] use useNamespace (#5733 by @buqiyuan) |
| 87 | +- Components [popper] use useNamespace (#5728 by @buqiyuan) |
| 88 | +- Components [steps] use useNamespace (#5944 by @buqiyuan) |
| 89 | +- Components [pagination] use useNamespace (#5725 by @buqiyuan) |
| 90 | +- Components [dropdown,dropdown-item,dropdown-menu] use useNamespace (#5719 by @buqiyuan) |
| 91 | +- Utils migrate utils (#5949 by @sxzz) |
| 92 | +- Fix buildProps (#5936 by @sxzz) |
| 93 | +- Components [popover] use useNamespace (#5727 by @buqiyuan) |
| 94 | +- Components refactor button (#5933 by @sxzz) |
| 95 | +- Components [radio,radio-button,radio-group] use useNamespace (#5731 by @buqiyuan) |
| 96 | +- Utils improve escapeStringRegexp (#6013 by @sxzz) |
| 97 | +- Components refactor icon (#5934 by @sxzz) |
| 98 | +- Fix select-v2 placeholder's size wrong (#5989 by @xiaoxian521) |
2 | 99 |
|
3 | 100 | ### 2.0.1
|
4 | 101 |
|
|
0 commit comments