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
afc163
f9754c8a25
Merge branch 'master' into antd-3.0
7 years ago
afc163
9f017bc5ae
Fix mention error style
7 years ago
afc163
ccf507b603
update mention demos
7 years ago
afc163
420c2666a9
docs: add chinese description for dateRender
7 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
Henri Normak
36a54a8a8c
Expose renderDate function for DatePicker ( #7710 )
* Expose renderDate function for Calendar dates
* Use the original prop name
7 years ago
afc163
b7aee09758
Fix dropdown menu group title style
7 years ago
afc163
ca8ff1c27a
Fix column sorter icons style
7 years ago
afc163
f545e52ec5
Fix dropdown menu group title style
7 years ago
afc163
8026020dd4
Fix column sorter icons style
7 years ago
转二
42fc8bc2a5
Merge branch 'antd-3.0' of github.com:ant-design/ant-design into antd-3.0
7 years ago
转二
20dae8f33e
feat: Add option for component: 'mention'
7 years ago
afc163
2ebf70013b
Merge branch 'master' into antd-3.0
7 years ago
afc163
463a5db9ba
Fix transfer checkbox padding
7 years ago
thegatheringstorm
10f6907da4
Fix: Upload Use object destructuring instead of creating temporary references for onRemove. ( #7726 )
7 years ago
afc163
7cc386df52
Merge branch 'master' into antd-3.0
7 years ago
afc163
3118e2898e
Fix broken small pagination via #7634's fix
7 years ago
Miaow
6c38ca62c6
update get started doc port ( #7729 )
7 years ago
niko
91b97d7b25
List virtualized ( #7692 )
* add virtualized & infinite demo
* change `children render` to `renderItem`
7 years ago
偏右
14b44c880e
Update utils.jsx
7 years ago
afc163
ca06211494
Fix small steps font size
7 years ago