@evolvere/sgp-ui 1.6.4 → 1.6.5

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