Commit Graph

12556 Commits

Author SHA1 Message Date
zombiej
58102df60a update rc-select deps 2018-09-28 13:00:52 +08:00
Wei Zhu
1bb1418eb7 site: Remove unused files 2018-09-28 11:02:18 +08:00
zombiej
5a0448aa4d fix #12427. CheckGroup support pass dom prop 2018-09-27 17:41:30 +08:00
Lyndon001
fc7fc326d1
Update work-with-us.zh-CN.md 2018-09-27 14:43:03 +08:00
zombiej
af836c8ed5 fix #12145. Update rc-tree-select to support tree expanded keys 2018-09-26 11:51:40 +08:00
zombiej
bdaf422d2d update avatar size desc in zh_CN.md 2018-09-26 11:19:46 +08:00
Wei Zhu
1815bba876 Unregister service worker 2018-09-26 11:13:19 +08:00
Wei Zhu
70ef4f28aa Remove offline plugin, continue work of aeeabb1 2018-09-26 10:56:02 +08:00
Wei Zhu
aeeabb1263 Disable offline temporarily 2018-09-26 10:44:12 +08:00
Wei Zhu
306bce385b Improve type definition and doc of TableComponents 2018-09-25 19:48:50 +08:00
zombiej
176a8dfcda update test snapshot 2018-09-25 19:45:41 +08:00
zombiej
463d3c72f9 fix #12399. Hide title if is not string 2018-09-25 19:32:08 +08:00
zombiej
1c85bb3b62 fix #12396. Support expandedKeys when init 2018-09-25 15:29:07 +08:00
Amumu
05e4c56ca3 Delete unreadable characters (#12387) 2018-09-25 10:02:28 +08:00
Magn Mah
292a18bef0 add/fix tooltip align interface (#12354)
* expose align interface

* typescript fix: tooltip 的 align 部分值支持传百分数参数;更新文档
2018-09-23 14:01:06 +08:00
Adam Burgess
9b01ec1ed2 Modal: Add the update function type definition 2018-09-23 13:20:38 +08:00
信鑫-King
2a84b40f6c
Merge pull request #12374 from xiaoyu-tamu/patch-1
fix filterIcon type
2018-09-23 11:19:58 +08:00
Xiaoyu Li
1f8ac3f697
fix filterIcon type
based on api [ReactNode|(filtered: boolean) => ReactNode]

https://ant.design/components/table-cn/#components-table-demo-dynamic-settings
2018-09-22 20:11:09 -05:00
ycjcl868
4d1e46e03d Merge master into feature 2018-09-23 01:43:35 +08:00
信鑫-King
38cb9d01bc
Merge pull request #12371 from ant-design/changelog-docs
fix 3.9.3 changelog format
2018-09-23 01:33:01 +08:00
ycjcl868
164fce25d8 update changelog format 2018-09-23 01:26:30 +08:00
信鑫-King
46f1d3e979
Merge pull request #12364 from ant-design/release-3.9.3
Release 3.9.3
2018-09-22 21:53:50 +08:00
ycjcl868
c04cca00a4 update changelog text 2018-09-22 15:17:43 +08:00
ycjcl868
ae025a25db update changelog Carousel and Menu 2018-09-22 14:59:31 +08:00
zombiej
2906b456ce update test case 2018-09-22 14:53:45 +08:00
zombiej
048a9020f3 adjust style 2018-09-22 14:53:45 +08:00
zombiej
50dc59e1ce adjust table style 2018-09-22 14:53:45 +08:00
ycjcl868
2477d1beb2 update changelog add Menu openKeys pr 2018-09-22 14:40:41 +08:00
ycjcl868
a1decb11ec update changelog with md format and add icon related 2018-09-22 14:34:01 +08:00
tangjinzhou
9630dc48a0 fix: openKeys should have higher priority (#12361)
* fix: openKeys should have higher priority

* Update index.tsx
2018-09-22 13:32:21 +08:00
ycjcl868
7f83d8415c update changelog with type 2018-09-22 11:59:49 +08:00
ycjcl868
28ac612dd1 rm: duplicated newlines 2018-09-22 09:47:01 +08:00
ycjcl868
3347eed2a5 release 3.9.3 2018-09-22 09:26:58 +08:00
Mohammad Faisal
1f55ee4b27 Fix typos (#12360) 2018-09-21 20:37:52 +08:00
Wei Zhu
ca7d265b2b Refactor Grid with new context API (#12320)
* Refactor Grid with new context API

* Update snapshots of List
2018-09-21 19:30:39 +08:00
qiaojie
7c67dacc12 Feature Icon.createFromIconfontCN adaptive http or https (#12344)
close #12316
2018-09-21 19:07:13 +08:00
afc163
8d3cb85142 fix sort state when toggle between multiple columns 2018-09-21 19:06:38 +08:00
afc163
a0b8637783 destructuring assignment 2018-09-21 19:06:38 +08:00
Wei Zhu
d5a77eff0b Update snapshot 2018-09-21 17:32:35 +08:00
Tom Xu
0b9d00a0ad Upload add props openFileDialogOnClick 2018-09-21 15:56:18 +08:00
偏右
85749c94fb
test: remove it.only 2018-09-21 15:55:00 +08:00
afc163
7c6299e12e Merge branch 'master' into feature 2018-09-21 14:03:04 +08:00
afc163
74f36c6e69 Merge branch 'feature' of github.com:ant-design/ant-design into feature 2018-09-21 14:02:58 +08:00
afc163
f0974e0da7 support column.title as render props
```jsx
columns={[{
  title: (filters, sortOrder) => <div>Title</div>,
}]}
```

close #11246
2018-09-21 13:41:08 +08:00
afc163
71316d6baa update table snapshot 2018-09-21 13:41:08 +08:00
afc163
8feb15ea72 fix test case 2018-09-21 13:41:08 +08:00
afc163
bcb06ec174 Add active style of filtered state 2018-09-21 13:41:08 +08:00
afc163
6530de2961 revert getPopupContainer 2018-09-21 13:41:08 +08:00
afc163
209e40508d fix sort 2018-09-21 13:41:08 +08:00
afc163
da33358e75 tweak icon active style 2018-09-21 13:41:08 +08:00