Skip to content

Commit dcdbe35

Browse files
committed
docs: add en changelog
1 parent f7a57fe commit dcdbe35

File tree

2 files changed

+72
-3
lines changed

2 files changed

+72
-3
lines changed

CHANGELOG.en-US.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,75 @@
1010

1111
---
1212

13+
## 1.14.0
14+
15+
`2019-10-12`
16+
17+
- 🎉 New component Empty, and improved empty data style of all components!
18+
- 🎉 New component Statistic.
19+
- 🎉 Hindi locale added (hi_IN).
20+
- 🎉 Kannada locale added (kn_IN).
21+
- 🌟 ConfigProvider component support prefixCls.
22+
- Button
23+
- 🌟 Button support round shape.
24+
- Collapse
25+
- 🌟 Add `expandIcon` to allow customization of Collapse icon.
26+
- ConfigProvider
27+
- 🌟 Support Content Security Policy (CSP) config.
28+
- 🌟 Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
29+
- Icon
30+
- 🌟 Icon component add `aria-label` prop to enhance accessibility.
31+
- 🌟 Add `rotate` to allow icon rotate as specified degrees.
32+
- 🌟 Add `eye-invisible` icon.
33+
- Input
34+
- 🌟 Add Input.Password.
35+
- 🌟 support `allowClear`
36+
- Modal
37+
- 🌟 Add `forceRender` support.
38+
- 🌟 Add `destroyAll` method.
39+
- 🌟 Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
40+
- 🌟 Add `mask` property support for Modal method.
41+
- 🌟 Add `transitionName` and `maskTransitionName` property support for Modal method.
42+
- 🐞 Fix the problem that the mouse moves to the mask layer to close automatically [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
43+
- 🌟 Add `small` type Card component.
44+
- Form
45+
- 🌟 Add `name` option to `Form.create`
46+
- 🌟 Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
47+
- 🌟 Add switcherIcon prop to Tree.
48+
- Dropdown
49+
- 🌟 Dropdown.Button support `href`.
50+
- 🌟 Add `openClassName`.
51+
- Table
52+
- 🌟 Add prop `sortDirections` for Table and Table.Column.
53+
- 🐞 Fixed Badge component display over the fixed table column.
54+
- 🐞 Fixed rowSelection columnWidth doesn't work.
55+
- DatePicker
56+
- 🌟 Will read format as default format in locale if provided.
57+
- 🌟 Add new `renderFooter` API for DatePicker.
58+
- 🐞 Fixed `dateRender` not supported at WeekPicker.
59+
- 🐞 Fixed disabled button style in DatePicker panel.
60+
- 🌟 support prop `renderExtraFooter` in all mode.
61+
- 🐞 Fixed month range display when start year equals end year.
62+
- TimePicker
63+
- 🌟 TimePicker support new prop `popupStyle` and new event `amPmChange`.
64+
- 🐞 Fixed TimePicker Icon disappear when used with Input.Group.
65+
- 🌟 Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
66+
- 🌟 Rate component support `tooltips`.
67+
- Upload
68+
- 💄 Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
69+
- 🐞 Fixed `dpg` file type is not recognizable as image in Upload component.
70+
- Spin
71+
- 🐞 Fix Spin style issue in IE 10.
72+
- Progress
73+
- 🌟 All types support `successPercent` prop.
74+
- Pagination
75+
- 🐞 Fix ellipsis misalignment.
76+
- 🐞 Fixed Radio style bug in Chrome.
77+
- 🐞 Fixed Steps style issue on IE9.
78+
- 🐞 Fixed nested Timeline last item missing line.
79+
- 🐞 Fixed spin never shows up when delay got initially set.
80+
- 🐞 Fix wave style issue in Edge.
81+
1382
## 1.3.17
1483
`2019-09-29`
1584
- 🌟 `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)

CHANGELOG.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
---
1212

13-
## 1.14.0-beta.0
13+
## 1.14.0
1414

15-
`2019-09-23`
15+
`2019-10-12`
1616

1717
- 🎉 新的组件 `Empty`,同时优化了各个组件的空数据状态样式!
18-
- 🎉 **新增 `Statistic` 统计/倒计时组件**
18+
- 🎉 新增 `Statistic` 统计/倒计时组件。
1919
- 🎉 添加新的国际化资源北印度语(kn_IN)和坎那达语(kn_IN)。
2020
- 🌟 ConfigProvider 组件添加 `prefixCls` 属性。
2121
- Button

0 commit comments

Comments
 (0)