mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
update version
This commit is contained in:
parent
3992678141
commit
123741a623
@ -4,6 +4,14 @@
|
||||
|
||||
---
|
||||
|
||||
## 0.10.3 `2015-11-26`
|
||||
|
||||
- 默认引入 `antd/lib/index.css`,和 0.9.x 保持一致,方便第三方引用。引用 less 文件进行变量配置的可自行 `import 'antd/style/index.less'`。[#593](https://github.com/ant-design/ant-design/issues/593)
|
||||
- 升级 Pagination,增加 defaultCurrent 属性,修正原来的 current 为完全受控属性。
|
||||
- Pagination 的改动也修复了 Table 切换数据源后回到[第一页的例子](http://ant.design/components/table/#demo-ajax)。
|
||||
- 对演示和样式代码增加了 lint 检查。
|
||||
|
||||
|
||||
## 0.10.2 `2015-11-25`
|
||||
|
||||
- Slider 新增 `tipFormatter` 用于格式化 Tooltip 的内容。
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "0.10.2",
|
||||
"stableVersion": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"stableVersion": "0.10.3",
|
||||
"title": "Ant Design",
|
||||
"description": "一个 UI 设计语言",
|
||||
"homepage": "http://ant.design/",
|
||||
@ -48,7 +48,7 @@
|
||||
"rc-input-number": "~2.4.1",
|
||||
"rc-menu": "~4.8.1",
|
||||
"rc-notification": "~1.3.0",
|
||||
"rc-pagination": "~1.3.2",
|
||||
"rc-pagination": "~1.3.3",
|
||||
"rc-progress": "~1.0.4",
|
||||
"rc-queue-anim": "~0.11.2",
|
||||
"rc-radio": "~2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user