Skip to content

Commit b146563

Browse files
committed
bump 1.3.5
1 parent 04501de commit b146563

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.en-US.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
---
1212

13+
## 1.3.5
14+
`2019-02-23`
15+
16+
- 🌟 Optimize the `Popover` `Popconfirm` component arrow style.
17+
- 🐞 Fix using autoprefixer 9.4.5 in postcss (vue-cli) will throw an error `Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed`. [#471](https://github.com/vueComponent/ant-design-vue/pull/471)
18+
- Tree
19+
- 🐞 Fixed growing space of Tree nodes.[#502](https://github.com/vueComponent/ant-design-vue/issues/502)
20+
- 🐞 Fixing the `Tree` node can't drag and drop the target node problem.[#469](https://github.com/vueComponent/ant-design-vue/issues/502)
21+
- 📝 Update the document: `Tree` component `dragxxx` event changed to all lowercase.[#467](https://github.com/vueComponent/ant-design-vue/issues/467)
22+
- 🐞 Fix `Modal.confirm` `class` does not work.[#475](https://github.com/vueComponent/ant-design-vue/pull/475)
23+
- 🐞 Fix some TypeScript definitions.
24+
1325
## 1.3.4
1426
`2019-01-31`
1527

CHANGELOG.zh-CN.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
---
1212

13+
14+
## 1.3.5
15+
`2019-02-23`
16+
17+
- 🌟 优化 `Popover` `Popconfirm` 组件箭头样式。
18+
- 🐞 修复在 postcss(vue-cli)中使用 autoprefixer 9.4.5 会抛出错误 `Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed` 的问题。[#471](https://github.com/vueComponent/ant-design-vue/pull/471)
19+
- Tree
20+
- 🐞 修复 Tree 节点内底部边距叠加的问题。[#502](https://github.com/vueComponent/ant-design-vue/issues/502)
21+
- 🐞 修复 `Tree` 结点无法拖拽插入目标结点问题。[#469](https://github.com/vueComponent/ant-design-vue/issues/502)
22+
- 📝 更新文档:`Tree` 组件 `dragxxx` 事件改成全小写。[#467](https://github.com/vueComponent/ant-design-vue/issues/467)
23+
- 🐞 修复 `Modal.confirm` `class` 不生效问题。[#475](https://github.com/vueComponent/ant-design-vue/pull/475)
24+
- 🐞 修复 TypeScript 类型定义。
25+
1326
## 1.3.4
1427
`2019-01-31`
1528

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.4",
3+
"version": "1.3.5",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -147,7 +147,7 @@
147147
"selenium-server": "^3.0.1",
148148
"semver": "^5.3.0",
149149
"style-loader": "^0.18.2",
150-
"stylelint": "~9.6.0",
150+
"stylelint": "^9.10.1",
151151
"stylelint-config-prettier": "^4.0.0",
152152
"stylelint-config-standard": "^18.2.0",
153153
"through2": "^2.0.3",

0 commit comments

Comments
 (0)