Commit Graph

15166 Commits

Author SHA1 Message Date
偏右
c3a3db385c
Merge pull request #17345 from hengkx/fix-17267
docs: Tree treeData
2019-06-28 13:59:33 +08:00
偏右
a8f68d7a5d
Merge pull request #17350 from ant-design/clean-up-scripts
chore: move scripts to antd-tools
2019-06-28 13:59:15 +08:00
偏右
b5d16a6bd1
Merge pull request #17342 from yoyo837/checkbox-onchange-sort
fix: CheckboxGroup onChange 值保持选项的顺序
2019-06-28 13:44:49 +08:00
偏右
2e5096d09b
Merge pull request #17351 from ant-design/fix-small-table-header-background
fix: small table header background
2019-06-28 13:40:32 +08:00
afc163
10a3a7f7ae
🐛 Fix small table header background
revert #14539

it should be white in our design spec
2019-06-28 13:39:02 +08:00
afc163
10a6d1be8c
🔧 move scripts to antd-tools 2019-06-28 12:18:34 +08:00
yoyo837
612bf82c34 add test case 2019-06-28 11:11:27 +08:00
偏右
92f18f32f5
Merge pull request #17347 from ant-design/fix-mentions-height
fix(Mentions): Incorrect line-height from .input() style
2019-06-28 10:51:01 +08:00
偏右
e8e7f2d18a
Merge pull request #17336 from susiwen8/#17329
Add missing info in documents
2019-06-28 10:50:45 +08:00
susiwen
06eba00e0b Add FAQ link 2019-06-28 10:44:20 +08:00
yoyo837
50f6b9c903 update 2019-06-28 10:31:40 +08:00
诸岳
9c9365ce00 fix(Mentions): Incorrect line-height from .input() style 2019-06-28 10:28:43 +08:00
yoyo837
c8d5243b97 sort 2019-06-28 10:26:55 +08:00
偏右
f2954e6ca8
Merge branch 'master' into #17329 2019-06-28 10:15:51 +08:00
yoyo837
660ebbd58f fix values 2019-06-28 10:00:12 +08:00
susiwen
b710f47996 Add missing FAQ site 2019-06-28 08:50:50 +08:00
hengkx
0130cbfa16 fix Tree treeData 2019-06-28 03:28:00 +08:00
偏右
c3915157cb
Merge pull request #17331 from ant-design/improve-swicth-types
chore: Extract SwitchChangeEventHandler and SwitchSize
2019-06-27 23:01:59 +08:00
偏右
b0fb5336fe
Merge pull request #17337 from kairi1227/master
fix: Descriptions组件不设置label的显示问题
2019-06-27 21:54:23 +08:00
偏右
d74c590f17
Update index.zh-CN.md 2019-06-27 21:51:43 +08:00
yoyo837
32bb62be15 CheckboxGroup onChange 值保持选项的顺序 2019-06-27 18:54:34 +08:00
zombiej
30e653b21b chore: Update netfly config 2019-06-27 18:50:45 +08:00
xuqiang
657550118e fixed #17290 2019-06-27 16:18:25 +08:00
xuqiang
543262295a fixed https://github.com/ant-design/ant-design/issues/17290 2019-06-27 16:06:34 +08:00
susiwen
85e483921b Add missing info in documents 2019-06-27 15:46:00 +08:00
Meck Zhu
4463d24660 docs: Remove predix I from interface 2019-06-27 14:17:08 +08:00
Meck Zhu
87afda5623 Extract SwitchChangeEventHandler and SwitchSize
With this change, we can define change handler more convenience:

Before:

```javascript
const handleChange = (checked: boolean, event: MouseEvent) => {
  ...
}
```

After:

```javascript
const handleChange: SwitchChangeEventHandler = (checked, event) => {
  ...
}
```
2019-06-27 12:26:09 +08:00
偏右
080842bbf9
🐛 unlock react-router version back
https://github.com/ReactTraining/react-router/issues/6811#issuecomment-505894103
2019-06-27 00:14:36 +08:00
偏右
000757d74a
Merge pull request #17311 from ant-design/jljsj33-patch-1
chore: Update rc-drawer version to fix afterVisibleChange issue
2019-06-27 00:09:04 +08:00
偏右
b1d6767732
Merge pull request #17318 from ant-design/fix-mentions-placeholder
[Mentions] style: Fix placeholder color
2019-06-27 00:08:20 +08:00
afc163
c6a1837075
🆙 upgrade eslint-config-prettier 2019-06-26 19:24:05 +08:00
zombieJ
6d0cf1de01
rm useless style (#17319) 2019-06-26 18:38:27 +08:00
诸岳
171e838f43 style: Fix placeholder color for Mentions, close #17317 2019-06-26 18:02:49 +08:00
jljsj
dae1ab923a fix drawer test 2019-06-26 17:43:15 +08:00
jiang
ba08d48c80
Update package.json 2019-06-26 16:35:52 +08:00
偏右
94072ad5ea fix: Descriptions.Item not support className (#17280)
* 🐛 Fix Desciptions.Item not support className

close #17276

* refactor descriptions styles implementation

* use `th` as label elements in bordered situation

*  update snapshots
2019-06-26 16:05:46 +08:00
zombiej
b2261bbfc7 chore: lock react-router version 2019-06-26 14:07:13 +08:00
偏右
ec416a8644
Merge pull request #17300 from toshi1127/fix-issue17288
fix: size fields in Skeleton AvatarProps to accept numbers
2019-06-26 11:21:27 +08:00
toshi1127
7a0da03907 fix SkeletonAvatarProps's size to accept number 2019-06-26 03:42:42 +09:00
Mateusz Wierzbicki
ec03971100 docs: update design resource page (#17289)
I've added card for the UI kit for Figma that we spoke about via Twitter.
2019-06-25 17:09:59 +08:00
afc163
795e6a5e0a
fix eslint errors 2019-06-25 12:09:13 +08:00
偏右
868cd6197b 💄 Fix Tooltip arrow shadow (#17264)
close #17259

same as #13935
2019-06-25 11:15:33 +08:00
偏右
25f913f07a
Merge pull request #17262 from ant-design/fix-test
test: fix jest timer warning
2019-06-24 13:21:30 +08:00
afc163
ec7c99998a
🎬 fix react-dnd depracated usage 2019-06-24 13:20:08 +08:00
afc163
8f861a35ac
fix jest timer warning 2019-06-24 12:23:17 +08:00
afc163
3eb713071d
3.19.8 2019-06-24 12:02:51 +08:00
偏右
f6121aa1cc
Merge pull request #17249 from ant-design/revert-form-type
fix: revert `unknown` to `any`
2019-06-24 12:02:19 +08:00
afc163
3f8589cff3
chore: code style 2019-06-24 11:49:55 +08:00
afc163
c0bd255822
lock eslint-plugin-react for yannickcr/eslint-plugin-react#2319 2019-06-24 11:46:02 +08:00
afc163
57c28def68
revert unknown to any 2019-06-24 11:29:58 +08:00