Commit Graph

12218 Commits

Author SHA1 Message Date
afc163
4f4713748e update changelog 2018-09-02 19:22:48 +08:00
afc163
400472d1d1 Merge branch 'feature-3.9.0' of github.com:ant-design/ant-design into feature-3.9.0 2018-09-02 19:21:23 +08:00
afc163
d1875ac2a4 upgrade rc-table 2018-09-02 19:21:03 +08:00
afc163
2a9fcff1fe upgrarde rc-menu 2018-09-02 19:21:03 +08:00
陈帅
2e4c882feb Adjust the icons document 2018-09-02 19:21:03 +08:00
陈帅
93532ab078 bump menu to 7.4.0 2018-09-02 19:21:03 +08:00
picodoth
c47c4cd480 update rc-menu version 2018-09-02 19:21:03 +08:00
picodoth
f0bedb2176 fix: tests 2018-09-02 19:21:03 +08:00
picodoth
6237511c04 feat: use menu with 7.4.0-beta, supporting menu overflow collapsing. Currently React >= 16.0 only 2018-09-02 19:21:03 +08:00
afc163
0c6b3d5ac1 Improve message API documentation 2018-09-02 19:21:03 +08:00
afc163
85e5f4e4aa Improve message API documentation 2018-09-02 17:25:16 +08:00
Jack Hsieh
175ae5238e Make message icons optional 2018-09-02 17:19:05 +08:00
afc163
ea762a3c88 update card loading demo 2018-09-02 16:45:12 +08:00
afc163
fef685a15b update snapshots 2018-09-02 16:45:12 +08:00
afc163
afbf9e59bc refactor skeleton Paragraph 2018-09-02 16:45:12 +08:00
afc163
b951105b93 Fix avatar active animation in skeleton 2018-09-02 16:45:12 +08:00
afc163
1a3e59c0da Add some random width for skeleton paragraph 2018-09-02 16:45:12 +08:00
afc163
6360c8b657 Merge branch 'master' into feature-3.9.0 2018-09-02 14:49:10 +08:00
陈帅
c9debf6f12 Modify errors in the documentation 2018-09-02 13:38:21 +08:00
陈帅
74cdfa0e42 add 3.9.0 changelog 2018-09-02 13:25:20 +08:00
afc163
43c1bb646d remove 3.0 release link in README.md 2018-09-02 12:45:33 +08:00
afc163
8faa6d5df5 beautify README 2018-09-02 12:31:26 +08:00
afc163
c0ecd050e8 beautify README 2018-09-02 12:30:15 +08:00
afc163
a7953a1648 beautify README 2018-09-02 12:20:54 +08:00
zombiej
32adaed063 lock create-react-context to 0.2.2 2018-09-01 17:22:15 +08:00
afc163
207bad7b47 Merge branch 'master' into feature-3.9.0 2018-09-01 13:22:06 +08:00
afc163
53304d3b5a Fix extra padding of Card.Grid
close #11996
2018-09-01 13:08:39 +08:00
afc163
bc7164d871 Allow fontSize works on Card[headStyle], close #11995 2018-09-01 12:58:52 +08:00
afc163
fecb3b6914 update card demo jsx format 2018-09-01 12:50:52 +08:00
afc163
1bfbefb8e1 Fix snapshot 2018-08-31 23:09:24 +08:00
afc163
e23efe3f47 Fix wave color mixed up, close #11985 2018-08-31 17:38:02 +08:00
afc163
b84d515969 site: add promote badge 2018-08-31 17:03:27 +08:00
Simon Fraser
b02af8baa7 Updating warning message about cards not having size attribute. 2018-08-31 16:22:01 +08:00
Tom Xu
8ff9dc6bab Table added a new less variable @table-header-color 2018-08-31 10:42:50 +08:00
zombiej
fe2728cb20 fix #11969. Pass centered prop to popup modal 2018-08-30 22:27:32 +08:00
zombiej
b076b52756 fix #11967. Add children type validate in button.tsx 2018-08-30 17:59:09 +08:00
hongxuWei
278ad821a4 Fix issue #11908 missing right input border 2018-08-30 13:35:12 +08:00
hongxuWei
698aa3a01a Fix the bug of edit cell demo 2018-08-30 10:42:43 +08:00
陈帅
c73ad8021d
Merge pull request #11894 from ant-design/feature/svg-icon
Hotfix(Icon) fix SVG element style
2018-08-29 18:40:04 +08:00
afc163
7d5907500f revert steps description width to fix align issue 2018-08-29 17:40:05 +08:00
tangjinzhou
c63c971ded fix: Nesting tabs of different sizes, the style does not take effect (#11936) 2018-08-29 11:21:15 +08:00
Tomás Francisco
7d38f8f435 improve form types and docs (#11932) 2018-08-29 11:20:33 +08:00
Chandler Moisen
ce4a4bacaa add @menu-item-active-border-width to Menu.Item (#11934) 2018-08-29 11:20:13 +08:00
carrie-tanminyi
720b5f792c Update index.zh-CN.md (#11941) 2018-08-29 10:51:21 +08:00
carrie-tanminyi
ac5742baaa Update icon.zh-CN.md (#11940) 2018-08-29 10:51:08 +08:00
偏右
6bf42db2ed
Fix abnormal picture card position of Upload list, close #11183 (#11931) 2018-08-29 00:21:46 +08:00
carrie-tanminyi
b6440088be Update work-with-us.zh-CN.md (#11928)
* Update work-with-us.zh-CN.md

* Update work-with-us.zh-CN.md
2018-08-28 20:22:07 +08:00
mushan0x0
dd37457048 feat: Anchor onClick (#11898)
* update: 添加AntAnchor类型

* update: 完成代码逻辑

* update: 添加测试

* update: 点击锚点不记录历史

* update: 添加示例

* docs: 更新文档

* update: 更改onClick事件里的link为对象

* update: 优化代码

* update: 修改propClick为onClick
2018-08-28 20:20:46 +08:00
mushan0x0
62d68b049f feat: Tabs render tab bar (#11856)
* feat: Customized bar of tab.

* docs: 更新关于renderTabBar的中文文档

* docs: 更新关于renderTabBar的英文文档

* update: 优化代码

* docs: 更新关于renderTabBar的文档

* update: 完善renderTabBar代码

* update: 完成自定义tabBar

* docs: 去掉旧的DefaultTabBar参数说明

* update: 修复CI测试

* fix: 去掉>选择器,解决自定义tabBar后样式错误

* update: 优化代码质量

* update: 添加测试

* fix: lint

* fix: 避免tab嵌套bug

* update: 把DefaultTabBar放在renderTabBar里
2018-08-28 18:56:25 +08:00
Sebastian Busch
d47a5be712 Input: new method select(), passed to underlying input (#11906)
* Input: pass through method select() to underlying input

* add test for Input select()
2018-08-28 18:54:21 +08:00