docs: add changelog
parent
eee43a34cc
commit
e43c0c3bcc
|
@ -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`
|
||||
|
||||
|
|
Loadingโฆ
Reference in New Issue