10
10
11
11
---
12
12
13
+ ## 1.3.1
14
+ ` 2019-01-15 `
15
+
16
+ - 🐞 Fixed the ` Table ` component could not be scrolled under ie.。[ #390 ] ( https://github.com/vueComponent/ant-design-vue/issues/390 ) 。
17
+ - 🐞 Fix ` Form ` does not clear that does not need to check the field.[ #367 ] ( https://github.com/vueComponent/ant-design-vue/issues/367 ) 。
18
+
13
19
## 1.3.0
14
20
` 2019-01-12 `
15
21
25
31
Component Fixes / Enhancements:
26
32
27
33
- 🌟 Avatar Added ` srcSet ` prop that is a list of sources to use for different screen resolutions.
28
- - 🌟 Notification Added ` onClick ` prop that is called when the notification is clicked.
34
+ - 🌟 Notification Added ` onClick ` prop that is called when the notification is clicked.
29
35
- Transfer
30
36
- 🌟 Added ` search ` event that is executed when search field are changed and deprecated ` searchChange ` event.
31
- - 🌟 Added ` disabled ` prop that whether disable transfer.
37
+ - 🌟 Added ` disabled ` prop that whether disable transfer.
32
38
- 🌟 Refactor Badge, support ` count ` as custom component.
33
- - Slider
39
+ - Slider
34
40
- 🌟 Added ` tooltipVisible ` prop that whether Tooltip will always show.
35
41
- 🌟 Optimize the focus effect
36
42
- 🐞 Fix tooltip does not display the problem when focus through the keyboard tab.
@@ -43,9 +49,9 @@ Component Fixes / Enhancements:
43
49
- 🌟 customCell added ` index ` prop.
44
50
- Select
45
51
- 🌟 Added ` removeIcon ` 、` clearIcon ` 、` menuItemSelectedIcon ` prop,allow setting ` remove ` 、` clear ` 、` menuItemSelected ` custom icons.
46
- - 🌟 Added ` dropdownRender ` prop that custom dropdown content.
52
+ - 🌟 Added ` dropdownRender ` prop that custom dropdown content.
47
53
- 🌟 Added ` loading ` prop that indicate loading state.
48
- - 🌟 Optimize the display of the Button when it contains an Icon.
54
+ - 🌟 Optimize the display of the Button when it contains an Icon.
49
55
- ⚡️ Refactor Tag component with less code and better performance.
50
56
- 💄 Added ` title ` prop that Menu.Item support tooltip title when collapsed.
51
57
- 💄 Chore Card header and loading UI.
0 commit comments