Browse Source

update CHANGELOG

version->1.11.0
pull/2941/head
乐仪 8 years ago
parent
commit
a8d506ad7b
  1. 16
      CHANGELOG.md
  2. 2
      package.json

16
CHANGELOG.md

@ -9,6 +9,22 @@ timeline: true
--- ---
## 1.11.0
`2016-09-01`
- 修复官网链接无效的问题。[#2751](https://github.com/ant-design/ant-design/issues/2751)
- `Table`
- 去除数据中多余的 indexForSort 属性。[#2501](https://github.com/ant-design/ant-design/issues/2501)
- 修复 pagination 中 defaultPageSize 属性不生效的问题。[#2874](https://github.com/ant-design/ant-design/issues/2874)
- 修复数据为空时固定列出现重复提示的问题。[#2812](https://github.com/ant-design/ant-design/issues/2812)
- 给树形子数据增加排序功能。[#2839](https://github.com/ant-design/ant-design/issues/2839)
- `InputNumber` 样式问题修复。[#2876](https://github.com/ant-design/ant-design/issues/2876)
- `Tooltip` `Popover` `Popconfirm` 修正默认对齐方式为边缘对齐,增加 arrowPointAtCenter 属性用于箭头指向中心的行为。[commit 977e2e3](https://github.com/ant-design/ant-design/commit/977e2e32fc40968846c8201ed72bdc3818375d2f)
- 修复手动导入less文件 input error 样式被 focus 样式覆盖的问题。[#2916](https://github.com/ant-design/ant-design/issues/2916)
- 更新文档中的 cdn 地址。
- index.d.ts 中补充了一些缺失的声明,修复 `Form` 中 typescript 语法检查报错的问题。[#2885](https://github.com/ant-design/ant-design/issues/2885)
## 1.10.0 ## 1.10.0
`2016-08-20` `2016-08-20`

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "antd", "name": "antd",
"version": "1.10.0", "version": "1.11.0",
"title": "Ant Design", "title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation", "description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/", "homepage": "http://ant.design/",

Loading…
Cancel
Save