|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### 2.13.0 |
| 4 | + |
| 5 | +*2019-11-26* |
| 6 | + |
| 7 | +#### New features |
| 8 | + |
| 9 | +- Popconfirm |
| 10 | + - Add popconfirm component (#17548 by @iamkun) |
| 11 | + |
| 12 | +#### Bug fixes |
| 13 | + |
| 14 | +- BackTop |
| 15 | + - Use cubic bezier scrolling (by @lon) |
| 16 | +- DatePicker |
| 17 | + - Fix bug of only select min date of date range problem (#17191 by @smk0621) |
| 18 | +- Select |
| 19 | + - Fix select test cases by (@msidolphin) |
| 20 | +- Tree |
| 21 | + - Add font-size for the style of tree empty-text (#17094 by @spengjie) |
| 22 | +- Table |
| 23 | + - Column header can be costumed (#17291 by @ziyoung) |
| 24 | + - Update table header cell style (#17284 by @ziyoung) |
| 25 | + - Fix table header height after filter (#17348 by @ziyoung) |
| 26 | + - Fixed row-style with display not work (#17002 by @a631807682) |
| 27 | + - Fix header table not display (#17341 by @ziyoung) |
| 28 | +- Calendar |
| 29 | + - Import el-button and el-button-group (#17376 by @masongzhi) |
| 30 | +- MessageBox |
| 31 | + - Fix icon position error (#17410 by @nullptru) |
| 32 | +- TimePicker |
| 33 | + - Set the selection range after scrolling up or down (#16868 by @mattheyan) |
| 34 | +- Message |
| 35 | + - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222) |
| 36 | +- Form |
| 37 | + - Callback of validateField should be optional (#17314 by @CarterLi) |
| 38 | +- Cascader |
| 39 | + - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi) |
| 40 | +- Menu |
| 41 | + - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun) |
| 42 | +- Dropdown |
| 43 | + - Update type file (#17550 by @iamkun) |
| 44 | +- Progress |
| 45 | + - Add strokeLinecap prop (#17552 by @iamkun) |
| 46 | +- InfiniteScroll |
| 47 | + - Skip trigger event on invisible element (#17553 by @iamkun) |
| 48 | +- Image |
| 49 | + - Perfect picture preview behavior (#16985 by @luckyCao) |
| 50 | + - Fix shield the page when preview big image (#16796 by @luckyCao) |
| 51 | +- Drawer |
| 52 | + - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu) |
| 53 | +- Select |
| 54 | + - Fix tag show value or empty issue (17199 by @luckyCao) |
| 55 | +- Scrollbar |
| 56 | + - Fix FireFox scroll bar width (#18091 by @iamkun) |
| 57 | + |
| 58 | +#### Optimization |
| 59 | + |
| 60 | +- I18n |
| 61 | + - Update sv-SE.js (#17926 by @FOLLGAD) |
| 62 | + - Update avatar component fr doc (#17762 by @blombard) |
| 63 | +- Docs |
| 64 | + - Fix time-select typo (#17250 by @wacky6) |
| 65 | + - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu) |
| 66 | + - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310) |
| 67 | + - Fix Changelog typo (#17874 by @renlixin) |
| 68 | + - Fix Loading demo (#17862 by @MBearo) |
| 69 | + - Add input event in input Events Table (#18061 by @zhouxinyong) |
| 70 | + - Delete Input repeat change event (#18085 by @zhouxinyong) |
| 71 | + |
3 | 72 | ### 2.12.0
|
4 | 73 |
|
5 | 74 | *2019-08-29*
|
|
0 commit comments