Merge pull request #590 from ant-design/bump-0.10.2

bump 0.10.2
This commit is contained in:
afc163 2015-11-25 17:05:56 +08:00
commit de05c8e2d2
2 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,17 @@
---
## 0.10.2 `2015-11-25`
- Slider 新增 `tipFormatter` 用于格式化 Tooltip 的内容。
- 优化 Badge 动画效果。
- 修复以下问题:
- 文本域的表单校验无法重置。
- 设置 Upload 的 `multiple``true` 时,未显示每个文件的上传进度。
- Breadcrumb 配合 Router 的时候如果没有 `breadcrumbName` 会抛错。
- InputNumber 同时设置 `size` `className` 时会有冲突。
## 0.10.1 `2015-11-20`
- 修改内部组件的引用结构,方便工具优化。[#566](https://github.com/ant-design/ant-design/pull/566)

View File

@ -1,7 +1,7 @@
{
"name": "antd",
"version": "0.10.1",
"stableVersion": "0.10.1",
"version": "0.10.2",
"stableVersion": "0.10.2",
"title": "Ant Design",
"description": "一个 UI 设计语言",
"homepage": "http://ant.design/",