|
1 | 1 | ## Changelog
|
2 | 2 |
|
3 |
| -## 2.9.1 |
| 3 | +### 2.10.1 |
| 4 | + |
| 5 | +#### Bug fixes |
| 6 | + |
| 7 | +- Table |
| 8 | + - Fix sort icon (#15439 by @bezany) |
| 9 | + - Fix layout breaks when append slot exists (#16332 by @ziyoung) |
| 10 | + - Fix showOverflowTooltip not reactive (#16295 by @a631807682) |
| 11 | + - Register scrollbar in filter-panel (#16246 by @ziyoung) |
| 12 | +- Chore |
| 13 | + - Fix 2.9 docs (#16233 by @ziyoung) |
| 14 | + - Fix index page theme intro english css style issue (#16254 by @iamkun) |
| 15 | + |
| 16 | +#### Optimization |
| 17 | + |
| 18 | +- Tag |
| 19 | + - Compatible with IE (#16334 by @ziyoung) |
| 20 | +- Chore |
| 21 | + - Update Dingtalk Group QR image (#16236 by @iamkun) |
| 22 | +- Doc |
| 23 | + - Update online theme roller doc (#16244 by @iamkun) |
| 24 | + |
| 25 | +### 2.10.0 |
| 26 | + |
| 27 | +*2019-06-25* |
| 28 | + |
| 29 | +#### New features |
| 30 | + |
| 31 | +- I18n |
| 32 | + - Added Uzbek language (#15796 by @ogabek96) |
| 33 | +- Calendar |
| 34 | + - Add first-day-of-week attribute (#16047 by @ziyoung) |
| 35 | +- Avatar |
| 36 | + - Add avatar component (#16144 by @luckyCao) |
| 37 | +- Upload: |
| 38 | + - Add capability to customize thumbnail template (#13192 by @victorzhuk) |
| 39 | + |
| 40 | +#### Bug fixes |
| 41 | + |
| 42 | +- Tree |
| 43 | + - Not highlight tree node when currentKey is null (#15668 by @yyjjqq94) |
| 44 | + - Fix issue #15538 caused by two Tree sharing the same data (#15615 by @VanMess) |
| 45 | +- Upload |
| 46 | + - Update the parameter `fileList` type (#15716 by @underfin) |
| 47 | +- Table |
| 48 | + - Fix loading icon not display (#15868 by @ziyoung) |
| 49 | + - Fix background color of complex table when hovering (#15504 by @cnlon) |
| 50 | + - Fix current-row-key and select event bug (#15983 by @ziyoung) |
| 51 | + - Height accepts more units (#16013 by @ziyoung) |
| 52 | + - Fix reserve-selection not work (#16135 by @ziyoung) |
| 53 | +- Docs |
| 54 | + - Fix Divider attribute type in zh-cn (#15889 by @haoranyu) |
| 55 | +- Menu |
| 56 | + - Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen) |
| 57 | +- Select |
| 58 | + - Fix initialInputHeight (#15989 by @yyjjqq94) |
| 59 | + - Fix default-first-option behavior when typing Chinese (#15431 by @VanMess) |
| 60 | + - fix double import problem (#16215 by @lengband) |
| 61 | +- Message |
| 62 | + - Add type def for offset option (#16027 by @matjaz) |
| 63 | +- Timeline |
| 64 | + - Fix reverse broken (#16091 by @ziyoung) |
| 65 | +- Slider |
| 66 | + - Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess) |
| 67 | +- InfiniteScroll |
| 68 | + - Update package name (#16125 by @iamkun) |
| 69 | +- MessageBox |
| 70 | + - Fix distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue) |
| 71 | +- PopupManager |
| 72 | + - Fix z-index cannot be rewritten at first using (#15738 by @luckyCao) |
| 73 | +- Docs |
| 74 | + - Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr) |
| 75 | +- Chore |
| 76 | + - Update test api host (#15807 by @iamkun) |
| 77 | + |
| 78 | +#### Optimization |
| 79 | + |
| 80 | +- Tree |
| 81 | + - Modify loop conditions to improve performance (#15699 by @KingJeason) |
| 82 | +- Theme |
| 83 | + - Refine GA track & Update footer link forward to online theme roller (#16007 by @island205) |
| 84 | +- Badge |
| 85 | + - Update badge prop check (#16198 by @iamkun) |
| 86 | +- Avatar |
| 87 | + - Update theme config var (#16202 by @luckyCao) |
| 88 | +- I18n |
| 89 | + - Update pt-br.js (#15776 by @gigioSouza) |
| 90 | + - Update Farsi translation (#15881 by @pamenary) |
| 91 | +- Docs |
| 92 | + - Add missing components in quickstart (#16063 by @pape2016) |
| 93 | + - Update french translation (#16208 by @blombard) |
| 94 | + - Add description $slots.default (#15444 by @Alexeykhr) |
| 95 | + - Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310) |
| 96 | + - Fix spelling mistakes in fr (#15837 by @blombard) |
| 97 | + - Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310) |
| 98 | + |
| 99 | +#### Breaking changes |
| 100 | + |
| 101 | +- Form |
| 102 | + - Remove success status (#16159 by @ziyoung) |
| 103 | + |
| 104 | +### 2.9.2 |
| 105 | + |
| 106 | +*2019-06-21* |
| 107 | + |
| 108 | +#### Bug fixes |
| 109 | + |
| 110 | +- Chore |
| 111 | + - Fix TS definitions file (#15805 by @NateScarlet) |
| 112 | + |
| 113 | +### 2.9.1 |
4 | 114 |
|
5 | 115 | *2019-05-30*
|
6 | 116 |
|
|
32 | 142 | - PageHeader
|
33 | 143 | - Add PageHeader component (#15714 by @ziyoung)
|
34 | 144 | - InfiniteScroll
|
35 |
| - - Add InfiniteScroll directive (#15567 by @iamkun) |
| 145 | + - Add InfiniteScroll directive (#15567 by @iamkun) |
36 | 146 | - Cascader
|
37 | 147 | - Add multiple mode and filter-method (#15611 by @SimonaliaChen)
|
38 | 148 | - Message
|
|
46 | 156 | - Image
|
47 | 157 | - Add support for transmit attrs and listeners (#15578 by @VanMess)
|
48 | 158 | - Theme
|
49 |
| - - Add popup background (#15412 by @iamkun) |
| 159 | + - Add popup background (#15412 by @iamkun) |
50 | 160 | - Chore
|
51 | 161 | - Update new 2.9.0 index page (#15682 by @iamkun)
|
52 | 162 |
|
|
57 | 167 | - Image
|
58 | 168 | - Fix ssr and object-fit compatibility (#15346 by @SimonaliaChen)
|
59 | 169 | - Input
|
60 |
| - - Fix show-word-count style in el-form (#15359 by @lvjiaxuan) |
| 170 | + - Fix show-word-count style in el-form (#15359 by @lvjiaxuan) |
61 | 171 | - Fix clear icon is not centered (#15354 by @YiiGuxing)
|
62 | 172 | - Calendar
|
63 | 173 | - Fix not correct day of week when the day is Sunday (#15399 by @qingdengyue)
|
|
73 | 183 | - Fix custom tabindex not work (#15619 by @SimonaliaChen )
|
74 | 184 | - Link
|
75 | 185 | - Fix link icon style class (#15752 by @iamkun)
|
76 |
| -- Select |
| 186 | +- Select |
77 | 187 | - Revert set value to null when cleared (#15447 by @iamkun)
|
78 | 188 | - Loading
|
79 | 189 | - Fix dom not change when loading state change quickly (#15123 by @FAKER-A)
|
|
102 | 212 | - Rename variable in docs (#15185 by @liupl)
|
103 | 213 | - Fix image attribute type and default value (#15423 by @haoranyu)
|
104 | 214 | - Fix form doc bug (#15228 by @SHERlocked93)
|
105 |
| - |
| 215 | + |
106 | 216 | ### 2.8.2
|
107 | 217 |
|
108 | 218 | *2019-04-25*
|
|
177 | 287 | - Fix label style (#14969 by @ziyoung)
|
178 | 288 | - Required FormItem displays asterisk when label is auto (#15144 by @ziyoung)
|
179 | 289 | - Pagination
|
180 |
| - - Fix slot not updated (#14711 by @lucyhao) |
| 290 | + - Fix slot not updated (#14711 by @lucyhao) |
181 | 291 | - Table
|
182 | 292 | - Fix load bug in lazy mode (#15101 by @ziyoung)
|
183 | 293 | - Fix cell width when colspan is grater than 1 (#15196 by @ziyoung)
|
|
245 | 355 |
|
246 | 356 | - Form
|
247 | 357 | - Fix auto `label-width` style (#14955 by @ziyoung)
|
248 |
| - |
| 358 | + |
249 | 359 | #### Optimization
|
250 | 360 | - Docs
|
251 | 361 | - Fix doc img link error (#14957 by @iamkun)
|
|
268 | 378 | - Background color can be configured (#14939 by @ziyoung)
|
269 | 379 | - Form
|
270 | 380 | - `label-width` supports auto width (#14944 by @ziyoung)
|
271 |
| - |
| 381 | + |
272 | 382 | #### Optimization
|
273 | 383 | - Docs
|
274 | 384 | - Update Spanish docs (#14913 by @Gonzalo2310)
|
|
413 | 523 | - Optimize code (by @KAionro in #14413)
|
414 | 524 | - Docs
|
415 | 525 | - Add more detail about how to run play mode for contribution (by @island205 in #14355)
|
416 |
| - - Warn input as a controlled component. (by @wacky6 in #14463) |
| 526 | + - Warn input as a controlled component (by @wacky6 in #14463) |
417 | 527 | - Update Table doc (by @luguokong in #14329)
|
418 | 528 | - Update input doc (by @iamkun in #14437)
|
419 | 529 | - Update custom-theme docs (by @wangguohao in #14297)
|
|
440 | 550 | - Tree
|
441 | 551 | - Empty-text tips are different from tables (by @ColinCll in #14331)
|
442 | 552 | - Docs
|
443 |
| - - Fix DatetimePicker format doc error (by @iamkun in #14290) |
| 553 | + - Fix DatetimePicker format doc error (by @iamkun in #14290) |
444 | 554 | - Spelling issue in datepicker documentation (by @helmut in #14481)
|
445 | 555 | - Fix pagination doc style (by @liuchuzhang in #14451)
|
446 | 556 |
|
|
484 | 594 | - Build:
|
485 | 595 | - Delete unremoved comments in umd module `lib/index.js` (by @island205 in #14233)
|
486 | 596 | - Fix export error fired in commonjs module used in nuxt.js (by @island205 in #14232)
|
487 |
| - - Fix 2.5.1 build issues (by @iamkun in #14228) |
| 597 | + - Fix 2.5.1 build issues (by @iamkun in #14228) |
488 | 598 |
|
489 | 599 | ### 2.5.1
|
490 | 600 |
|
|
515 | 625 | #### Optimization
|
516 | 626 | - Upgrade to webpack@4 (by @jikkai in #14173)
|
517 | 627 | - Input
|
518 |
| - - Simplify implementation, follow one-way data flow. Fix several related bugs. (by @wacky6 in #13471) |
| 628 | + - Simplify implementation, follow one-way data flow. Fix several related bugs (by @wacky6 in #13471) |
519 | 629 | - Update Axure file,add new components (by @ziyoung in #13773)
|
520 | 630 |
|
521 | 631 | #### Bug fixes
|
|
609 | 719 |
|
610 | 720 | *2018-10-26*
|
611 | 721 |
|
612 |
| -- The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster) |
| 722 | +- The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster) |
613 | 723 | - Added type attribute for Badge, #12991
|
614 | 724 | - Users can use scoped-slot to customize table column header #13012 (by @ivanseidel)
|
615 | 725 | - Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU)
|
|
0 commit comments