Skip to content

Commit 4218f19

Browse files
committed
bump 1.4.0
1 parent 3b45c7e commit 4218f19

File tree

3 files changed

+28
-22
lines changed

3 files changed

+28
-22
lines changed

CHANGELOG.en-US.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -10,60 +10,61 @@
1010

1111
---
1212

13-
## 1.14.0
13+
## 1.4.0
1414

15-
`2019-10-12`
15+
`2019-10-14`
1616

17-
- 🎉 New component Empty, and improved empty data style of all components!
17+
- 🎉 New component Empty, and improved empty data style of all components!
1818
- 🎉 New component Statistic.
1919
- 🎉 Hindi locale added (hi_IN).
2020
- 🎉 Kannada locale added (kn_IN).
21-
- 🌟 ConfigProvider component support prefixCls.
21+
- 🌟 ConfigProvider component support prefixCls.
2222
- Button
2323
- 🌟 Button support round shape.
2424
- Collapse
25-
- 🌟 Add `expandIcon` to allow customization of Collapse icon.
25+
- 🌟 Add `expandIcon` to allow customization of Collapse icon.
2626
- ConfigProvider
27-
- 🌟 Support Content Security Policy (CSP) config.
28-
- 🌟 Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
27+
- 🌟 Support Content Security Policy (CSP) config.
28+
- 🌟 Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
2929
- Icon
30-
- 🌟 Icon component add `aria-label` prop to enhance accessibility.
31-
- 🌟 Add `rotate` to allow icon rotate as specified degrees.
30+
- 🌟 Icon component add `aria-label` prop to enhance accessibility.
31+
- 🌟 Add `rotate` to allow icon rotate as specified degrees.
3232
- 🌟 Add `eye-invisible` icon.
3333
- Input
3434
- 🌟 Add Input.Password.
3535
- 🌟 support `allowClear`
3636
- Modal
3737
- 🌟 Add `forceRender` support.
3838
- 🌟 Add `destroyAll` method.
39-
- 🌟 Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
40-
- 🌟 Add `mask` property support for Modal method.
39+
- 🌟 Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
40+
- 🌟 Add `mask` property support for Modal method.
4141
- 🌟 Add `transitionName` and `maskTransitionName` property support for Modal method.
4242
- 🐞 Fix the problem that the mouse moves to the mask layer to close automatically [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
4343
- 🌟 Add `small` type Card component.
4444
- Form
4545
- 🌟 Add `name` option to `Form.create`
4646
- 🌟 Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
47+
- 🐞 Fix browser stuck when `FormItem` is passed through slot [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
4748
- 🌟 Add switcherIcon prop to Tree.
4849
- Dropdown
4950
- 🌟 Dropdown.Button support `href`.
5051
- 🌟 Add `openClassName`.
5152
- Table
5253
- 🌟 Add prop `sortDirections` for Table and Table.Column.
5354
- 🐞 Fixed Badge component display over the fixed table column.
54-
- 🐞 Fixed rowSelection columnWidth doesn't work.
55+
- 🐞 Fixed rowSelection columnWidth doesn't work.
5556
- DatePicker
56-
- 🌟 Will read format as default format in locale if provided.
57+
- 🌟 Will read format as default format in locale if provided.
5758
- 🌟 Add new `renderFooter` API for DatePicker.
5859
- 🐞 Fixed `dateRender` not supported at WeekPicker.
59-
- 🐞 Fixed disabled button style in DatePicker panel.
60+
- 🐞 Fixed disabled button style in DatePicker panel.
6061
- 🌟 support prop `renderExtraFooter` in all mode.
61-
- 🐞 Fixed month range display when start year equals end year.
62+
- 🐞 Fixed month range display when start year equals end year.
6263
- TimePicker
6364
- 🌟 TimePicker support new prop `popupStyle` and new event `amPmChange`.
64-
- 🐞 Fixed TimePicker Icon disappear when used with Input.Group.
65+
- 🐞 Fixed TimePicker Icon disappear when used with Input.Group.
6566
- 🌟 Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
66-
- 🌟 Rate component support `tooltips`.
67+
- 🌟 Rate component support `tooltips`.
6768
- Upload
6869
- 💄 Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
6970
- 🐞 Fixed `dpg` file type is not recognizable as image in Upload component.
@@ -72,15 +73,17 @@
7273
- Progress
7374
- 🌟 All types support `successPercent` prop.
7475
- Pagination
75-
- 🐞 Fix ellipsis misalignment.
76+
- 🐞 Fix ellipsis misalignment.
7677
- 🐞 Fixed Radio style bug in Chrome.
7778
- 🐞 Fixed Steps style issue on IE9.
7879
- 🐞 Fixed nested Timeline last item missing line.
7980
- 🐞 Fixed spin never shows up when delay got initially set.
8081
- 🐞 Fix wave style issue in Edge.
8182

8283
## 1.3.17
84+
8385
`2019-09-29`
86+
8487
- 🌟 `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
8588
- `Select`
8689
- 🐞 Fix keydown keyboard event invalidation

CHANGELOG.zh-CN.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
---
1212

13-
## 1.14.0
13+
## 1.4.0
1414

15-
`2019-10-12`
15+
`2019-10-14`
1616

1717
- 🎉 新的组件 `Empty`,同时优化了各个组件的空数据状态样式!
1818
- 🎉 新增 `Statistic` 统计/倒计时组件。
@@ -42,6 +42,7 @@
4242
- Form
4343
- 🌟 添加 `name` 选项到 `Form.create`
4444
- 🌟 新增 `selfUpdate` 属性,用于提升表单性能 [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
45+
- 🐞 修复当 `FormItem` 通过 slot 传递时浏览器卡死问题 [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
4546
- 🌟 Tree 添加 `switcherIcon` 属性。
4647
- Dropdown
4748
- 🌟 Dropdown.Button 支持 `href` 属性。
@@ -81,7 +82,9 @@
8182
- 🐞 修复水波纹在 Edge 下的样式问题。
8283

8384
## 1.3.17
85+
8486
`2019-09-29`
87+
8588
- 🌟 `Form` 新增 `selfUpdate` 属性,用于提升表单性能 [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
8689
- `Select`
8790
- 🐞 修复 keydown 键盘事件失效问题

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.17",
3+
"version": "1.4.0",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -219,4 +219,4 @@
219219
"lib/**/style/*",
220220
"*.less"
221221
]
222-
}
222+
}

0 commit comments

Comments
 (0)