update changelog for 2.4.1, #3811

This commit is contained in:
afc163 2016-11-13 15:51:46 +08:00
parent 24bd14d843
commit 8457267dad
3 changed files with 17 additions and 1 deletions

View File

@ -9,8 +9,16 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
---
## 2.4.1
`2016-11-11`
* Fix `2.4.0` missing index files.
## 2.4.0
`2016-11-11`
* Adjust components structure.
* New [Anchor](https://ant.design/components/anchor) Component.
* Fix less variables `@font-size-base` and `@text-color`, add `@font-size-lg` `@text-color-secondary`.

View File

@ -9,8 +9,16 @@ timeline: true
---
## 2.4.1
`2016-11-11`
* 修复 `2.4.0` 组件 index 文件丢失的问题。
## 2.4.0
`2016-11-11`
* 调整了组件的导航结构。
* 新增 [Anchor](https://ant.design/components/anchor) 锚点组件。
* 整理了样式变量,修复 `@font-size-base``@text-color` 在部分组件无效的问题,新增 `@font-size-lg` `@text-color-secondary`,并移除了部分无用的变量。

View File

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