Arnaud Benhamdine
2799b73d21
docs: improve changelog wording ( #7863 )
7 years ago
Alexander Suevalov
35b2c5e58f
Adding missing optional `Upload` property to LocaleProviderProps ( #7862 )
7 years ago
Wei Zhu
3c0103f8c5
Bump 2.13.5
7 years ago
Wei Zhu
09b1d4ffa0
2.13.5 Changelog ( #7861 )
7 years ago
afc163
627e94fa5a
upgrade some devDependencies
7 years ago
afc163
3f54dbd3d2
document dropdown menu
7 years ago
afc163
43659752d2
Fix hasFeedback icon overlap
close #7854
7 years ago
偏右
2b7a60224b
Fix upload ci ( #7849 )
* Fix upload test case
* update delay time for uploading status
7 years ago
afc163
5a5bb9c3a0
Fix upload snapshot
7 years ago
afc163
b437233467
Fix upload picture loading style
7 years ago
afc163
c3f1d0bba6
Add test case for upload
7 years ago
Wei Zhu
0d572c72a9
Add test for 9a5894c
9a5894c46e
7 years ago
afc163
712451acf7
Fix codepen demo
7 years ago
Bastian Sieker
d4c75d43a1
Fix notification ArgsProps typing ( #7834 )
* Fix notification ArgsProps typing
close #7832
* Improve notification ArgsProps typing
see #7832
* Improve notification ArgsProps typing
see #7832
7 years ago
afc163
9a5894c46e
data should be call when beforeUpload promise resolved, close #7833
7 years ago
Wei Zhu
2fb304e270
Ignore package-lock.json
7 years ago
afc163
73a4873e78
Fix focused cascader error style
7 years ago
afc163
942ea41b02
update snapshot for new jest
7 years ago
afc163
475e4ff23d
upgrade eslint-config-airbnb
7 years ago
ravirambles
8ccd02139c
update row to remove implicit any ( #7803 )
7 years ago
afc163
a4a0816e5a
code indent
7 years ago
afc163
cf788d7b4d
Fix TransferProps targetKeys inside Form decorator, close #7807
7 years ago
afc163
95c72958ca
Fix AutoCompelete layout, close #7800
7 years ago
afc163
31d0c3a49d
Fix @link-hover-decoration , close #7821 & #7531
7 years ago
afc163
cf6dfac206
Fix codepen demo for react 15 compatibility, close #7808
7 years ago
Graeme Yeates
2e2acb5be9
Support customizing layout footer background ( #7818 )
7 years ago
Ffloriel
873c85cec8
Add missing disabled property ( #7805 )
- add missing disabled property on the switch documentation page
7 years ago
afc163
eb4659c409
typo
7 years ago
henryv0
ac33baf940
Makes grammatical and typo fixes to the React Docs. ( #7819 )
7 years ago
Remo Zumsteg
40b18343c7
Add missing forceRender to TabPaneProps ( #7801 )
7 years ago
OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
7 years ago
Ffloriel
6d4e531775
form typo ( #7794 )
- remove to from 'shouldn't to use' and 'shouldn't to call'
7 years ago
afc163
185b3b1e9a
Fix FormItem error with react-hot-loader, close #7775
7 years ago
afc163
76a972e062
Fix AutoComplete snapshot
7 years ago
afc163
76a30a7686
Fix props passing of AutoComplete, ref #7742
7 years ago
Wenchao Hu
084d4e6d49
修正错别字 ( #7774 )
7 years ago
afc163
1a505e8fb0
Merge branch 'master' of github.com:ant-design/ant-design
7 years ago
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
7 years ago
afc163
819e55e968
update snap
7 years ago
afc163
22860b9e87
2.13.4
7 years ago
偏右
44da4049f6
Changelog for 2.13.4 ( #7785 )
* changelog for 2.13.4
* emojis
* Add english changelog
* emojis
7 years ago
niko
9dc4102cdd
fix: should trigger onChange before beforeUpload
7 years ago
Graeme Yeates
47e3cedf86
Minor fixes for select and form en docs ( #7769 )
* Fix headers on form validateFields [ci skip]
* Include default as an option for select sizes [ci skip]
7 years ago
ddcat1115
3b6dc3f3c4
revert wrong code removing fd40643c2d
7 years ago
Wei Zhu
9b68ce020c
docs: fix table
7 years ago
Amorites
e17c8e093e
Update index.zh-CN.md ( #7755 )
7 years ago
afc163
caec11c03a
Fix snapshot
7 years ago
afc163
ca255cc547
Tweak AutoComplete input line height
7 years ago
jayberg
4acadc47b5
Avoid circular reference with infinite children ( #7742 )
Because {element} is a child of <InputElement>, we get a circular reference when also adding "element.props" to <InputElement>, as <InputElement> will be cloned to <{element}> within InputElement.tsx. As a consequence, we get an infinitive circular loop of Element->Props->Children->Element->Props->Children->Element->Props->Children->…
React seems to detect and automatically fix this infinitive loop. But when using the smaller and faster Inferno as a replacement library of React, we get a "RangeError: Maximum call stack size exceeded".
This commit fixes this bug by not attaching {...element.props} to <InputElement>.
All tests did pass and I did not notice any changes in the behaviour of the AutoComplete component. But now, AutoComplete works also with Inferno and not only with React.
7 years ago
afc163
d7eca4e151
Fix table's filter dropdown style
7 years ago