docs: add changelog

pull/398/head
tangjinzhou 2019-01-12 10:55:25 +08:00
parent eee43a34cc
commit e43c0c3bcc
1 changed files with 52 additions and 0 deletions

View File

@ -1,7 +1,59 @@
# Change Log
`ant-design-vue` strictly follows [Semantic Versioning 2.0.0](http://semver.org/).
#### Release Schedule
* Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
* Monthly release: minor version for new features.
* Major version release is not included in this schedule for breaking change and new features.
---
## 1.3.0
`2019-01-12`
- ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ Publish the vscode plugin [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
### Component features and styles are synchronized to antd version 3.11.6.
1.3.0 brings two new Components, a lot of exciting changes and new features.
- ๐Ÿ”ฅ Added a new component [Comment](https://vuecomponent.github.io/ant-design-vue/components/comment/)ใ€‚
- ๐Ÿ”ฅ dded a new component [ConfigProvider](https://vuecomponent.github.io/ant-design-vue/components/config-provider/) for user to customize some global setting.
Component Fixes / Enhancements:
- ๐ŸŒŸ Avatar Added `srcSet` prop that is a list of sources to use for different screen resolutions.
- ๐ŸŒŸ Notification Added `onClick` prop that is called when the notification is clicked.
- Transfer
- ๐ŸŒŸ Added `search` event that is executed when search field are changed and deprecated `searchChange` event.
- ๐ŸŒŸ Added `disabled` prop that whether disable transfer.
- ๐ŸŒŸ Refactor Badge, support `count` as custom component.
- Slider
- ๐ŸŒŸ Added `tooltipVisible` prop that whether Tooltip will always show.
- ๐ŸŒŸ Optimize the focus effect
- ๐Ÿž Fix tooltip does not display the problem when focus through the keyboard tab.
- ๐Ÿž Fix the hidden switch problem of Tooltip while dragging.
- Calendar
- ๐ŸŒŸ Support multiple date format.
- ๐ŸŒŸ showSearch added `limit` prop that support limit filtered item count.
- Table
- ๐ŸŒŸ Added `expandIcon` prop that custom the default expand icon.
- ๐ŸŒŸ customCell added `index` prop.
- Select
- ๐ŸŒŸ Added `removeIcon`ใ€`clearIcon`ใ€`menuItemSelectedIcon` prop๏ผŒallow setting `remove`ใ€`clear`ใ€`menuItemSelected` custom icons.
- ๐ŸŒŸ Added `dropdownRender` prop that custom dropdown content.
- ๐ŸŒŸ Added `loading` prop that indicate loading state.
- ๐ŸŒŸ Optimize the display of the Button when it contains an Icon.
- โšก๏ธ Refactor Tag component with less code and better performance.
- ๐Ÿ’„ Added `title` prop that Menu.Item support tooltip title when collapsed.
- ๐Ÿ’„ Chore Card header and loading UI.
- ๐Ÿ’„ Optimized Spin wrapper styles and improve performance slightly.
- ๐Ÿž Fix TextArea use resize observer to check textarea size.
- ๐Ÿž Fix Tooltip in the disabled state, the style error problem.[#389](https://github.com/vueComponent/ant-design-vue/issues/389)
- ๐Ÿž Fix some component TypeScript definitions.
## 1.2.5
`2019-01-06`