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
7a8a1a8ee3
Merge branch 'master' into antd-3.0
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
afc163
25771bed77
Tweak radio style
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
nikogu
02b69f482d
bump 3.0.0-alpha.13
7 years ago
nikogu
09addde73c
Merge branch 'master' into antd-3.0
7 years ago
ddcat1115
3b6dc3f3c4
revert wrong code removing fd40643c2d
7 years ago
ddcat1115
70ff604b81
swap unicode of `menu-fold` and `menu-unfold`
7 years ago
Wei Zhu
9b68ce020c
docs: fix table
7 years ago
nikogu
1f2425615e
bump alpha.12
7 years ago
nikogu
901ceb2507
Merge branch 'master' into antd-3.0
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
afc163
b4bf7198e7
Card `noHovering` => `hoverable`
7 years ago
Amorites
e17c8e093e
Update index.zh-CN.md ( #7755 )
7 years ago
afc163
cfec43f5eb
Merge branch 'master' into antd-3.0
7 years ago
afc163
caec11c03a
Fix snapshot
7 years ago
afc163
a3c7d6611c
Merge branch 'master' into antd-3.0
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
nikogu
7899dcf299
update snapshots
7 years ago
nikogu
83533660db
bump 3.0.0-alpha.11
7 years ago
nikogu
ec59996ba6
Merge branch 'master' into antd-3.0
7 years ago
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
7 years ago
delesseps
2730344ff7
Add maxLength attribute to Input ( #7744 )
7 years ago
afc163
7bfe6878dd
fix snapshot
7 years ago
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
7 years ago
afc163
4719309bd7
Merge branch 'master' into antd-3.0
7 years ago
niko
c64f46c217
List optimize ( #7736 )
* add split props
* add size props
* add footer & header props
7 years ago
778758944
4e726fdfd7
修复disabledTime interface定义错误 ( #7740 )
7 years ago
转二
73000a226b
Merge branch 'antd-3.0' of github.com:ant-design/ant-design into antd-3.0
7 years ago
转二
60feaebd54
docs: Update 's document.
7 years ago
afc163
8127d3b579
Fix Duplicated Animate
7 years ago