diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 32a7b0fa6..f70bc287c 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,18 @@ --- +## 1.3.5 +`2019-02-23` + +- 🌟 Optimize the `Popover` `Popconfirm` component arrow style. +- 🐞 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) +- Tree + - 🐞 Fixed growing space of Tree nodes.[#502](https://github.com/vueComponent/ant-design-vue/issues/502) + - 🐞 Fixing the `Tree` node can't drag and drop the target node problem.[#469](https://github.com/vueComponent/ant-design-vue/issues/502) + - 📝 Update the document: `Tree` component `dragxxx` event changed to all lowercase.[#467](https://github.com/vueComponent/ant-design-vue/issues/467) +- 🐞 Fix `Modal.confirm` `class` does not work.[#475](https://github.com/vueComponent/ant-design-vue/pull/475) +- 🐞 Fix some TypeScript definitions. + ## 1.3.4 `2019-01-31` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 52d8e8b84..4d62b1786 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,19 @@ --- + +## 1.3.5 +`2019-02-23` + +- 🌟 优化 `Popover` `Popconfirm` 组件箭头样式。 +- 🐞 修复在 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) +- Tree + - 🐞 修复 Tree 节点内底部边距叠加的问题。[#502](https://github.com/vueComponent/ant-design-vue/issues/502) + - 🐞 修复 `Tree` 结点无法拖拽插入目标结点问题。[#469](https://github.com/vueComponent/ant-design-vue/issues/502) + - 📝 更新文档:`Tree` 组件 `dragxxx` 事件改成全小写。[#467](https://github.com/vueComponent/ant-design-vue/issues/467) +- 🐞 修复 `Modal.confirm` `class` 不生效问题。[#475](https://github.com/vueComponent/ant-design-vue/pull/475) +- 🐞 修复 TypeScript 类型定义。 + ## 1.3.4 `2019-01-31` diff --git a/package.json b/package.json index ddfb8a0f7..cf338ed3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-vue", - "version": "1.3.4", + "version": "1.3.5", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [ @@ -147,7 +147,7 @@ "selenium-server": "^3.0.1", "semver": "^5.3.0", "style-loader": "^0.18.2", - "stylelint": "~9.6.0", + "stylelint": "^9.10.1", "stylelint-config-prettier": "^4.0.0", "stylelint-config-standard": "^18.2.0", "through2": "^2.0.3",