Skip to content

Commit 4314d97

Browse files
committed
release 1.5.1
1 parent 34ab34a commit 4314d97

File tree

4 files changed

+43
-17
lines changed

4 files changed

+43
-17
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 1.5.1
14+
15+
`2020-04-02`
16+
17+
- 🐞 Fix `PageHeader` cannot hide backIcon [#1987](https://github.com/vueComponent/ant-design-vue/pull/1987)
18+
- 🐞 Fix `Pagination` doesn't update when total changes [#1989](https://github.com/vueComponent/ant-design-vue/pull/1989)
19+
- 🐞 Fix placeholder does not disappear when inputting `TreeSelect` in Chinese [#1994](https://github.com/vueComponent/ant-design-vue/pull/1994)
20+
- 🐞 Fix `Table` customRender cannot customize class style [#2004](https://github.com/vueComponent/ant-design-vue/pull/2004)
21+
- 🐞 Fix `Form` missing slot content when using Form.create [#1998](https://github.com/vueComponent/ant-design-vue/pull/1998)
22+
- 🐞 Fix `Textarea` scroll bar flickering problem [#1964](https://github.com/vueComponent/ant-design-vue/pull/1964)
23+
- 🌟 Add ts type file of `FormModel` [#1996](https://github.com/vueComponent/ant-design-vue/pull/1966)
24+
- 🌟 Add `modal` destroyAll type declaration [#1993](https://github.com/vueComponent/ant-design-vue/pull/1963)
25+
1326
## 1.5.0
1427

1528
`2020-03-29`

CHANGELOG.zh-CN.md

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

1111
---
1212

13+
## 1.5.1
14+
15+
`2020-04-02`
16+
17+
- 🐞 修复 `PageHeader` 不能隐藏 backIcon 问题 [#1987](https://github.com/vueComponent/ant-design-vue/pull/1987)
18+
- 🐞 修复 `Pagination` 的 total 变化时,不更新问题 [#1989](https://github.com/vueComponent/ant-design-vue/pull/1989)
19+
- 🐞 修复 `TreeSelect` 输入中文时 placeholder 不消失问题 [#1994](https://github.com/vueComponent/ant-design-vue/pull/1994)
20+
- 🐞 修复 `Table` customRender 不能自定义 class style 问题 [#2004](https://github.com/vueComponent/ant-design-vue/pull/2004)
21+
- 🐞 修复 `Form` 使用 Form.create 时,丢失插槽内容问题 [#1998](https://github.com/vueComponent/ant-design-vue/pull/1998)
22+
- 🐞 修复 `Textarea` 滚动条闪动问题 [#1964](https://github.com/vueComponent/ant-design-vue/pull/1964)
23+
- 🌟 添加 `FormModel` 的 ts 类型文件 [#1996](https://github.com/vueComponent/ant-design-vue/pull/1966)
24+
- 🌟 添加 `Modal` 的 destroyAll 类型声明 [#1993](https://github.com/vueComponent/ant-design-vue/pull/1963)
25+
1326
## 1.5.0
1427

1528
`2020-03-29`

components/table/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,34 +229,34 @@ exports[`renders ./antdv-demo/docs/table/demo/colspan-rowspan.md correctly 1`] =
229229
<tbody class="ant-table-tbody">
230230
<tr class="ant-table-row ant-table-row-level-0" data-row-key="1">
231231
<td class=""><a href="javascript:;">John Brown</a></td>
232-
<td class="">32</td>
233-
<td class="">0571-22098909</td>
234-
<td class="">18889898989</td>
235-
<td class="">New York No. 1 Lake Park</td>
232+
<td>32</td>
233+
<td>0571-22098909</td>
234+
<td>18889898989</td>
235+
<td>New York No. 1 Lake Park</td>
236236
</tr>
237237
<tr class="ant-table-row ant-table-row-level-0" data-row-key="2">
238238
<td class=""><a href="javascript:;">Jim Green</a></td>
239-
<td class="">42</td>
240-
<td class="">0571-22098333</td>
241-
<td class="">18889898888</td>
242-
<td class="">London No. 1 Lake Park</td>
239+
<td>42</td>
240+
<td>0571-22098333</td>
241+
<td>18889898888</td>
242+
<td>London No. 1 Lake Park</td>
243243
</tr>
244244
<tr class="ant-table-row ant-table-row-level-0" data-row-key="3">
245245
<td class=""><a href="javascript:;">Joe Black</a></td>
246-
<td class="">32</td>
247-
<td rowspan="2" class="">0575-22098909</td>
248-
<td class="">18900010002</td>
249-
<td class="">Sidney No. 1 Lake Park</td>
246+
<td>32</td>
247+
<td rowspan="2">0575-22098909</td>
248+
<td>18900010002</td>
249+
<td>Sidney No. 1 Lake Park</td>
250250
</tr>
251251
<tr class="ant-table-row ant-table-row-level-0" data-row-key="4">
252252
<td class=""><a href="javascript:;">Jim Red</a></td>
253-
<td class="">18</td>
253+
<td>18</td>
254254
<!---->
255-
<td class="">18900010002</td>
256-
<td class="">London No. 2 Lake Park</td>
255+
<td>18900010002</td>
256+
<td>London No. 2 Lake Park</td>
257257
</tr>
258258
<tr class="ant-table-row ant-table-row-level-0" data-row-key="5">
259-
<td colspan="5" class=""><a href="javascript:;">Jake White</a></td>
259+
<td colspan="5"><a href="javascript:;">Jake White</a></td>
260260
<!---->
261261
<!---->
262262
<!---->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)