1010
1111---
1212
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+
1319## 1.3.0
1420` 2019-01-12 `
1521
2531Component Fixes / Enhancements:
2632
2733- 🌟 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.
2935- Transfer
3036 - 🌟 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.
3238- 🌟 Refactor Badge, support ` count ` as custom component.
33- - Slider
39+ - Slider
3440 - 🌟 Added ` tooltipVisible ` prop that whether Tooltip will always show.
3541 - 🌟 Optimize the focus effect
3642 - 🐞 Fix tooltip does not display the problem when focus through the keyboard tab.
@@ -43,9 +49,9 @@ Component Fixes / Enhancements:
4349 - 🌟 customCell added ` index ` prop.
4450- Select
4551 - 🌟 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.
4753 - 🌟 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.
4955- ⚡️ Refactor Tag component with less code and better performance.
5056- 💄 Added ` title ` prop that Menu.Item support tooltip title when collapsed.
5157- 💄 Chore Card header and loading UI.
0 commit comments