|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +`ant-design-vue` strictly follows [Semantic Versioning 2.0.0](http://semver.org/). |
| 4 | + |
| 5 | +#### Release Schedule |
| 6 | + |
| 7 | +* Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix). |
| 8 | +* Monthly release: minor version for new features. |
| 9 | +* Major version release is not included in this schedule for breaking change and new features. |
| 10 | + |
3 | 11 | ---
|
4 | 12 |
|
| 13 | +## 1.3.0 |
| 14 | +`2019-01-12` |
| 15 | + |
| 16 | +- 🎉 🎉 🎉 Publish the vscode plugin [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) |
| 17 | + |
| 18 | +### Component features and styles are synchronized to antd version 3.11.6. |
| 19 | +1.3.0 brings two new Components, a lot of exciting changes and new features. |
| 20 | + |
| 21 | +- 🔥 Added a new component [Comment](https://vuecomponent.github.io/ant-design-vue/components/comment/)。 |
| 22 | +- 🔥 dded a new component [ConfigProvider](https://vuecomponent.github.io/ant-design-vue/components/config-provider/) for user to customize some global setting. |
| 23 | + |
| 24 | +Component Fixes / Enhancements: |
| 25 | + |
| 26 | +- 🌟 Avatar Added `srcSet` prop that is a list of sources to use for different screen resolutions. |
| 27 | +- 🌟 Notification Added `onClick` prop that is called when the notification is clicked. |
| 28 | +- Transfer |
| 29 | + - 🌟 Added `search` event that is executed when search field are changed and deprecated `searchChange` event. |
| 30 | + - 🌟 Added `disabled` prop that whether disable transfer. |
| 31 | +- 🌟 Refactor Badge, support `count` as custom component. |
| 32 | +- Slider |
| 33 | + - 🌟 Added `tooltipVisible` prop that whether Tooltip will always show. |
| 34 | + - 🌟 Optimize the focus effect |
| 35 | + - 🐞 Fix tooltip does not display the problem when focus through the keyboard tab. |
| 36 | + - 🐞 Fix the hidden switch problem of Tooltip while dragging. |
| 37 | +- Calendar |
| 38 | + - 🌟 Support multiple date format. |
| 39 | + - 🌟 showSearch added `limit` prop that support limit filtered item count. |
| 40 | +- Table |
| 41 | + - 🌟 Added `expandIcon` prop that custom the default expand icon. |
| 42 | + - 🌟 customCell added `index` prop. |
| 43 | +- Select |
| 44 | + - 🌟 Added `removeIcon`、`clearIcon`、`menuItemSelectedIcon` prop,allow setting `remove`、`clear`、`menuItemSelected` custom icons. |
| 45 | + - 🌟 Added `dropdownRender` prop that custom dropdown content. |
| 46 | + - 🌟 Added `loading` prop that indicate loading state. |
| 47 | +- 🌟 Optimize the display of the Button when it contains an Icon. |
| 48 | +- ⚡️ Refactor Tag component with less code and better performance. |
| 49 | +- 💄 Added `title` prop that Menu.Item support tooltip title when collapsed. |
| 50 | +- 💄 Chore Card header and loading UI. |
| 51 | +- 💄 Optimized Spin wrapper styles and improve performance slightly. |
| 52 | +- 🐞 Fix TextArea use resize observer to check textarea size. |
| 53 | +- 🐞 Fix Tooltip in the disabled state, the style error problem.[#389](https://github.com/vueComponent/ant-design-vue/issues/389) |
| 54 | +- 🐞 Fix some component TypeScript definitions. |
| 55 | + |
| 56 | + |
5 | 57 | ## 1.2.5
|
6 | 58 | `2019-01-06`
|
7 | 59 |
|
|
0 commit comments