afc163
942ea41b02
update snapshot for new jest
2017-10-09 13:32:11 +08:00
afc163
475e4ff23d
upgrade eslint-config-airbnb
2017-10-09 13:27:35 +08:00
ravirambles
8ccd02139c
update row to remove implicit any ( #7803 )
2017-10-08 22:14:31 +08:00
afc163
a4a0816e5a
code indent
2017-10-08 17:58:42 +08:00
afc163
cf788d7b4d
Fix TransferProps targetKeys inside Form decorator, close #7807
2017-10-08 15:25:13 +08:00
afc163
95c72958ca
Fix AutoCompelete layout, close #7800
2017-10-08 15:22:24 +08:00
afc163
31d0c3a49d
Fix @link-hover-decoration, close #7821 & #7531
2017-10-07 15:31:25 +08:00
Graeme Yeates
2e2acb5be9
Support customizing layout footer background ( #7818 )
2017-10-06 16:09:33 +08:00
Ffloriel
873c85cec8
Add missing disabled property ( #7805 )
...
- add missing disabled property on the switch documentation page
2017-10-06 16:09:19 +08:00
Remo Zumsteg
40b18343c7
Add missing forceRender to TabPaneProps ( #7801 )
2017-10-03 11:02:45 +08:00
OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
2017-10-03 11:02:35 +08:00
Ffloriel
6d4e531775
form typo ( #7794 )
...
- remove to from 'shouldn't to use' and 'shouldn't to call'
2017-10-01 19:37:37 +08:00
afc163
185b3b1e9a
Fix FormItem error with react-hot-loader, close #7775
2017-10-01 13:29:17 +08:00
afc163
76a972e062
Fix AutoComplete snapshot
2017-09-30 21:22:11 +08:00
afc163
76a30a7686
Fix props passing of AutoComplete, ref #7742
2017-09-30 21:17:49 +08:00
afc163
1a505e8fb0
Merge branch 'master' of github.com:ant-design/ant-design
2017-09-30 00:04:50 +08:00
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
2017-09-30 00:04:19 +08:00
afc163
819e55e968
update snap
2017-09-29 23:10:27 +08:00
niko
9dc4102cdd
fix: should trigger onChange before beforeUpload
2017-09-29 03:52:16 -05:00
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]
2017-09-29 10:54:37 +08:00
ddcat1115
3b6dc3f3c4
revert wrong code removing fd40643c2d
2017-09-28 17:28:49 +08:00
Wei Zhu
9b68ce020c
docs: fix table
2017-09-28 14:26:01 +08:00
Amorites
e17c8e093e
Update index.zh-CN.md ( #7755 )
2017-09-27 21:15:05 +08:00
afc163
caec11c03a
Fix snapshot
2017-09-27 20:21:28 +08:00
afc163
ca255cc547
Tweak AutoComplete input line height
2017-09-27 20:13:01 +08:00
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.
2017-09-27 20:09:04 +08:00
afc163
d7eca4e151
Fix table's filter dropdown style
2017-09-27 20:03:26 +08:00
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
2017-09-27 09:57:23 +08:00
778758944
4e726fdfd7
修复disabledTime interface定义错误 ( #7740 )
2017-09-26 16:11:28 +08:00
afc163
9f017bc5ae
Fix mention error style
2017-09-25 22:53:11 +08:00
afc163
ccf507b603
update mention demos
2017-09-25 22:42:07 +08:00
afc163
f545e52ec5
Fix dropdown menu group title style
2017-09-25 21:28:00 +08:00
afc163
8026020dd4
Fix column sorter icons style
2017-09-25 21:24:43 +08:00
afc163
463a5db9ba
Fix transfer checkbox padding
2017-09-25 20:03:04 +08:00
thegatheringstorm
10f6907da4
Fix: Upload Use object destructuring instead of creating temporary references for onRemove. ( #7726 )
2017-09-25 18:15:36 +08:00
afc163
3118e2898e
Fix broken small pagination via #7634 's fix
2017-09-25 16:59:56 +08:00
afc163
fd40643c2d
Remove unused code
2017-09-25 11:12:59 +08:00
Zheeeng
d8c1bdb3ab
Fix: setting 'heigh: 100%' on Sider and the wrapped element can't take the desired effects ( #7716 )
2017-09-23 18:33:26 +08:00
afc163
89a6aa96ed
Tweak input placeholder color, close #7365
2017-09-23 18:21:33 +08:00
afc163
df1b1f5a47
Add @checkbox-size, close #7368
2017-09-23 18:18:47 +08:00
afc163
dd22bae0fc
Fix button loading style with icon, close #7709
2017-09-23 16:08:30 +08:00
Sanjay Kumar
1dc4e45bce
Bugfix: Handle defaultSearchChange when suggestions contain ‘Nav’ items ( #7701 )
2017-09-22 23:51:59 -05:00
afc163
8b1a4f80a9
Fix TreeSelect extra input text, close #7703
2017-09-23 12:11:17 +08:00
afc163
91bbcd6f2c
Fix broken anchor, close #7712
2017-09-23 12:06:23 +08:00
Aske Ertmann
27b8e39666
Make iconfont usable standalone ( #7713 )
...
Similar to motion.less, import all dependencies needed to generate iconfont.less by itself.
2017-09-23 12:01:21 +08:00
afc163
7cfd9b2bcb
Remove extra update
2017-09-22 21:47:28 +08:00
afc163
c66062edb4
Fix input compact style
2017-09-22 20:35:30 +08:00
afc163
776beaee05
Fix cursor height in safari
2017-09-22 20:17:04 +08:00
afc163
c2e9abddc7
Fix Card extra postion when no title
2017-09-22 15:28:27 +08:00
delesseps
c419a1ddef
Remove autoComplete restriction to allow more complex auto-filling behaviour ( #7699 )
2017-09-22 13:35:26 +08:00
Marco Afonso
81435e2798
feat: add Portuguese locale ( #7449 )
...
* Add pt_PT Locale
* Adding pt_PT Locale (fix comma)
* Adding pt_PT Locale to docs
* Add pt_PT locale to tests
* Update imports for rc-pagination and rc-calendar
* Add pt_PT Locale
* Adding pt_PT Locale (fix comma)
* Adding pt_PT Locale to docs
* Add pt_PT locale to tests
* Update imports for rc-pagination and rc-calendar
* Add pt_PT to tests
2017-09-21 21:02:01 -05:00
Kirill Stiopin
49080aa01d
fix: update for Dutch locale-provider: added missing translations ( #7694 )
2017-09-21 20:57:52 -05:00
afc163
3d1914f45b
Fix valid selector error of form, close #7693
2017-09-21 21:07:21 +08:00
afc163
27e4f1b658
Fix Tree showLine style
2017-09-21 18:15:10 +08:00
afc163
afce275d25
refactor code style
2017-09-21 14:16:01 +08:00
Yang Bin
39993fc749
docs: modify "tar bar" to "tab bar" in table Tab API ( #7683 )
2017-09-20 21:06:53 -05:00
Meow-z
e165b8a705
fix: model ( #7675 )
...
add confirmLoading in async model state.
2017-09-20 09:22:53 -05:00
afc163
635a0548de
Tweak input compact layout, close #7662
2017-09-20 16:46:37 +08:00
afc163
30abcdf992
Fix table head height, close #7663
2017-09-20 15:42:31 +08:00
Benjy Cui
f46a87d3e0
fix: should use fixedNode's height to reset placeholder, close : #2349
2017-09-19 16:31:37 +08:00
feng zhi hao
58fd54e978
fix: Table not trigger custom selection onSelect when hideDefaultSelections is true ( #7653 )
2017-09-18 20:56:19 -05:00
hauwa123
acd3a8f4d2
docs: update Timeline english doc ( #7652 )
...
Fixed typos
2017-09-19 00:46:09 +08:00
Kaien Liao
b2aea45b4f
fix: Checkbox props definition ( #7649 ), close : #7650
2017-09-18 15:40:25 +08:00
Benjy Cui
bd19b0892c
docs: add missing Tabs.TabPane[forceRender], ref: #6459
2017-09-18 11:05:43 +08:00
Khalifa Lame
5a8bd0f6d8
docs: update Tooltip english doc ( #7642 )
...
Fixed typos.
2017-09-18 10:28:22 +08:00
Khalifa Lame
f3c35941ec
docs: update Table english doc ( #7643 )
...
Fixed typos.
2017-09-18 10:28:05 +08:00
Khalifa Lame
a3d4b753b9
docs: update Tab english doc ( #7644 )
...
Fixed typos.
2017-09-18 10:27:49 +08:00
Khalifa Lame
fab83990c2
docs: update Tag english doc ( #7645 )
...
Fixed typos.
2017-09-18 10:27:35 +08:00
afc163
43d14f8517
upgrade rc-slider, improve accessibility
2017-09-17 17:42:24 +08:00
爱but的苍蝇
644891f8f6
add Table scroll typings ( #7640 )
2017-09-17 15:44:01 +08:00
afc163
c5f56b9db3
optimize TextArea autosize animation
2017-09-17 13:48:16 +08:00
afc163
30c437c83e
Fix simple pagination style, close #7634
2017-09-16 13:20:35 +08:00
Khalifa Lame
429a9714d5
Update Avatar English doc ( #7627 )
...
fixed typos.
2017-09-16 11:29:51 +08:00
Khalifa Lame
81e3429955
Update Badge English doc ( #7628 )
...
* Update Badge English doc
Fixed typos.
* Update index.en-US.md
Reverted some changes after studying the component.
2017-09-16 11:29:38 +08:00
Khalifa Lame
05fbdd0959
Update Calendar English doc ( #7629 )
...
Fixed typos.
2017-09-16 11:29:05 +08:00
Khalifa Lame
a4637526b9
Update Card English doc ( #7630 )
...
Fixed typos.
2017-09-16 11:28:18 +08:00
Khalifa Lame
11c0683baa
Update Carousel English doc ( #7631 )
...
Fixed typos.
2017-09-16 11:27:46 +08:00
Khalifa Lame
eb663f0084
Update Collapse English doc ( #7632 )
...
Fixed typos.
2017-09-16 11:27:15 +08:00
Khalifa Lame
fdfb4ba843
Update Popover English doc ( #7633 )
...
Fixed typos.
2017-09-16 11:26:22 +08:00
afc163
ea2c113530
Fix zIndex types, ref #7624
2017-09-15 22:51:03 +08:00
afc163
11a6cd51a2
Fix zIndex types, close #7622
2017-09-15 21:41:32 +08:00
afc163
641f1ddeeb
Add link
2017-09-15 21:37:17 +08:00
afc163
6236641c74
Fix broken collapsed MenuGroup, close #7109
2017-09-15 20:37:11 +08:00
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
...
This reverts commit 9d2c91598b
.
2017-09-15 16:42:25 +08:00
Wei Zhu
9d2c91598b
Mock rc-trigger
...
Ref #5522
2017-09-15 16:14:26 +08:00
afc163
9df6e06d70
fix lint
2017-09-15 11:14:22 +08:00
afc163
5ac468167d
Fix title and extra content position of narrow card
...
close #7604
2017-09-15 10:57:08 +08:00
afc163
b36df9da2b
update tree controlled demo
2017-09-15 10:57:07 +08:00
Wei Zhu
6acf6fc643
Use snapshot test for grid
2017-09-15 10:56:00 +08:00
Wei Zhu
2437ca419e
Use snapshot test
2017-09-15 10:50:45 +08:00
afc163
eb62c44564
Fix #7587
2017-09-15 09:55:00 +08:00
afc163
9e319990d2
update snapshot
2017-09-14 18:09:30 +08:00
afc163
ae87b663bf
Tweak tree demo
2017-09-13 22:18:44 +08:00
afc163
89ce2254af
Improve tree node loading icon position, close #7584
2017-09-13 22:17:13 +08:00
afc163
77d64971e5
Refactor tree loadData demo
2017-09-13 22:06:53 +08:00
afc163
461470ebc6
fix demo snapshot
2017-09-13 19:43:05 +08:00
afc163
9b715f0b90
Fix form demo, close #7547
2017-09-13 18:03:56 +08:00
Mitchell Demler
298a60f13b
chore: add validateFirst to fieldDecorator options ( #7573 )
2017-09-13 14:49:59 +08:00
afc163
f321596e04
Revert empty style of table
...
ref #7142
close https://github.com/react-component/table/issues/163
2017-09-13 14:26:02 +08:00
jljsj
aea18c3627
add padding !important, restore menu retraction animate
...
Conflicts:
components/menu/style/index.less
2017-09-12 16:51:17 +08:00