偏右
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
susiwen
06eba00e0b
Add FAQ link
2019-06-28 10:44:20 +08:00
诸岳
9c9365ce00
fix(Mentions): Incorrect line-height from .input() style
2019-06-28 10:28:43 +08:00
偏右
f2954e6ca8
Merge branch 'master' into #17329
2019-06-28 10:15:51 +08:00
susiwen
b710f47996
Add missing FAQ site
2019-06-28 08:50:50 +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
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
偏右
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
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
偏右
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
toshi1127
7a0da03907
fix SkeletonAvatarProps's size to accept number
2019-06-26 03:42:42 +09: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
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
3f8589cff3
chore: code style
2019-06-24 11:49:55 +08:00
afc163
57c28def68
revert unknown to any
2019-06-24 11:29:58 +08:00
afc163
936fea5769
🐛 Fix onRow return types
...
https://github.com/ant-design/ant-design/issues/17245#issuecomment-504807714
2019-06-24 11:13:55 +08:00
afc163
4c84c41da0
🐛 Revert Form type unknown
to any
...
close #17245
2019-06-23 15:27:06 +08:00
偏右
40a38ff91a
Merge pull request #17239 from babbarankit/patch-2
...
Update SubMenu.tsx
2019-06-22 15:46:30 +08:00
Ankit Babbar
0bb7f60708
Update SubMenu.tsx
...
popupOffset prop is missing in SubMenu
2019-06-22 12:23:51 +05:30
Ankit Babbar
26e427ca7d
Tabs props missing prop
...
Added Missing prop 'destroyInactiveTabPane' in Tabs
2019-06-22 12:19:15 +05:30
偏右
606ed90de1
Merge pull request #17229 from ant-design/adjust-modal-padding-bottom
...
fix: Modal 24px bottom area not trigger mask click
2019-06-21 22:42:09 +08:00
偏右
0de4bd899d
Merge pull request #17228 from ant-design/fix-sider-z-index
...
fix: Layout sider trigger z-index too low
2019-06-21 22:41:58 +08:00
偏右
ce04af83da
Merge pull request #17063 from wonderjar/master
...
fix: prop headerRender should be optional for component Calendar
2019-06-21 18:02:28 +08:00
afc163
ad39a9450d
🐛 Fix Layout.Sider‘s zero-width trigger z-index
...
close #17160
2019-06-21 17:57:40 +08:00
afc163
0ea94b9d68
🐛 Fix Modal 24px bottom area not trigger mask click
...
close #17226
2019-06-21 17:52:28 +08:00
偏右
a4d7593ef2
Merge pull request #17120 from Zzzen/master
...
refactor: eliminate `any` type in exported interfaces.#14044
2019-06-21 17:38:56 +08:00
偏右
0a7432ee75
Merge pull request #17209 from ant-design/pageheader-show-all-breadcrumb
...
fix: Fix single Breadcrumb not show on PageHeader
2019-06-21 17:38:26 +08:00
afc163
bdfd877f3a
🐛 Fix a Table scrollbar style in IE
...
when customize line-height of empty table
close #17175
2019-06-21 15:20:01 +08:00
Andrew Shini
07c85ea21f
fix: Clone only valid react child elements ( #17207 )
...
* Clone child only if it exists
child can be void | null | boolean | string | number | element.
* Add test
2019-06-21 13:49:01 +08:00
zombiej
e08534e6c4
update docs
2019-06-21 11:08:35 +08:00
afc163
b1d8425384
📝 document about autoInsertSpaceInButton
2019-06-21 00:31:48 +08:00
陈帅
7e548e4de7
add new test
...
when breadcrumb lenght=1, pageHeader should have breadcrumb
2019-06-20 19:45:13 +08:00
陈帅
ee21b1c210
fix #17046 , breadcrumbs will always show
2019-06-20 19:31:59 +08:00
zombieJ
e2732eea1e
add fix css ( #17198 )
2019-06-20 15:32:53 +08:00
yoyo837
f0ed471709
使操纵杆右侧半边也可以操作
2019-06-20 11:45:28 +08:00
wtzeng1
ee1b5975e4
fix(Doc): remove useless option in API Doc for Table component
2019-06-19 21:34:01 +08:00
陈帅
82b85709be
style: run lint-fix ( #17172 )
2019-06-19 19:09:08 +08:00
zombieJ
dc4102d879
reset line-height of TextArea & Picker ( #17165 )
2019-06-19 11:23:21 +08:00
Sevak
baac048eeb
Fix English translation
2019-06-18 13:08:36 +02:00