mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
bump 1.3.5
This commit is contained in:
parent
04501dec3d
commit
b1465635e9
@ -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`
|
||||
|
||||
|
@ -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`
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user