|
@@ -1,5 +1,74 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.13.0
|
|
|
+
|
|
|
+*2019-11-26*
|
|
|
+
|
|
|
+#### New features
|
|
|
+
|
|
|
+- Popconfirm
|
|
|
+ - Add popconfirm component (#17548 by @iamkun)
|
|
|
+
|
|
|
+#### Bug fixes
|
|
|
+
|
|
|
+- BackTop
|
|
|
+ - Use cubic bezier scrolling (by @lon)
|
|
|
+- DatePicker
|
|
|
+ - Fix bug of only select min date of date range problem (#17191 by @smk0621)
|
|
|
+- Select
|
|
|
+ - Fix select test cases by (@msidolphin)
|
|
|
+- Tree
|
|
|
+ - Add font-size for the style of tree empty-text (#17094 by @spengjie)
|
|
|
+- Table
|
|
|
+ - Column header can be costumed (#17291 by @ziyoung)
|
|
|
+ - Update table header cell style (#17284 by @ziyoung)
|
|
|
+ - Fix table header height after filter (#17348 by @ziyoung)
|
|
|
+ - Fixed row-style with display not work (#17002 by @a631807682)
|
|
|
+ - Fix header table not display (#17341 by @ziyoung)
|
|
|
+- Calendar
|
|
|
+ - Import el-button and el-button-group (#17376 by @masongzhi)
|
|
|
+- MessageBox
|
|
|
+ - Fix icon position error (#17410 by @nullptru)
|
|
|
+- TimePicker
|
|
|
+ - Set the selection range after scrolling up or down (#16868 by @mattheyan)
|
|
|
+- Message
|
|
|
+ - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222)
|
|
|
+- Form
|
|
|
+ - Callback of validateField should be optional (#17314 by @CarterLi)
|
|
|
+- Cascader
|
|
|
+ - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi)
|
|
|
+- Menu
|
|
|
+ - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun)
|
|
|
+- Dropdown
|
|
|
+ - Update type file (#17550 by @iamkun)
|
|
|
+- Progress
|
|
|
+ - Add strokeLinecap prop (#17552 by @iamkun)
|
|
|
+- InfiniteScroll
|
|
|
+ - Skip trigger event on invisible element (#17553 by @iamkun)
|
|
|
+- Image
|
|
|
+ - Perfect picture preview behavior (#16985 by @luckyCao)
|
|
|
+ - Fix shield the page when preview big image (#16796 by @luckyCao)
|
|
|
+- Drawer
|
|
|
+ - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
|
|
|
+- Select
|
|
|
+ - Fix tag show value or empty issue (17199 by @luckyCao)
|
|
|
+- Scrollbar
|
|
|
+ - Fix FireFox scroll bar width (#18091 by @iamkun)
|
|
|
+
|
|
|
+#### Optimization
|
|
|
+
|
|
|
+- I18n
|
|
|
+ - Update sv-SE.js (#17926 by @FOLLGAD)
|
|
|
+ - Update avatar component fr doc (#17762 by @blombard)
|
|
|
+- Docs
|
|
|
+ - Fix time-select typo (#17250 by @wacky6)
|
|
|
+ - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu)
|
|
|
+ - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
|
|
|
+ - Fix Changelog typo (#17874 by @renlixin)
|
|
|
+ - Fix Loading demo (#17862 by @MBearo)
|
|
|
+ - Add input event in input Events Table (#18061 by @zhouxinyong)
|
|
|
+ - Delete Input repeat change event (#18085 by @zhouxinyong)
|
|
|
+
|
|
|
### 2.12.0
|
|
|
|
|
|
*2019-08-29*
|