UNPKG

72.1 kBMarkdownView Raw
1## Changelog
2
3### 2.15.9
4
5*2022-06-02*
6
7#### Bug fixes
8
9- Table
10 - Fix Tabl-header shake bug (#21863 by @bofeng)
11 - Fix when partial import show `el-checkbox not imported` error (#21828 by @bobohuochai)
12- FormItem
13 - Fix change rules verification not reset bug (#21892 by @bofeng)
14- Cascader
15 - Fix change options unexpect error (#21759 by @louiebb)
16- Docs
17 - Fix Popover docs (#21843 by @lod61)
18 - Fix Calendar docs (#21814 by @GoJam11)
19 - Fix TimePicker docs (#21803 by @Alanscut)
20 - Fix DatePicker docs (#21877 by @Nirvanaiu)
21- 其他
22 - Fix codepen display bug (#21863 by @bofeng)
23
24#### Optimization
25
26- I18n
27 - Add translation of Swahili (#21895 by @quilltouch)
28- Chore
29 - Use launch-editor-middleware in dev environment (#21633 by @polemices)
30- DatePicker & Cascader
31 - Optimize the dropdown animation direction (#21806 by @XivLaw)
32- Tooltip
33 - Optimize `getFirstElement` code (#21886 by @zhankang)
34- Input
35 - Optimize scss code (#21558 by @cheese-git)
36
37### 2.15.8
38
39*2022-04-12*
40
41#### Bug fixes
42
43- Drawer
44 - Fix appendToBody failure problem (#21264 by @cs1707)
45- Switch
46 - Fix toggling value problem(#19473 by @EdwinBetanc0urt)
47- Docs
48 - Fix input docs (#21723 by @justforuse)
49 - Fix DatePicker docs (#21663 by @justforuse)
50 - Fix Skeleton docs (#21601 by @yanwydxf)
51- Others
52 - Fix vue version (#21736 by @ckvv)
53
54#### Optimization
55
56- I18n
57 - add translation of Azerbaijani (#21012 by @ricardotondello)
58 - update translation of Slovenian (#21729 by @patik123)
59 - update translation of Slovak (#21711 by @sjaustirni )
60 - add translation of Icelandic (#21709 by @aronhr)
61 - add translation of Bengali (#21485 by @llwwtt)
62
63#### Others
64
65- Due to compatibility considerations, the PR on node-sass (#21019 by @linxsbox) of 2.15.7 release has been withdrawn and will be published in an appropriate version after re-evaluation.
66
67### 2.15.7
68
69*2021-11-18*
70
71#### Bug fixes
72
73- Select
74 - fix click icon triggering dropdown (#21314 by @dennyak47)
75 - fix keydown event when composition (#21336 by @bchen1029)
76- Badge
77 - fix type class when is-dot (#21308 by @adaex)
78- Form
79 - validate method reject error info (#21374 by @cs1707)
80- Table
81 - fix resizeObserver loop limit exceeded (#21255 by @tomieric)
82 - fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
83 - optimize performance (#21330 by @cs1707)
84- Button
85 - fix disabled priority (#21375 by @cs1707)
86- Descriptions
87 - fix label slot bug (#21462 by @cs1707)
88- SASS
89 - replace node-sass with dart-sass (#21019 by @linxsbox)
90- Docs
91 - fix skeleton typos (#21408 by @zhhbstudio)
92
93### 2.15.6
94
95*2021-09-02*
96
97#### Bug fixes
98
99- Cascader
100 - fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
101 - optimize performance (#21231 by @cs1707)
102- Select
103 - fix long text overflow in multiple mode (#21237 by @cs1707)
104- Dropdown
105 - add disabled property (#21235 by @mshioda)
106- Radio
107 - fix checked state when browser go back (#21250 by @cs1707)
108- Descriptions
109 - fix type declaration (#21265 by @adaex)
110 - avoid table style conflict (#21254 by @adaex)
111- Drawer
112 - fix append to body (#21264 by @cs1707)
113- Local
114 - fix italian mistake (#21012 by @ricardotondello)
115
116### 2.15.5
117
118*2021-08-04*
119
120#### Bug fixes
121
122- Select
123 - fix resetInputHeight (#21201 by @cs1707)
124
125### 2.15.4
126
127*2021-08-03*
128
129#### New features
130
131- Descriptions
132 - add description component (#21129 by @cs1707)
133- Result
134 - add result component (#21171 by @cs1707)
135
136#### Bug fixes
137
138- Utils
139 - fix isScroll (#21098 by @canvascat)
140- Translation
141 - update it.js (#21133 by @bliberi)
142- RadioGroup
143 - fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
144- Message
145 - fix message[type] (#21088 by @cs1707)
146- Carousel
147 - reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
148- Cascader
149 - fix emitPath (#21185 by @cs1707)
150- Select
151 - fix select filterable bug (#17494 by @profore)
152 - fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
153- Tree
154 - fix insertChild (#21194 by @cs1707)
155
156### 2.15.3
157
158*2021-06-29*
159
160#### New features
161
162- Skeleton
163 - add skeleton component (#21038 by @cs1707)
164- Empty
165 - add empty component (#21080 by @cs1707)
166
167#### Bug fixes
168
169- Local
170 - fix week translations for hr locale (#21040 by @cs1707)
171- Table
172 - fix lazy load data (#21041 by @cs1707)
173- Docs
174 - fix form hide-required-asterisk description (#21045 by @cs1707)
175- Drawer:
176 - fix destroy (#20715 by @zj9495)
177- Row
178 - fix align top (#20963 by @cs1707)
179- Select
180 - fix the bug when the value is Boolean (#21052 by @cs1707)
181- Calendar
182 - fix first-day-of-week (#21057 by @cs1707)
183- Utils
184 - fix isScroll (#21065 by @cs1707)
185 - fix(utils.dom by @fw6)
186- TypeScript
187 - add CascaderPanel export type (#21070 by @qige2016)
188 - add spinner.d.ts (#21090 by @qige2016)
189
190### 2.15.2
191
192*2021-05-28*
193
194#### Bug fixes
195
196- Image
197 - fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
198- Input
199 - fix show password cursor (#20870 by @cs1707)
200 - fix show password icon in edge (#20902 by @cs1707)
201- Carousel
202 - fix interval and scale bug (#20931 by @cs1707)
203- Cascader
204 - fix delete tag bug (#20939 by @cs1707)
205- Drawer
206 - add overflow auto (#20948 by @cs1707)
207- Others
208 - fix isFunction (#20912 by @cs1707)
209
210### 2.15.1
211
212*2021-02-23*
213
214#### Bug fixes
215
216- Drawer
217 - bugfix (by @cs1707)
218- Image
219 - fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
220- Cascader
221 - fix cascader panel active path (#20730 by @cs1707)
222- Calendar
223 - fix calendar component i18n bug (#20758 by @iamkun)
224- ColorPicker
225 - fix bugs (by @UxieVerity)
226
227#### Optimization
228
229- Doc
230 - update Axure resource v2.1.0 (by @iamkun)
231
232### 2.15.0
233
234*2021-01-15*
235
236#### Bug fixes
237
238- Select
239 - Fix placeholder i18n bug (#17644 by @nzh63)
240- Popconfirm
241 - Popconfirm i18n bug by @iamkun)
242- Drawer
243 - Fix focus bug (#20626 by @cs1707)
244- Image
245 - Preview optimization (#20652 by @cs1707)
246
247#### Optimization
248
249- Doc
250 - Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
251 - Add format attribute description to the progress component (#20641 by @cs1707)
252
253### 2.14.1
254
255*2020-11-11*
256
257#### Bug fixes
258
259- Popover
260 - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)
261
262#### Optimization
263
264- I18n
265 - Update Arabic translation (#20202 by @elkattan)
266 - Update Uighur translation (#20177 by @IlhamTahir)
267
268### 2.14.0
269
270*2020-10-29*
271
272#### Breaking changes
273
274- Popconfirm
275 - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)
276
277#### Bug fixes
278
279- Progress
280 - Fix attribute error (#19985 by @Caaalabash)
281
282#### Optimization
283
284- I18n
285 - Update Russian translation (#19451 by @yangirov)
286 - Update Khmer translation (#20077 by @Sovai)
287 - Update Ukrainian translation (#20344 by @MammutAlex)
288
289### 2.13.2
290
291*2020-05-18*
292
293#### Bug fixes
294
295- Autocomplete
296 - Fix change event bug (#19200 by @sxzz)
297- Image
298 - Update error status (#19194 by @lhx6538665)
299
300#### Optimization
301
302- I18n
303 - Update ru-RU popconfirm translation (#19220 by @Opppex)
304 - Update vi translation (#19244 by @quangln2810)
305 - Update Catalan and Spanish translations (#19296 by @Ismaaa)
306 - Update Indonesia translation (#19320) by @therour)
307 - Update Brazilian Portuguese translation (#19374 by @diegomengarda)
308
309### 2.13.1
310
311*2020-04-13*
312
313#### New features
314- Autocomplete
315 - Add change event (#17913 by @sxzz)
316
317#### Bug fixes
318
319- Autocomplete
320 - Fix suggestion error when textarea (#18478 by @Roojay)
321- Carousel
322 - Fix console typo bug (#18264 by @IceFox)
323- Image
324 - Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
325 - Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
326 - Don't show image-viewer when preview is false (#18967 by @inooNgt)
327- Transfer
328 - Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
329- InputNumber
330 - Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
331- Chore
332 - Remove index intro (#19155 by @iamkun)
333- Doc
334 - Popconfirm doc update (#18324 by @iamkun)
335 - Fix step-strictly docs typo (#18705 by @dream2023)
336 - Fix a type error in document of steps component (#17555 by @haoranyu)
337
338### 2.13.0
339
340*2019-11-26*
341
342#### New features
343
344- Popconfirm
345 - Add popconfirm component (#17548 by @iamkun)
346
347#### Bug fixes
348
349- BackTop
350 - Use cubic bezier scrolling (by @lon)
351- DatePicker
352 - Fix bug of only select min date of date range problem (#17191 by @smk0621)
353- Select
354 - Fix select test cases by (@msidolphin)
355- Tree
356 - Add font-size for the style of tree empty-text (#17094 by @spengjie)
357- Table
358 - Column header can be costumed (#17291 by @ziyoung)
359 - Update table header cell style (#17284 by @ziyoung)
360 - Fix table header height after filter (#17348 by @ziyoung)
361 - Fixed row-style with display not work (#17002 by @a631807682)
362 - Fix header table not display (#17341 by @ziyoung)
363- Calendar
364 - Import el-button and el-button-group (#17376 by @masongzhi)
365- MessageBox
366 - Fix icon position error (#17410 by @nullptru)
367- TimePicker
368 - Set the selection range after scrolling up or down (#16868 by @mattheyan)
369- Message
370 - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222)
371- Form
372 - Callback of validateField should be optional (#17314 by @CarterLi)
373- Cascader
374 - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi)
375- Menu
376 - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun)
377- Dropdown
378 - Update type file (#17550 by @iamkun)
379- Progress
380 - Add strokeLinecap prop (#17552 by @iamkun)
381- InfiniteScroll
382 - Skip trigger event on invisible element (#17553 by @iamkun)
383- Image
384 - Perfect picture preview behavior (#16985 by @luckyCao)
385 - Fix shield the page when preview big image (#16796 by @luckyCao)
386- Drawer
387 - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
388- Select
389 - Fix tag show value or empty issue (17199 by @luckyCao)
390- Scrollbar
391 - Fix FireFox scroll bar width (#18091 by @iamkun)
392
393#### Optimization
394
395- I18n
396 - Update sv-SE.js (#17926 by @FOLLGAD)
397 - Update avatar component fr doc (#17762 by @blombard)
398- Docs
399 - Fix time-select typo (#17250 by @wacky6)
400 - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu)
401 - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
402 - Fix Changelog typo (#17874 by @renlixin)
403 - Fix Loading demo (#17862 by @MBearo)
404 - Add input event in input Events Table (#18061 by @zhouxinyong)
405 - Delete Input repeat change event (#18085 by @zhouxinyong)
406
407### 2.12.0
408
409*2019-08-29*
410
411#### New features
412
413- Popover
414 - Add close-delay prop (#16671 by @LachlanStuart)
415- Theme
416 - Add Chrome Extension: Element Theme Extension (#16686 by @iamkun)
417- Icon
418 - Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)
419
420#### Bug fixes
421
422- Carousel
423 - Fix onChange emit value (#16705 by @iamkun)
424- Notification
425 - Fix modifying incoming option object (#16704 by @iamkun)
426- DatePicker
427 - Add className for picker option (#16632 by @iamkun)
428- DateTimePicker
429 - Fix time-spinner not scroll to right position (#16854 by @jesse-li)
430- Table
431 - Prevent click handler after drag (#16850 by @ziyoung)
432 - Fix chrome crash when set thead css display to none (#16956 by @luckyCao)
433 - Fix wrong empty block height (#16861 by @ziyoung)
434 - Not throw error when calling toggleExpansion (#16304 by @yyjjqq94)
435 - Not trigger sort-change event when mounted (#17113 by @a631807682)
436 - Fix setCurrentRow unable to clear highlight row (#16879 by @ziyoung)
437 - Fix expand-row-keys not work when data is loaded asynchronously (#16899 by @ziyoung)
438 - set toggleAllSelection as instance property (#17137 by @ziyoung)
439- Tree
440 - Fix distance between label and checkbox (#16799 by @Hazlank)
441- Tabs
442 - Fix incorrect TabItem's position (#16520 by @victorting)
443 - Fix activated tab is out of visual range bug (#17033 by @nullptru)
444- Calendar
445 - Fix weekdays i18n issue (#16772 by @ubitoffee)
446 - fix locale error (#17208 by @iamkun)
447- Cascader
448 - Fix CascaderPanel display error (#16716 by @zhangHongEn)
449 - Fix disable status and close button issue (#16224 by @yyjjqq94)
450- Input
451 - Fix Korean composition event (#15069 by @MoonHyuk)
452 - Fix click event of clear button not trigger when using v-loading (#16576 by @a631807682)
453- Select
454 - Not toggle dropdown when filtering (#17205 by @luckyCao)
455- Transfer
456 - Fix style error (#17206 by @iamkun)
457- Dialog
458 - update sass var (#16365 by @haoranyu)
459- RadioGroup
460 - Not produce invalid HTML in table if "is" attribute is specify (#17070 by @nullptru)
461- Divider
462 - Support custom classes (#17078 by @island205)
463
464#### Optimization
465
466- Checkbox
467 - Improve screen reader experience (#16575 by @tylertrotter)
468- Docs
469 - Update changelog (#16773 by @SimonaliaChen)
470 - Update contributing guide (#14800 by @sinchang)
471 - Fix typo in Drawer docs (#16848 by @winkay)
472 - Update custom theme (#16983 by @iamkun)
473 - Add Esperanto translation (#16955 by @maxkoryukov)
474 - Update input-number document about change event (#16316 by @luckyCao)
475 - Update spanish doc 2.11.1 (#16961 by @Gonzalo2310)
476- I18n
477 - Remove translation of 'year' in catalan language as in the other languages (#14722 by @oscaralbareda)
478 - Update spanish changelog 2.10.0 and 2.10.1 (#16548 by @Gonzalo2310)
479 - Update ar.js (#16653 by @l3op)
480- Test
481 - Correct spelling error (#16672 by @boomler)
482 - Refactor unit test to use data-uri (#16847 by @a631807682)
483- Types
484 - Fix httprequest type (#16633 by @luckyCao)
485
486### 2.11.1
487
488*2019-07-26*
489
490#### Bug fixes
491
492- Image
493 - Fix Image component SSR compatibility (#16737 by @luckyCao)
494- Chore
495 - Update dart-sass compatibility (#16744 by @LewisChennnnn)
496
497### 2.11.0
498
499*2019-07-25*
500
501#### New features
502
503- Drawer
504 - Add drawer component (#16577 by @JeremyWuuuuu)
505
506#### Bug fixes
507
508- Checkbox
509 - Enhance css selector (#16006 by @Hazlank)
510- Tree
511 - Make el-tree generic (#15934 by @JeremyWuuuuu)
512 - Set isCurrent prop to False (#15870 by @kkkisme)
513- Dropdown
514 - Fix split-button caret default color (#15931 by @JuniorTour)
515- Cascader
516 - Fix level 1 children is empty update problem (#16399 by @luckyCao)
517 - Add sets default values when lazy is true (#16420 by @luckyCao)
518 - Fix display errors when node value is duplicate (#15935 by @junyiz)
519 - Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
520- Calendar
521 - Display correct header when range is specified (#16354 by @ziyoung)
522- Submenu
523 - Fix prop append-to-body (#16289 by @a631807682)
524- Table
525 - Fix tree table when updating data (#16481 by @island205)
526- Select
527 - Fix memory leak issue (#16463 by @island205)
528- InfiniteScroll
529 - Update naming & doc (#16698 by @iamkun)
530- Avatar
531 - Fix image not center vertically issue (#16489 by @luckyCao)
532- Dialog
533 - Add destroyOnClose attribute (#16455 by @ziyoung)
534- Image
535 - Add big Image preview feature (#16333 by @luckyCao)
536
537#### Optimization
538
539- Docs
540 - Fix dropdown demo (#16193 by @webxmsj)
541 - Fix typo in table documents (#15971 by @howiefh)
542- I18n
543 - Update translation of Thai language (#16689 by @ponkrit)
544- Chore
545 - Update theme base api (#16607 by @iamkun)
546 - Add form theme token (#16699 by @iamkun)
547 - Mark ali inner user's access (#16609 by @iamkun)
548 - Fix doc anchor bug (#16692 by @iamkun)
549
550### 2.10.1
551
552*2019-07-02*
553
554#### Bug fixes
555
556- Table
557 - Fix sort icon (#15439 by @bezany)
558 - Fix layout breaks when append slot exists (#16332 by @ziyoung)
559 - Fix showOverflowTooltip not reactive (#16295 by @a631807682)
560 - Register scrollbar in filter-panel (#16246 by @ziyoung)
561- Chore
562 - Fix 2.9 docs (#16233 by @ziyoung)
563 - Fix index page theme intro english css style issue (#16254 by @iamkun)
564
565#### Optimization
566
567- Tag
568 - Compatible with IE (#16334 by @ziyoung)
569- Chore
570 - Update Dingtalk Group QR image (#16236 by @iamkun)
571- Doc
572 - Update online theme roller doc (#16244 by @iamkun)
573
574### 2.10.0
575
576*2019-06-25*
577
578#### New features
579
580- I18n
581 - Added Uzbek language (#15796 by @ogabek96)
582- Calendar
583 - Add first-day-of-week attribute (#16047 by @ziyoung)
584- Avatar
585 - Add avatar component (#16144 by @luckyCao)
586- Upload:
587 - Add capability to customize thumbnail template (#13192 by @victorzhuk)
588
589#### Bug fixes
590
591- Tree
592 - Not highlight tree node when currentKey is null (#15668 by @yyjjqq94)
593 - Fix issue #15538 caused by two Tree sharing the same data (#15615 by @VanMess)
594- Upload
595 - Update the parameter `fileList` type (#15716 by @underfin)
596- Table
597 - Fix loading icon not display (#15868 by @ziyoung)
598 - Fix background color of complex table when hovering (#15504 by @cnlon)
599 - Fix current-row-key and select event bug (#15983 by @ziyoung)
600 - Height accepts more units (#16013 by @ziyoung)
601 - Fix reserve-selection not work (#16135 by @ziyoung)
602- Docs
603 - Fix Divider attribute type in zh-cn (#15889 by @haoranyu)
604- Menu
605 - Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
606- Select
607 - Fix initialInputHeight (#15989 by @yyjjqq94)
608 - Fix default-first-option behavior when typing Chinese (#15431 by @VanMess)
609 - fix double import problem (#16215 by @lengband)
610- Message
611 - Add type def for offset option (#16027 by @matjaz)
612- Timeline
613 - Fix reverse broken (#16091 by @ziyoung)
614- Slider
615 - Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess)
616- InfiniteScroll
617 - Update package name (#16125 by @iamkun)
618- MessageBox
619 - Fix  distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
620- PopupManager
621 - Fix z-index cannot be rewritten at first using (#15738 by @luckyCao)
622- Docs
623 - Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
624- Chore
625 - Update test api host (#15807 by @iamkun)
626
627#### Optimization
628
629- Tree
630 - Modify loop conditions to improve performance (#15699 by @KingJeason)
631- Theme
632 - Refine GA track & Update footer link forward to online theme roller (#16007 by @island205)
633- Badge
634 - Update badge prop check (#16198 by @iamkun)
635- Avatar
636 - Update theme config var (#16202 by @luckyCao)
637- I18n
638 - Update pt-br.js (#15776 by @gigioSouza)
639 - Update Farsi translation (#15881 by @pamenary)
640- Docs
641 - Add missing components in quickstart (#16063 by @pape2016)
642 - Update french translation (#16208 by @blombard)
643 - Add description $slots.default (#15444 by @Alexeykhr)
644 - Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310)
645 - Fix spelling mistakes in fr (#15837 by @blombard)
646 - Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310)
647
648#### Breaking changes
649
650- Form
651 - Remove success status (#16159 by @ziyoung)
652
653### 2.9.2
654
655*2019-06-21*
656
657#### Bug fixes
658
659- Chore
660 - Fix TS definitions file (#15805 by @NateScarlet)
661
662### 2.9.1
663
664*2019-05-30*
665
666#### New features
667
668- Table
669 - default-expand-all, expand-row-keys, toggle-row-expansion method and expand-change event are supported in Tree Table (#15709 by @ziyoung)
670
671#### Bug fixes
672
673- Table
674 - Fix some bugs (#15709 by @ziyoung)
675- Theme
676 - Update api host (#15784 by @iamkun)
677
678#### Optimization
679
680- Chore
681 - Update InfiniteScroll type (#15794 by @iamkun)
682
683### 2.9.0
684
685*2019-05-30*
686
687#### New features
688
689- Backtop
690 - Add Backtop component (#15541 by @iamkun)
691- PageHeader
692 - Add PageHeader component (#15714 by @ziyoung)
693- InfiniteScroll
694 - Add InfiniteScroll directive (#15567 by @iamkun)
695- Cascader
696 - Add multiple mode and filter-method (#15611 by @SimonaliaChen)
697- Message
698 - Display in stack mode (#15639 by @island205)
699- Tag
700 - Add prop effect (#15725 by @SimonaliaChen)
701- Tabs
702 - Left align title when type is card (#15695 by @luckyCao)
703- DatePicker
704 - Support literal strings (#15525 by island205)
705- Image
706 - Add support for transmit attrs and listeners (#15578 by @VanMess)
707- Theme
708 - Add popup background (#15412 by @iamkun)
709- Chore
710 - Update new 2.9.0 index page (#15682 by @iamkun)
711
712#### Bug fixes
713
714- Table
715 - Fix sort-change behaviour when sort condition is null (#15012 by @joelxr)
716- Image
717 - Fix ssr and object-fit compatibility (#15346 by @SimonaliaChen)
718- Input
719 - Fix show-word-count style in el-form (#15359 by @lvjiaxuan)
720 - Fix clear icon is not centered (#15354 by @YiiGuxing)
721- Calendar
722 - Fix not correct day of week when the day is Sunday (#15399 by @qingdengyue)
723 - Fix October disappear bug (#15394 by @qingdengyue)
724- Tabs
725 - Fix basic tab nested in card tab padding error (#15461 by @SimonaliaChen)
726- Tag
727 - Fix stop propagation problem (#15150 by @infjer)
728- Form
729 - Fix input-group within form-item height error (#15457 by @SimonaliaChen)
730 - Fix resetFields issue (15181 by @luckyCao)
731- Tooltip
732 - Fix custom tabindex not work (#15619 by @SimonaliaChen )
733- Link
734 - Fix link icon style class (#15752 by @iamkun)
735- Select
736 - Revert set value to null when cleared (#15447 by @iamkun)
737- Loading
738 - Fix dom not change when loading state change quickly (#15123 by @FAKER-A)
739- Switch
740 - Label with el-switch repeating event (#15178 by @FAKER-A)
741- Slider
742 - Fix style problem when clicking slider bar(#15561 by @luckyCao)
743- Radio
744 - Fix issue 14808 (#14809 by @OverTree)
745- Form
746 - Fix resetFields issue (15181 by @luckyCao)
747- Chore
748 - Upgrade dependencies and fix demo bug (#15324 by ziyoung)
749- Type
750 - Fix loading type definition (#15635 by @iamkun)
751 - Fix Icon type (#15634 by @iamkun)
752 - Fix Link type definition (#15402 by @iamkun)
753
754#### Optimization
755
756- Cascader
757 - Refactor (#15611 by @SimonaliaChen)
758- Chore
759 - Update make new component logic (by @iamkun)
760- Docs
761 - Rename variable in docs (#15185 by @liupl)
762 - Fix image attribute type and default value (#15423 by @haoranyu)
763 - Fix form doc bug (#15228 by @SHERlocked93)
764
765### 2.8.2
766
767*2019-04-25*
768
769#### Bug fixes
770
771- Icon
772 - Update icon (#15272 by @iamkun)
773- Docs
774 - Fix Form and Input doc style (#15273 by @ziyoung)
775
776### 2.8.1
777
778*2019-04-25*
779
780#### Bug fixes
781
782- Icon
783 - Update icon of cascader and select (#15264 by @SimonaliaChen)
784 - Update icon (#15258 #15268 by @iamkun)
785
786#### Optimization
787
788- Chore
789 - Update build script (#15267 by @ziyoung)
790- Docs
791 - Fix link underline color (#15265 by @iamkun)
792- Other
793 - Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)
794
795### 2.8.0
796
797*2019-04-25*
798
799#### New features
800
801- Divider
802 - Add divider component (#15055 by @island205)
803- Rate
804 - Add custom colors and icon-classes by passing a object (#15051 by @SimonaliaChen)
805- Link
806 - Add link component (#15052 by @iamkun)
807- Calendar
808 - Add calendar component (#14908 by @ziyoung)
809- Icon
810 - Add icon (#15214 by @iamkun)
811- Alert
812 - Add dark theme (#15041 by @island205)
813- Image
814 - Add image component (#15117 by @SimonaliaChen)
815- Collapse
816 - CollapseItem can be disabled (#15076 by @ziyoung)
817- Carousel
818 - Add direction attribute and support vertical direction (#15122 by @ziyoung)
819- Pagination
820 - Add hide-on-single-page attribute (#15096 by @ziyoung)
821- Slider
822 - Add marks attribute (#15133 by @luckyCao)
823- Input
824 - Add show-word-count attribute (#15075 by @luckyCao)
825- InputNumber
826 - Add step-strictly attribute (#15050 by @luckyCao)
827- Tooltip, Dropdown, Popover
828 - Support tabindex attribute (#15167 by @ziyoung)
829
830#### Bug fixes
831
832- Notification
833 - Fix title word break (#15008 by @iamkun)
834- Form
835 - Fix switching the rules in el-form not work (#14985 by @luckyCao)
836 - Fix label style (#14969 by @ziyoung)
837 - Required FormItem displays asterisk when label is auto (#15144 by @ziyoung)
838- Pagination
839 - Fix slot not updated (#14711 by @lucyhao)
840- Table
841 - Fix load bug in lazy mode (#15101 by @ziyoung)
842 - Fix cell width when colspan is grater than 1 (#15196 by @ziyoung)
843 - Improve performance (#14868 by @ziyoung)
844 - Don't emit triggers sort-change during initialization (#14625 by @PeanutWatson)
845 - Equal behaviour for height and max-height (#14660 by @arthurdenner)
846- Dialog
847 - Fix dialog body correctly break long words (#15027 by @iamkun)
848- Alert
849 - update type definition (#15186 by @ziyoung)
850- Tabs
851 - Fix issue where Promise rejection was hitting application (#14816 by @ffxsam)
852 - Rerender when slot changes (#15238 by @ziyoung)
853- Message
854 - Fix type definition (#14968 by @agoni1212)
855- Select
856 - Fix error when value is undefined or null (#15022 by @luckyCao)
857- Tree
858 - Delete current node after it removed (#14604 by @sinchang)
859 - Improve performance (#14881 by @ChenZhuoSteve)
860- Dropdown
861 - Fix style (#14907 by @doing123)
862- Slider
863 - Fix broken keyboard a11y bug (#14792 by @erezsob)
864- Menu
865 - ActiveIndex value shall be null if defaultIndex does not exist(#14074 by @hoythan)
866- Directive
867 - RepeatClick: use Date.now() instead of new Date() (#14776 by @pavelmash)
868- Upload
869 - Fix Upload transparent picture display style (#15039 by @iamkun)
870- Theme
871 - Add zero border (#15256 by @iamkun)
872
873#### Optimization
874
875- Chore
876 - Update changelog zh-cn (#14965 by @iamkun)
877 - Hide demo description when it's empty (#15014 by @ziyoung)
878 - Display dev server info by default by @iamkun)
879 - Fix 2.6.0 changelog error (#15026 by @iamkun)
880 - Update build config (#14821 by @abc3660170)
881 - Add hmr (#15221 by @SimonaliaChen)
882 - Use sourcemap in dev environment (#15087 by @ibufu)
883Docs
884 - Rename variable in docs (#14602 #15003 #15094 #15105 by @liupl)
885 - Fix upload doc error (#15023 by @iamkun)
886 - Update Form custom validator doc (#15040 by @iamkun)
887 - Update Tabs docs to display vertical tabs (#15053 by @iamkun)
888 - Use eleme.cn as domain (#15139 by @ziyoung)
889 - Fix Image route name (#15194 by @iamkun)
890 - Remove duplicated fr translation (#15207 by @iamkun)
891
892#### Breaking changes
893
894- Rate
895 - Fix decimal display support in disabled mode (#15089 by @haoranyu)
896- Select
897 - Use placeholder option label to set placeholder in filter mode (#14989 by @ibufu)
898
899### 2.7.2
900
901*2019-04-03*
902
903#### Bug fixes
904
905- Form
906 - Fix auto `label-width` style (#14955 by @ziyoung)
907
908#### Optimization
909- Docs
910 - Fix doc img link error (#14957 by @iamkun)
911- Chore
912 - Fix deploy mkdir error (#14952 by @iamkun)
913
914### 2.7.1
915
916*2019-04-03*
917
918#### Bug fixes
919
920- Select
921 - Set value to null when cleared (#14322 by @aaronfulkerson)
922- Input
923 - Update DOM dependent values on type change (#14889 by @wacky6)
924- Table
925 - Make `defaultExpandAll` works when expanded column exists (#14935 by @ziyoung)
926- Dialog
927 - Background color can be configured (#14939 by @ziyoung)
928- Form
929 - `label-width` supports auto width (#14944 by @ziyoung)
930
931#### Optimization
932- Docs
933 - Update Spanish docs (#14913 by @Gonzalo2310)
934 - Add French doc for new component (#14924 by @ziyoung)
935 - Optimize Tabs docs (#14938 by @ziyoung)
936
937### 2.7.0
938
939*2019-03-28*
940
941#### New features
942
943- Table
944 - Add support tree structure data (#14632 by @ziyoung)
945
946#### Bug fixes
947
948- Tabs
949 - Use primary color as boxShadow color (#14558 by @Richard-Choooou)
950 - Rerender when label changes (#14496 by @akki-jat)
951- Table
952 - Footer follows body cell align (#14730 by @ziyoung)
953- NavMenu
954 - Fix click el-submenu trigger childMenu pop again bug (#14443 by @PanJiaChen)
955- Dropdown
956 - Make compatible with 2.6 new v-slot syntax (#14832 by @ziyoung)
957- ColorPicker
958 - Fix handle error hex color string (#14793 by @iamkun)
959- Tree
960 - Revert pr #13349 (#14847 by @ziyoung)
961- Tooltip
962 - Display when initial value is true (#14826 by @ziyoung)
963- Docs
964 - Update cascader docs (#14442 by @panhezeng)
965- Style
966 - Fix media query in sm-only, md-only, lg-only (#14611 by @sinchang)
967
968#### Optimization
969
970- Chore
971 - Add webpage description (#14802 by @iamkun)
972
973### 2.6.3
974
975*2019-03-21*
976
977#### Bug fixes
978
979- Fix Cascader demo style (#14789 by @ziyoung)
980- Remove unnecessary DOM operation (#14788 by @ziyoung)
981- Fix DatePicker default-value DST (#14562 by @wacky6)
982
983### 2.6.2
984
985*2019-03-21*
986
987#### New features
988
989- DatePicker
990 - Add monthrange for type attribute (#14487 by @zxyRealm)
991- i18n
992 - Add Croatian locale (#14360 by @danijelh)
993
994#### Bug fixes
995
996- Input
997 - Fix regression (#14572 by @wacky6)
998- DatePicker
999 - Fix first-day-of-week computation (#14523 by @sinchang)
1000 - Fix week picker's value-format (#13754 by @wacky6)
1001- Steps
1002 - Fix issue #14502 (#14596 by @sinchang)
1003 - Fix style with simple theme (#14610 by @sinchang)
1004- Docs
1005 - Update french doc for 2.6.1 and fix typos (#14555 by @smalesys)
1006 - Rename variable in Table docs (#14587 by @likwotsing)
1007 - Add french search index (#14565 by @iamkun)
1008 - Fix TimePicker page style (#14579 by @ziyoung)
1009 - Rename variable in Upload docs (#14593 by @liupl)
1010 - French translation update (#14643 by @smalesys)
1011 - Update Form async validator docs (#14694 by @iamkun)
1012 - Fix tooltip doc error (#14748 by @iamkun)
1013 - Fix typo (#14751 by @2bj)
1014 - Fix highlighting control elements for Webkit touch (#14703 by @VladG0r)
1015
1016#### Optimization
1017
1018- Chore
1019 - Update ci build script (#14600 by @ziyoung)
1020 - Update ga tracking (#14560 by @iamkun)
1021 - Add more ga event (#14633 by @iamkun)
1022 - Update discusion group (#14741 by @iamkun)
1023 - Update test deps and conf (#14735 by @wacky6)
1024 - Upgrade gulp (#14745 by @ziyoung)
1025 - Use codepen to display demo & fix doc error (#14747 by @ziyoung)
1026
1027### 2.6.1
1028
1029*2019-03-03*
1030
1031#### Bug fixes
1032
1033- **Don't specify node version** (by @iamkun in #14546)
1034- Fix doc directory in `deloy-faas.sh` (by @ziyoung in #14553)
1035- Fix date style issue in changelog for 2.6.0 (by @island205 in #14547)
1036- Fix doc typo (by @wack6 in #14552)
1037
1038### 2.6.0
1039
1040*2019-03-01*
1041
1042#### New features
1043- Timeline
1044 - Add timeline component (by @jikkai in #14248)
1045- DropdownItem
1046 - Add icon prop to `el-dropdown-item` (by @gabrielboliveira in #14088)
1047- Input
1048 - Add show-password props (by @phshy0607 in #13966)
1049- Select
1050 - Add slot `empty` (by @elfman in #13785)
1051- Autocomplete
1052 - Add highlight-first-item prop (by @YamenSharaf in #14269)
1053- I18n
1054 - Created Armenian locale (by @hamletbarsamyan in #14214)
1055- Docs
1056 - French translation (by @smalesys in #12153, #14418, #14434)
1057
1058#### Optimization
1059- Alert
1060 - Update alert description default slot class (by @iamkun in #14488)
1061- Input
1062 - Update input password (by @iamkun in #14480)
1063- InputNumber
1064 - Remove unnecessary parseFloat (by @JuniorTour in #14172)
1065- Menu
1066 - Add support for `el-menu-item` without index (by @georgyfarniev in #13298)
1067- Table
1068 - Remove some html DOM operations (by @elfman in #13643)
1069- Upload
1070 - Optimize code (by @elfman in #13973)
1071- Popup
1072 - Optimize code (by @KAionro in #14413)
1073- Docs
1074 - Add more detail about how to run play mode for contribution (by @island205 in #14355)
1075 - Warn input as a controlled component (by @wacky6 in #14463)
1076 - Update Table doc (by @luguokong in #14329)
1077 - Update input doc (by @iamkun in #14437)
1078 - Update custom-theme docs (by @wangguohao in #14297)
1079 - Make the icon style change when hover on it (by @tuxinghuan in #14295)
1080- Build
1081 - Minimizing css and js for Element doc site (by @iamkun in #14430)
1082 - Speeding up webpack (by @hetech in #14484)
1083 - Use cli to select release version (by @hetech in #14354)
1084- Install stale for issue handling (by @island205 in #14392)
1085
1086#### Bug fixes
1087- Menu
1088 - Fix subMenu focus bug when switch browser tab (by @liupl in #13976)
1089- MessageBox
1090 - Fix type definition (by @NateScarlet in #14278)
1091- ScrollBar
1092 - Prevent right button click on thumb (by @xifeiwu in #14196)
1093- Switch
1094 - Trigger form validation if value changes (by @hetech in #14426)
1095- Table
1096 - Make toggleAllSelection method an instance method (by @letanure in #14075)
1097- Tabs & Dropdown
1098 - Fix style (by @hetech in #14452)
1099- Tree
1100 - Empty-text tips are different from tables (by @ColinCll in #14331)
1101- Docs
1102 - Fix DatetimePicker format doc error (by @iamkun in #14290)
1103 - Spelling issue in datepicker documentation (by @helmut in #14481)
1104 - Fix pagination doc style (by @liuchuzhang in #14451)
1105
1106#### Breaking changes
1107- Table
1108 - Fix params order of row events (by @jikkai in #12086)
1109
1110### 2.5.4
1111
1112*2019-02-01*
1113
1114#### Bug fixes
1115
1116- Build: Fix babel config issue which lead to collapse transition broken (by @island205 in #14282)
1117
1118### 2.5.3
1119
1120*2019-01-31*
1121
1122#### Optimization
1123
1124- Optimize code of Message (by @vok123 in #14029)
1125- Retire gh-pages (by @ziyoung in #14266)
1126- Add IssueHunt link (by @island205 in #14261)
1127
1128#### Bug fixes
1129
1130- Fix UMD module error on server side (by @island205 in #14242)
1131- Fix active TabBar style (by @iamkun in #14240)
1132- Fix Table demo code error (by @xunmeng in #14253)
1133
1134### 2.5.2
1135
1136*2019-01-27*
1137
1138#### Optimization
1139- Docs:
1140 - Update ChangeLog ES 2.5.1 (by @Gonzalo2310 in #14231)
1141
1142#### Bug fixes
1143- Build:
1144 - Delete unremoved comments in umd module `lib/index.js` (by @island205 in #14233)
1145 - Fix export error fired in commonjs module used in nuxt.js (by @island205 in #14232)
1146 - Fix 2.5.1 build issues (by @iamkun in #14228)
1147
1148### 2.5.1
1149
1150*2019-01-26*
1151
1152#### Optimization
1153- DatePicker: highlight current month and year (by @Debiancc in #14211)
1154- Update 2.5.0 changelog (by @wacky6 in #14217)
1155
1156#### Bug fixes
1157- Fix export issue generate by webpack upgrading (by @island205 in #14220)
1158- Keep 2.4.11 docs && new sub folder for 2.5+ (by @iamkun in #14222)
1159
1160### 2.5.0
1161
1162*2019-01-25*
1163
1164#### New features
1165- DatePicker
1166 - Add `validate-event` attribute (by @ziyoung in #13531)
1167- DateTimePicker
1168 - `pickerOptions` support `selectableRange` option (by @eeeeeeeason)
1169- Tag
1170 - Add `click` event (by @licdream in #14106)
1171- I18n
1172 - support Kyrgyz language (by @zzjframework in #14174)
1173
1174#### Optimization
1175- Upgrade to webpack@4 (by @jikkai in #14173)
1176- Input
1177 - Simplify implementation, follow one-way data flow. Fix several related bugs (by @wacky6 in #13471)
1178- Update Axure file,add new components (by @ziyoung in #13773)
1179
1180#### Bug fixes
1181- Autocomplete
1182 - Fix dropdown's last line beging clipped (by @ziyoung in #13597)
1183 - Fix missing popper arrow (by @liuchuzhang in #13762)
1184- Carousel
1185 - Cleanup timer when component is destroyed (by @elfman in #13820)
1186- Cascader
1187 - Remove deprecated property of computed props (by @iamkun in #13737)
1188 - Fix CascaderOption's type definition in TypeScript (by @NateScarlet in #13613)
1189 - Fix icon covering the text (by @ziyoung in #13596)
1190- Checkbox
1191 - Refine style (by @PanJiaChen)
1192- DatePicker
1193 - Add missing v-for `key` in TimeSpinner (by @Ende93 in #13547)
1194 - Fix week highlight on year boundary (by @suyi91 in #13883)
1195- Input
1196 - Fix textarea DOM node reference (by @laomu1988 @island205 in #13803)
1197- Pagination
1198 - Input value won't be less than 1 (by @elfman in #13727)
1199- Popover
1200 - Fix popover issues with hover trigger (by @goldengecko in #13104)
1201 - Fix popper instance memory leak (by @qpxtWhite in #13988)
1202- Radio
1203 - Refine style (by @ohhoney1)
1204- Table
1205 - Enhanced table sorting when clicking on the sorting arrow (by @ohhoney1 in #12890)
1206 - Fix empty text vertical alignment issue on IE10+ (by @imzjy in #13638)
1207 - Fix index type documentation (by @ilovefafa in #13628)
1208 - Fix `show-summary` display issue when multilevel header has fixed attr (by @luckyCao in #13914)
1209- Tabs
1210 - Fix auto scroll bug (by @iamkun in #13696)
1211 - Get the correct tab through tab name (by @iamkun in #13705)
1212 - Use paneName instead of name to determine pane style (by @iamkun in #13733)
1213- Tree
1214 - Fix `showCheckbox` prop on `Tree` can not affect their children `tree-node` (by @KidneyFlower)
1215 - Update doc and definition file (by @ziyoung in #13540)
1216- Upload
1217 - Add `url` prop to upload file when `list-type` changed (by @elfman in #13771)
1218- Slider
1219 - Fix source code indentation (by @wacky6 in #13955)
1220- I18n
1221 - Add missing Catalan translations (by @jaumesala)
1222 - Add missing ru translation (by @justlp in #13658)
1223 - Fix Finnish translations (by @jenkrisu in #14137)
1224- Doc
1225 - Update Spanish doc 2.4.11 (by @Gonzalo2310 in #13522)
1226- Others
1227 - Remove unnecessary script (by @ziyoung)
1228 - Fix error anchor link (by @iamkun in #13753)
1229 - Fix inconsistent capitalization in documentation (by @wonderjar)
1230 - Add DingDing chat group qr code to readme (by @iamkun in #13957)
1231 - Add yarn logs to .gitignore (by @mimimi in #13922)
1232 - Remove sponsor duotai (by @island205 in #14156)
1233 - Update readme qr code src (by @iamkun in #13960)
1234 - Update CDN link, fix typo (by @ziyoung)
1235
1236### 2.4.11
1237
1238*2018-11-21*
1239
1240- Revert pr #13296. Fixed clicking on Menu external causing Submenu collapsed, #13478
1241- Adjust small screen (xs) media query breakpoints, #13468 (by @alekoshen712)
1242
1243### 2.4.10
1244
1245*2018-11-16*
1246
1247- Fixed multiple clicks on Select to display the drop-down list, #13268
1248- The clear icon for input is not displayed when Form is disabled, #13208
1249- Adjust the style of Select, Progress, Autocomplete, Tooltip, Collaspe, TimePicker, #13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
1250- Carousel component added `loop` attribute, #13217
1251- When the data of Table changes, the highlighted line will remain, #13200
1252- Table header scoped slot can receive parameters, #13263
1253- Table's `clearFilter` method supports arguments, #13176
1254- Tooltip is no longer created when there is no content in the Table cell, #13152 (by @rongxingsun)
1255- The input box contents of the ColorPicker panel can be displayed correctly, #13278
1256- ColorPicker no longer triggers form validation when dragging, #13299
1257- InputNumber added `select `method, #13286 (by @st-sloth)
1258- Autocomplete added `clear` event, #12171(by arthurdenner) #13326
1259- You can close Menu by clicking on Menu outside, #13296
1260- Form's `validateField` method can receive arguments, #13319
1261- Cascader added `visible-change` event, #13415
1262- DatePicker added range-separator slot, #13272 (by @milworm)
1263- Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
1264- Progress's` status` added text #13198 (by @ali-master)
1265- Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)
1266
1267### 2.4.9
1268
1269*2018-10-26*
1270
1271- The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster)
1272- Added type attribute for Badge, #12991
1273- Users can use scoped-slot to customize table column header #13012 (by @ivanseidel)
1274- Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU)
1275- Select option does not wrap when space is enough, #12329 (by @akki-jat)
1276- When dropdown list of Select is expanded, the arrow icon will also display correctly, #12353 (by @firesh)
1277- Fixed that the size attribute of Select does not work, #13070
1278- Select multiple values can be cleared, #13049 (by @ZSkycat)
1279- Fixed the last TabNav unable be deleted, #13039
1280- Fixed that TabNav label is not displayed correctly, #13178
1281- Added title slot for Alert, #13082 (by @Kingwl)
1282- Fixed an issue where the tooltip content in Table was incorrect, #13159 (by @elfman)
1283- Optimize the animation of Upload when file is deleted, #12987
1284- Adjusted style of InputNumber when control button is not displayed, #13052
1285
1286### 2.4.8
1287
1288- Not displaying outline when Switch is focused, #12771
1289- Fixed Dropdown's style in ButtonGroup, #12819 (by @bluejfox)
1290- Added opened event for Dialog, #12828
1291- Fixed the incorrect display order of TabNav, #12846
1292- Fixed the problem that Tabs did not scroll to the selected tab, #12948
1293- Fixed the problem that the identifier does not display when the Tree node is dragged, #12854
1294- The validate event parameter of Form contains the validation message, #12860 (by @YamenSharaf)
1295- Fixed DatePicker not to verify the validity of user input time, #12898
1296- Fixed the problem that `render-header` attribute of Table header doesn't work, #12914
1297
1298### 2.4.7
1299
1300*2018-09-14*
1301
1302- Fixed DatePicker not triggering form validation, #12328 #12348
1303- Fixed DatePicker throwing errors in multiple mode, #12347
1304- Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
1305- Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
1306- Fixed Input not highlighted in Cascader, #12341
1307- Fixed wrong order of Tabpane, #12346
1308- Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
1309- Fixed the style of Submenu, #2457
1310- Fixed not highlighted after Submenu is selected, #12479
1311- Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
1312- Fixed incorrect value of Pagination input box, #12525
1313- Fixed order that Pagination triggers events, #12530
1314- Fixed Table Filter not displayed, #12539
1315- Fixed Tree unable to delete nodes, #12684
1316- Fixed height of Select Input changing in single mode, #12719
1317- Fixed style of FormItem label in nested Form, #12748
1318- Added `autocomplete` attribute for Input, deprecated `auto-complete`, #12514 (by @axetroy)
1319- Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
1320
1321### 2.4.6
1322
1323*2018-08-09*
1324
1325- Fixed Table not showing filter icon when `filters` is assigned empty array, #12165
1326- Fixed Menu not saving active state when `collapse` is changed, #12178 (by @elfman)
1327- Fixed Cascader not escaping special characters for Regexp, #12248
1328- Fixed disabled RadioButton showing box-shadow when clicked, #12262
1329- Fixed arrow key not effect when default value is `undefined`,#12322
1330- Fixed query function of Select not debounced in multi mode, #12181
1331- Fixed query keyword of Select disappearing in multi mode, #12304
1332- Fixed incorrect width of Dialog when it is displayed in full screen, #12203
1333- Fixed incorrect display of Main on IE, #12237
1334- Fixed Input triggering two form validations, #12260
1335- Fixed adding new Tree node causing nodes to disappear, #12256
1336- Fixed Tree node not deleted after dragging, #12279
1337- Fixed Popover not visible when InputNumber focuses, #12284
1338- Added `popper-append-to-body` attribute for Autocomplete, #12241
1339- Added `sync` modifier support for Pagination's `page-size` attribute, #12281
1340
1341### 2.4.5
1342
1343*2018-07-26*
1344
1345- Fixed Table setting `class-name` does not work for `expand` column, #12006
1346- Added `toggleAllSelection` method for Table, #12047
1347- Fixed wrong position of suffix slot when Input contains Select, #12108
1348- Fixed `line-height` of Option unable to set, #12120
1349- Fixed TimeSelect with default value of `null` could not be assigned after executing `resetField`, #12010
1350- Fixed keydown event which is not arrow key does not work in Tree, #12008
1351- Fixed parent node checked in lazy mode, #12106
1352- Added `includeHalfChecked` parameter for getCheckedNodes of Tree, #12014
1353
1354### 2.4.4
1355
1356*2018-07-13*
1357
1358- Fixed triggering Select validation after Form resetting, #11837
1359- Fixed wrong position of Input `suffix` slot when `suffix` slot with `append` slot, #11951
1360- Fixed clearable Input still displaying the clear icon when readonly, #11967
1361- Fixed Tree node checked when it's disabled, #11847
1362- Fixed Tree's `default-checked-keys` not working, #11971
1363- Fixed `empty-text` not visible when Tree node filtered, #11971
1364- Fixed the position of oversized `empty-text` in Table, #11965
1365- Fixed Table row not be unhighlighted when `current-row-key` is assigned to `null`, #11866
1366- Fixed showing filter dropdown when `filters` is an empty array, #11864
1367- Fixed Radio's label does not stop event propagation, #11912
1368
1369### 2.4.3
1370
1371*2018-07-03*
1372
1373- Fixed `allow-drop` not working properly when Tree nodes have a custom height, #11797
1374- Now you can pass a parameter to the `clearValidate` method of Form, specifying which FormItems' validation results need to be cleared, #11821
1375- Added `distinguishCancelAndClose` attribute for MessageBox, #11831
1376
1377### 2.4.2
1378
1379*2018-06-26*
1380
1381- Now `class-name` and `label-class-name` of Table are reactive, #11626
1382- Fixed Table still highlighting clicked row when `highlight-current-row` is `false`, #11646
1383- Fixed a style bug of ButtonGroup when it has only one `round` or `circle` Button, #11605
1384- Fixed style of page size Select of Pagination, #11622
1385- Fixed Menu's `open` method error when `collapse` is dynamically changed, #11646
1386- Added `activeName` and `oldActiveName` parameters to the before-leave hook of Tabs, #11713
1387- Fixed Cascader focused after outside clicked, #11588
1388- Fixed Cascader not closing when option is clicked when `change-on-select` is true, #11623
1389- Now updating Select's value programmatically will trigger form validation, #11672
1390
1391### 2.4.1
1392
1393*2018-06-08*
1394
1395- Removed Autocomplete's duplicate type declaration, #11388
1396- Fixed Select's dropdown arrow style in FireFox when nested in Form, #11427
1397- Fixed clear icon of Select still showing when the initial value is `null`, #11460
1398- Fixed disabled radio showing box-shadow when clicked, #11462
1399- Added `iconClass` attribute for MessageBox, #11499
1400- Added `stretch` attribute for Tabs, #11476
1401- Fixed rendering order issue of TabPane when Tabs is `lazy`, #11461
1402- Fixed Table not retaining current highlight row when expanded, #11464
1403- Fixed focusing state when `before-leave` returns a resolved promise, #11386
1404- Fixed disabled Popover still creating poppers, #11426
1405- Fixed Tree's endless loop when a new node is added in lazy mode, #11430 (by @wangjingf)
1406- Added `closed` event for Dialog, #11490
1407
1408### 2.4.0 Fullerene
1409
1410*2018-05-28*
1411
1412#### New features
1413- General
1414 - Dev tool and bundler is switched to native webpack, #11216
1415 - Now you can globally set the initial z-index of popups, #11257
1416- Autocomplete
1417 - Added `hide-loading` attribute, #11260
1418- Button
1419 - Now you can use the `size` attribute on circle buttons to control their sizes, #11275
1420- InputNumber
1421 - Added `precision` attribute, #11281
1422- Tabs
1423 - Added `before-leave` attribute, #11259
1424 - Added `lazy` attribute, #11167(by @Kingwl)
1425- Table
1426 - Added `sort` method to manually sort the table, #11311
1427
1428#### Bug fixes
1429- Input
1430 - Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
1431- Popover
1432 - Fixed the console error when the triggering element is Radio or Checkbox, #11265
1433- Breadcrumb
1434 - Fixed the `to` attribute not supporting dynamic update, #11286
1435- Upload
1436 - Fixed the console error when a File is resolved in the returned Promise of the `beforeUpload` method, #11297 (by @qusiba)
1437- Tooltip
1438 - Fixed arrow not positioned correctly when content is empty, #11335
1439- Autocomplete
1440 - Fixed incorrect input suggestions after deleting keyword quickly, #11323
1441- ColorPicker
1442 - Fixed `active-change` event incorrectly triggering when picker dropdown is closed, #11304
1443- Table
1444 - Fixed style error of oversized filter panel, #11314
1445 - Fixed currently selected row not retained when the table is sorted, #11348
1446- Checkbox
1447 - Fixed single checkbox not supporting validation, #11271
1448- Radio
1449 - Fixed disabled Radio still being selected when pressing space key, #11303
1450- MessageBox
1451 - Fixed the `el-popup-parent--hidden` class not removed when opening MessageBox in succession, #11371
1452
1453### 2.3.9
1454
1455*2018-05-18*
1456
1457- Fixed when the source data does not have the field specified by a TableColumn's `prop` attribute, an error would occur when the mouse moves into that column's cells, #11137
1458- The `lockScroll` attribute of pop up components no longer adds an inline style to the parent element, but instead adds a class name, #11114
1459- Fixed the icon of Progress not displaying when its `status` is exception, #11172
1460- Fixed options' `disabled` attribute not working in filterable Cascader's filter result list, #11185
1461- Fixed an issue where Table's expanded row cannot be collapsed if the data source is updated after its expansion, #11186
1462- `setCurrentKey` of Tree now accepts `null` as its param to cancel the currently highlighted node, #11205
1463
1464### 2.3.8
1465
1466*2018-05-11*
1467
1468- Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when `type` is dates, #10973
1469- Fixed clearable Input still displaying the clear icon when readonly, #10912
1470- Fixed closing the DatePicker panel without changing the value incorrectly triggering the `change` event, #11017
1471- Fixed keyboard navigation not working properly when Select has grouped options, #11058
1472- Added `prefix` named slot for Select, #11063
1473- Added `clearValidate` method for FormItem, #11076
1474- Added `checkOnClickNode` attribute for Tree, #11111
1475
1476### 2.3.7
1477
1478*2018-04-29*
1479
1480- Fixed Table not updating its header widths when the scroll bar disappears due to filtering, #10834
1481- Fixed clearable Input still showing the clear icon when its initial value is `null`, #10912
1482- Fixed incorrect trigger of the `active-change` event after changing ColorPicker's binding value programatically, #10903 (by @zhangbobell)
1483- Fixed filterable Select causing an infinite loop when navigating options using keyboard if all options are disabled, #10945
1484
1485### 2.3.6
1486
1487*2018-04-21*
1488
1489- Fixed wrong behavior of Tree's `allow-drop` callback when `type` parameter is used, #10821
1490- Now you can properly enter keywords in filterable single Select in IE11, #10822
1491- Fixed single Select incorrectly triggering `blur` event after clicking an option, #10822
1492
1493### 2.3.5
1494
1495*2018-04-20*
1496
1497- Fixed incorrect highlights in DatePicker panel when `type` is week, #10712
1498- Fixed InputNumber being empty when its initial value is 0, #10714
1499- Added `automatic-dropdown` attribute for Select, #10042 (by @Seebiscuit)
1500- Fixed disabled Rate's value still being updated by navigation keys, #10726 (by @Richard-Choooou)
1501- Now DatePicker's `type` attribute can be `'dates'`, where you can pick multiple dates in one picker, #10650 (by @Mini256)
1502- Added `prev-click` and `next-click` events for Pagination, #10755
1503- Added `pager-count` attribute for Pagination, #10493 (by @chongjohn716)
1504- Added `type` as the 3rd param of Tree's `allow-drop` attribute callback, #10792
1505- Now we use ResizeObserver to detect DOM element resizing, #10779
1506
1507### 2.3.4
1508
1509*2018-04-12*
1510
1511- Deleted duplicate `showTimeout` attribute in SubMenu's TypeScript declaration, #10566 (by @kimond)
1512- Now you can customize Transfer's data item using scoped slot, #10577
1513- Fixed clicking disabled prev and next button of Pagination still triggers `current-change` event, #10628
1514- Fixed Textarea displaying `undefined` in SSR when its value is not set, #10630
1515- Fixed disabled TabItem style when `type` is border-card, #10640
1516- Added `$index` as `formatter`'s fourth param of Table, #10645
1517- Fixed CheckboxButton not exported in TypeScript declaration, #10666
1518
1519### 2.3.3
1520
1521*2018-04-04*
1522
1523- Added `shadow` attribute for Card, #10418 (by @YunYouJun)
1524- Fixed Badge being hidden when `value` is `0`, #10470
1525- Fixed some bugs of draggable Tree, #10474 #10494
1526- Added `placement` for Autocomplete, #10475
1527- Now `default-time` attribute also works in non-range DateTimePicker, #10321 (by @RickMacTurk)
1528- Removed the blue outline of TabItem after the browser blurs or is minimized, #10503
1529- Added `popper-append-to-body` attribute for SubMenu, #10515
1530- Removed visual feedback when hovering on non-link BreadcrumbItem, #10551
1531- Fixed InputNumber's `change` event to ensure the component's binding value is updated in the event handler, #10553
1532
1533### 2.3.2
1534
1535*2018-03-29*
1536
1537- Fixed an Autocomplete regression, #10442
1538
1539### 2.3.1
1540
1541*2018-03-29*
1542
1543- Fixed a regression that `type` of Input is not passed down to the native input element, #10415
1544- Added `blur` method for Select, #10416
1545
1546### 2.3.0 Diamond
1547
1548*2018-03-28*
1549
1550#### New features
1551- Table
1552 - Now `formatter` of TableColumn can be dynamically updated, #10184 (by @elfman)
1553 - Added `select-on-indeterminate` attribute, #9924 (by @syn-zeta)
1554- Menu
1555 - Added `collapse-transition` attribute, #8809 (by @limichange)
1556- Input
1557 - Added `select` method, #10229
1558 - Added `blur` method, #10356
1559- ColorPicker
1560 - Added `predefine` attribute, #10170 (by @elfman)
1561- Tree
1562 - Added `draggable`, `allow-drop` and `allow-drag` attributes, and `node-drag-start`, `node-drag-enter`, `node-drag-leave`, `node-drag-over`, `node-drag-end` and `node-drop` events, #9251 #10372 (by @elfman)
1563- Form
1564 - `validate` method now has a second parameter, containing information of form items that failed the validation, #10279
1565 - Added `validate` event, #10351
1566- Progress
1567 - Added `color` attribute, #10352 (by @YunYouJun)
1568- Button
1569 - Added `circle` attribute, #10359 (by @YunYouJun)
1570
1571#### Bug fixes
1572- Form
1573 - Fixed label of FormItem not align with mixed Input, #10189
1574- Menu
1575 - Now collapsed Menu will only show the Tooltip when the `title` slot of MenuItem is set, #10193 (by @PanJiaChen)
1576- Pagination
1577 - Fixed `current-change` event wrongly triggering without user interaction, #10247
1578- DatePicker
1579 - Now the date and time value in the dropdown panel are correctly formatted based on the `format` attribute, #10174(by @remizovvv)
1580- Upload
1581 - Fixed `accept` attribute not working when `drag` is true, #10278
1582
1583### 2.2.2
1584
1585*2018-03-14*
1586
1587- Added `clear` event for Input, #9988 (by @blackmiaool)
1588- Now manual input of ColorPicker supports `hsl`, `hsv` and `rgb` modes, #9991
1589- Fixed DatePicker not triggering `change` event when its initial value is cleared, #9986
1590- Now icon class related attributes of Rate support dynamic updates, #10003
1591- Fixed Table with fixed columns not updating its height correctly if `max-height` is set, #10034
1592- Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
1593- Added `disabled` attribute for Pagination, #10006
1594- Added `after-enter` and ` after-leave` events for Popover, #10047
1595- Fixed Select not triggering validation when user selects an option after executing `resetFields` of Form, #10105
1596- Fixed incorrect widths of fixed columns of Table in some cases, #10130
1597- Fixed MessageBox inheriting the `title` attribute of its previous instance when called without `title`, #10126 (by @Pochodaydayup)
1598- Added `input-size` attribute for Slider, #10154
1599- Added `left-check-change` and `right-check-change` events for Transfer, #10156
1600
1601### 2.2.1
1602
1603*2018-03-02*
1604
1605- Fixed Aside, Header and Footer shrinking in some layout, #9812
1606- Fixed Table with a `height` attribute not rendering in SSR, #9876
1607- Fixed expandable Table not calculating its height when a row is expanded, #9848
1608- Fixed `change` event not trigger when manually typing date in DateTimePicker, #9913
1609- Fixed Select showing its options when the input box is right-clicked, #9894 (by @openks)
1610- Added `tooltip-class` attribute for Slider, #9957
1611- Now Select will stay focused after selection, #9857 (by @Seebiscuit)
1612- Added `target-order` attribute for Transfer, #9960
1613
1614### 2.2.0 Graphite
1615
1616*2018-02-12*
1617
1618#### New features
1619- Menu
1620 - Added `popper-class` and `disabled` attributes for SubMenu, #9604 #9771
1621 - Horizontal Menu now supports multi-layered SubMenu, #9741
1622- Tree
1623 - Added `node-contextmenu` event, #9678
1624 - Now you can customize node template using scoped slot, #9686
1625 - Added `getNode`, `remove`, `append`, `insertBefore`, `insertAfter`, `getCheckedKeys`, `getHalfCheckedNodes`, `getHalfCheckedKeys` methods and `check` event, #9718 #9730
1626- Transfer
1627 - Added `clearQuery` method, #9753
1628- Select
1629 - Added `popper-append-to-body` attribute, #9782
1630
1631#### Bug fixes
1632- Table
1633 - Fixed clicking expanding icon of an expandable row triggers `row-click` event, #9654
1634 - Fixed layout not update when column width is changed by user dragging, #9668
1635 - Fixed style issue when summary row co-exists with fixed columns, #9667
1636- Container
1637 - Fixed container components not stretching in IE11, #9655
1638- Loading
1639 - Fixed Loading not showing when the value of `v-loading` is changed to true in the `mounted` hook, #9722
1640- Switch
1641 - Fixed two native click events are triggered when Switch is clicked, #9760
1642
1643### 2.1.0 Charcoal
1644
1645*2018-01-31*
1646
1647#### New features
1648- Cascader
1649 - Added `focus` and `blur` events, #9184 (by @viewweiwu)
1650- Table
1651 - The `filter-method` now has a third param `column`, #9196 (by @liyanlong)
1652- DatePicker
1653 - Added `prefix-icon` and `clear-icon` attributes, #9237 (by @AdamSGit)
1654 - Added `default-time` attribute, #9094 (by @nighca)
1655 - `value-format` now supports `timestamp`, #9319 (by @wacky6)
1656- InputNumber
1657 - Now the binding value can be `undefined`, #9361
1658- Select
1659 - Added `auto-complete` attribute, #9388
1660- Form
1661 - Added `disabled` attribute, #9529
1662 - Added `validateOnRuleChange` attribute, #8141
1663- Notificaition
1664 - Added `closeAll` method, #9514
1665
1666#### Bug fixes
1667- InputNumber
1668 - Fixed value resetting when typing decimal point, #9116
1669- Dropdown
1670 - Fixed dropdown menu incorrect positioning when the page only has a horizontal scrollbar in some browsers, #9138 (by @banzhuanmei)
1671- Table
1672 - Fixed an error in calculating number of fixed columns after the column data changes, #9188(by @kolesoffac)
1673 - Fixed the border of the last column of the grouped header not properly displayed, #9326
1674 - Fixed incorrect positioning of table header in Safari, #9327
1675 - Fixed expanded row collapsing when the table data changes, #9462
1676 - Fixed unnecessary multiple renders in some conditions, #9426
1677 - Fixed column width calculation error when `width` of TableColumn changes, #9426
1678- Loading
1679 - Fixed Loading not hiding correctly in some conditions, #9313
1680- DatePicker
1681 - Fixed `focus` method not working in range mode, #9437
1682 - Fixed clicking the "now" button still selecting the current date even if it is disabled, #9470 (by @wacky6)
1683 - Fixed date clamping when navigating, #9577 (by @wacky6)
1684- Steps
1685 - Fixed style error in IE 11, #9454
1686
1687#### Breaking changes
1688- Menu
1689 - The popup menu in `collapse` mode now appends directly to `body`, so that it is visible when nested in Aside, #9263
1690- Table
1691 - Now checking the checkboxes in multi-selection Table doesn't trigger `row-click` event, #9467
1692- Loading
1693 - The `z-index` of non-fullscreen loading mask is changed to 2000. The `z-index` of fullscreen loading mask will update dynamically with the popup components, #9522
1694- Dropdown
1695 - `show-timeout` and `hide-timeout` attributes now only works when trigger is `hover`, #9573
1696
1697### 2.0.11
1698
1699*2018-01-08*
1700
1701- Fixed border color issue of Select when in `prepend` or `append` slot of Input, #9089
1702- Fixed `remove-tag` event's parameter of Select, #9090
1703- Added `show-timeout` and `hide-timeout` attributes for SubMenu, #8934 (by @HugoLew)
1704- Fixed missing Tooltip style of `show-overflow-tooltip` when Table is imported on demand, #9130
1705- Fixed Table column's sorting malfunctioning after `clearSort` is executed on that column, #9100 (by @zEmily)
1706- i18n config file for Czech is renamed from `cz` to `cs-CZ`, #9164
1707
1708### 2.0.10
1709
1710*2017-12-29*
1711
1712- Fixed wrong max height calculation of Table when fixed column and summary row co-exist, #9026
1713- Fixed uncompiled color style of empty text in Table, #9028
1714- Now DatePicker only emits `change` event when value is truly changed, #9029 (by @remizovvv)
1715- Added `tabindex` attribute for Input, #9041 (by @dicklwm)
1716
1717### 2.0.9🎄
1718
1719*2017-12-24*
1720
1721- Added `before-remove` hook function for Upload, #8788 (by @firesh)
1722- Fixed initial value of `error` not working for FormItem, #8840
1723- Now Loading directive supports custom class name by assigning `element-loading-custom-class` attribute, #8826 (by @earlymeme)
1724- Fixed CarouselItem becoming invisible when data is asynchronously updated, #8921
1725- Added `renderAfterExpand` attribute for Tree, #8972
1726
1727### 2.0.8
1728
1729*2017-12-12*
1730
1731- Added Spanish documentation
1732- Fixed `show-timeout` of Dropdown not working when trigger is click, #8734 (by @presidenten)
1733- Fixed Form validation timing for rules whose trigger is blur, #8776
1734- Fixed blur event of ranged DatePicker, #8784
1735- `format` of TimePicker now supports AM/PM, #8620 (by @firesh)
1736
1737### 2.0.7
1738
1739*2017-11-29*
1740
1741- Fixed disabled text button style, #8570
1742
1743### 2.0.6
1744
1745*2017-11-29*
1746
1747- Fixed style bug of Table's sorting icons, #8405
1748- Fixed trigger mechanism for Popover when its `trigger` is manual, #8467
1749- Added `prefix-icon` and `suffix-icon` attributes for Autocomplete, #8446 (by @liyanlong)
1750- Added `separator` attribute for Cascader, #8501
1751- Added `clearable` attribute for Input, #8509 (by @lbogdan)
1752- Added `background` attribute for Pagination, #8553
1753
1754### 2.0.5
1755
1756*2017-11-17*
1757
1758- Fixed Popover, Tree, Breadcrumb and Cascader regression in 2.0.4, #8188 #8217 #8283
1759- Fixed memory leak of clickoutside directive, #8168 #8225 (by @badpunman @STLighter)
1760- Fixed multiple Select height when its value is cleared, #8317 (by @luciy)
1761- Added `collapse-tags` attribute for multiple Select to replace tags with one line of text, #8190
1762- Fixed high CPU consumption caused by hidden Table, #8351
1763- Now you can use `doLayout` method of Table to update its layout, #8351
1764
1765### 2.0.4
1766
1767*2017-11-10*
1768
1769- Improved accessibility for Cascader, Dropdown, Message, Notification, Popover, Tooltip and Tree
1770- Fixed Container resize when the width of viewport decreases, #8042
1771- Fixed Tree's `updateKeyChildren` incorrectly deleting child nodes, #8100
1772- Fixed bordered CheckboxButton's height when nested in a Form, #8100
1773- Fixed Menu's parsing error for custom colors, #8153 (by @zhouyixiang)
1774
1775### 2.0.3
1776
1777*2017-11-03*
1778
1779- Fixed `editable` and `readonly` attributes for ranged DatePicker, #7922
1780- Fixed style error of nested Tabs, #7941
1781- Fixed style error of the last Step of vertical Steps, #7980
1782- Fixed trigger timing of `current-change` event for Pagination, #7995
1783- Fixed unregistered Tooltip in Menu, #7995
1784
1785### 2.0.2
1786
1787*2017-10-31*
1788
1789- Now right-clicking the buttons of InputNumber won't change its value, #7817
1790- `validate` method of Form can now wait for asynchronous validations before executing its callback, #7774 (by @Allenice)
1791- Fixed range selection of DatePicker not working in Chromium 53-57 browsers, #7838
1792- Fixed missing preview and delete icons of Upload when its `list-type` is picture-card, #7857
1793- Added `sort-by` attribute for TableColumn, #7828 (by @wangfengming)
1794- Fixed DatePicker sometimes displaying wrong year number when selecting the first week in week mode, #7860 (by @hh23485)
1795- Fixed icon style error of vertical Steps, #7891
1796- The hot area for node arrows in Tree is expanded, #7891
1797
1798### 2.0.1
1799
1800*2017-10-28*
1801
1802- Fixed style error of RadioButton and CheckboxButton, #7793
1803- Fixed TimePicker not respond to mouse scroll in some conditions, #7811
1804- Fixed incomplete styles of some components when imported on demand, #7811
1805
1806### 2.0.0 Carbon
1807
1808*2017-10-27*
1809
1810#### New features
1811- General
1812 - A new theme: `theme-chalk`
1813 - Accessibility of the following components are improved: Alert, AutoComplete, Breadcrumb, Button, Checkbox, Collapse, Input, InputNumber, Menu, Progress, Radio, Rate, Slider, Switch, Upload
1814 - Added TypeScript typings
1815 - All existing icons are redesigned. Some new icons are added
1816 - Added a series of breakpoint-based utility classes that hide elements when the viewport size meets certain conditions
1817 - Added layout components: Container, Header, Aside, Main, Footer
1818 - Now you can configure component sizes globally. When importing Element, you can add a global config object with a `size` prop to configure default sizes for all components.
1819- Button
1820 - Added `round` attribute. It's used for round-cornered Buttons #6643
1821- TimeSelect
1822 - Now can be navigated by `Up` and `Down`, and hitting `Enter` selects the time #6023
1823- TimePicker
1824 - Now can be navigated by arrow keys, and hitting `Enter` selects the time #6050
1825 - Added `start-placeholder` and `end-placeholder`. They're placeholders for the two input boxes in range mode #7169
1826 - Added `arrow-control` attribute to spin the time with arrows #7438
1827- Tree
1828 - Now child nodes don't render before the first expand #6257
1829 - Added `check-descendants` attribute. It determines if child nodes are checked when checking their parent node in `lazy` mode #6235
1830- Tag
1831 - Added `size` attribute #7203
1832- Datepicker
1833 - Now `timeFormat` can format the TimePicker when type is set to `datetimerange` #6052
1834 - Added `start-placeholder` and `end-placeholder`. They're placeholders for the two input boxes in range mode #7169
1835 - Added `value-format` attribute to customize the format of the binding value, #7367
1836 - Added `unlink-panels` attribute to unlink the two date panels when selecting a date range
1837- MessageBox
1838 - Added `closeOnHashChange` attribute #6043
1839 - Added `center` attribute so that the content can be centered #7029
1840 - Added `roundButton` attribute to display round Buttons #7029
1841 - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6043
1842 - Added `inputType` attribute to assign type for the inner input box, #7651
1843- Dialog
1844 - Added `width``fullscreen``append-to-body` attributes. Now Dialog can be nested
1845 - Added `center` attribute so that the content can be centered #7042
1846 - Added `focus-after-closed``focus-after-open` to improve accessibility #6511
1847- ColorPicker
1848 - Now you can type colors in the input box #6167
1849 - Added `size` and `disabled` attributes #7026
1850 - Added `popper-class` attribute #7351
1851- Message
1852 - Now color of the icons can be overridden by CSS #6207
1853 - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6207
1854 - Added `center` attribute so that the content can be centered #6875
1855- Notification
1856 - Added `position` attribute to configure where Notification pops up #6231
1857 - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6231
1858 - Added `showClose` attribute to hide the close button #6402
1859- Rate
1860 - Added `show-score` attribute to determine if current score is displayed #6295
1861- Tabs
1862 - Added `tab-position` attribute #6096
1863- Radio
1864 - Added `border` and `size` attributes #6690
1865- Checkbox
1866 - Added `border` and `size` attributes #6690
1867- Alert
1868 - Added `center` attribute so that the content can be centered #6876
1869- Menu
1870 - Added `background-color`, `text-color` and `active-text-color` attributes #7064
1871 - Added `open` and `close` methods to open and close SubMenu programmatically, #7412
1872- Form
1873 - Added `inline-message` attribute to determine if the validation message is displayed in inline style #7032
1874 - Added `status-icon` attribute to display a feedback icon when validated #7032
1875 - Form and FormItem now have a `size` attribute. Inner components will inherit this size if not specified on themselves, #7428
1876 - `validate` method will now return a promise if the callback is omitted, #7405
1877 - Added `clearValidate` method for clearing validating results for all form items, #7623
1878- Input
1879 - Added `suffix` and `prefix` named slots, `suffixIcon` and `prefixIcon` attributes to add contents inside the input box #7032
1880- Breadcrumb
1881 - Added `separator-class` attribute to support icons as item separators #7203
1882- Steps
1883 - Added `simple` attribute to activate simple-styled Steps #7274
1884- Pagination
1885 - Added `prev-text` and `next-text` attributes to customize texts of previous page and next page #7005
1886- Loading
1887 - Now you can customize spinner icon and background color with `spinner` and `background` prop, #7390
1888- Autocomplete
1889 - Added `debounce` attribute, #7413
1890- Upload
1891 - Added `limit` and `on-exceed` attributes to limit the amount of files, #7405
1892- DateTimePicker
1893 - Added `time-arrow-control` attribute to activate `arrow-control` of the nesting TimePicker, #7438
1894- Layout
1895 - Added a new breakpoint `xl` for viewport wider than 1920px
1896- Table
1897 - Added `span-method` attribute for merging cells
1898 - Added `clearSort` method to clear sorting programmatically
1899 - Added `clearFilter` method to clear filter programmatically
1900 - For expandable rows, when a row is expanded, a `.expanded` class will be added to its class list, so that you can customize its style
1901 - Added `size` attribute
1902 - Added `toggleRowExpansion` method to expand or collapse expandable rows programmatically
1903 - Added `cell-class-name` attribute to assign class name for cells
1904 - Added `cell-style` attribute to style cells
1905 - Added `header-row-class-name` attribute to assign class name for header rows
1906 - Added `header-row-style` attribute to style header rows
1907 - Added `header-cell-class-name` attribute to assign class name for header cells
1908 - Added `header-cell-style` attribute to style header cells
1909 - TableColumn's `prop` attribute now accepts `object[key]` notations
1910 - Added `index` attribute for TableColumn to customize row indices
1911- Select
1912 - Added `reserve-keyword` attribute for reserving current search keyword after selecting an option
1913
1914#### Bug fixes
1915- DatePicker
1916 - Fixed `v-model` returning the second day of the selected week in week mode #6038
1917 - Fixed the first input being cleared in `daterange` type #6021
1918- DateTimePicker
1919 - Fixed DateTimePicker and TimePicker affecting each other when picked #6090
1920 - Fixed hour and second can be beyond limit when selecting time #6076
1921- TimePicker
1922 - Fixed `v-model` not update correctly when blurred #6023
1923- Dialog
1924 - Fixed texts having blurry edges when opening and closing nesting dropdowns #6088
1925- Select
1926 - Improved performance. Now Vue dev-tool won't crash when a large number of Selects are destroyed #6151
1927- Table
1928 - Fixed a bug that Table remains hiding when its parent element appears from `display: none`
1929 - Fixed Table expanding its width when its parent element has `display: flex`
1930 - Fixed a bug that fixed columns of a Table with `append` slot would disappear when data is dynamically fetched
1931 - Fixed `expand-row-keys` attribute not working with initial value
1932 - Fixed filter failing when `data` updates
1933 - Fixed a calculation error of fixed columns layout with grouped headers
1934 - Fixed a dynamic `max-height` bug
1935 - Fixed some style calculation errors
1936
1937#### Breaking changes
1938- General
1939 - Removed `theme-default`
1940 - Compatible with Vue 2.5.2+ and IE 10+
1941 - `change` event of form components and `current-change` event of Pagination now only trigger on user interaction
1942 - `size` attribute of Button and form components now accept `medium`, `small` and `mini`
1943 - To facilitate the use of third-party icons, `icon` attribute of Button and Steps, `prefix-icon` and `suffix-icon` attributes of Input now require a full class name
1944- Dialog
1945 - Removed `size` attribute. Now the size of Dialog can be configured by `width` and `fullscreen`
1946 - Now the visibility of Dialog cannot be controlled by `v-model`
1947- Rate
1948 - `text-template` is renamed to `score-template`
1949- Dropdown
1950 - `menu-align` is renamed to `placement`. Now it supports more positions
1951- Transfer
1952 - `footer-format` is renamed to `format`
1953- Switch
1954 - Attributes starting with `on-*` will be parsed to events in JSX, making all `on-*` attributes of Switch not
1955 able to work in JSX. So `on-*` attributes are renamed to `active-*`, and accordingly `off-*` attributes are renamed to `inactive-*`. This change affects the following attributes: `on-icon-class`, `off-icon-class`, `on-text`, `off-text`, `on-color`, `off-color`, `on-value`, `off-value`
1956 - `active-text` and `inactive-text` attributes now don't have default values
1957- Tag
1958 - `type` attribute now accepts `success`, `info`, `warning` and `danger`
1959- Menu
1960 - Removed `theme` attribute. The color of Menu can be configured using `background-color`, `text-color` and `active-text-color`
1961- Input
1962 - Removed `icon` attribute. Now the suffix icon can be configured using `suffix-icon` attribute or `suffix` named slot
1963 - Removed `on-icon-click` attribute and `click` event. Now to add click handler on icons, please use named slots
1964 - `change` event now behaves like the native input element, which triggers only on blur or pressing enter. If you need to respond to user input in real time, you can use `input` event.
1965- Autocomplete
1966 - Removed `custom-item` attribute. Now the template of input suggestions can be customized using `scoped slot`
1967 - Removed `props` attribute. Now you can use `value-key` attribute to designate key name of the input suggestion object for display
1968- Steps
1969 - Removed `center` attribute
1970 - Now the Steps will fill its parent container by default
1971- DatePicker
1972 - The params of DatePicker's `change` event is now the binding value itself. Its format is controlled by `value-format`
1973- Table
1974 - Removed support for customizing column template using `inline-template`
1975 - `sort-method` now aligns with `Array.sort`. It should return a number instead of a boolean
1976 - `append` slot is moved outside the `tbody` element to avoid multiple rendering
1977 - `expand` event is renamed to `expand-change`
1978 - The params of `row-class-name` and `row-style` method is now an object
1979
1980##
1981<i><sup>*</sup> Dynamically rendering arbitrary HTML on your website can be very dangerous because it can easily lead to [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting). So when `dangerouslyUseHTMLString` is on, please make sure the content of `message` is trusted, and **never** assign `message` to user-provided content.</i>