afc163
67c386494b
fix tree demo css
2017-04-13 15:36:03 +08:00
afc163
d081ab6614
Hide tree demo for #4932
2017-04-13 15:31:38 +08:00
偏右
9319764eb8
Merge pull request #5663 from ant-design/ux-range-picker
...
chore: improve ux of RangeCalendar, close : #4985
2017-04-13 13:32:54 +08:00
afc163
fc199e47b8
fix snap
2017-04-13 11:18:31 +08:00
afc163
31273135e2
remove displayName
2017-04-13 11:10:40 +08:00
偏右
c1c261e081
Merge pull request #5643 from handycode/patch-1
...
fix: Icon add displayName
2017-04-13 11:05:36 +08:00
afc163
5be7dc6b90
Fix InputGroup style, close #5743
2017-04-13 10:56:19 +08:00
afc163
a8808c45ac
react-addons-test-utils => react-dom/test-utils
2017-04-12 20:49:02 +08:00
afc163
1be0936cb8
fix snapshots
2017-04-12 20:44:57 +08:00
afc163
04af6d5c7f
improve table demo style, close #5697
2017-04-12 20:31:31 +08:00
afc163
1083f82c5d
Fix icon transtion delay problem in Chrome
2017-04-12 15:30:35 +08:00
pinggod
01f0e07835
fix issue 5707: override the default a:focus style when it nested in the menu component
2017-04-12 14:42:07 +08:00
偏右
01b87171e2
Merge pull request #5723 from manjitkumar/master
...
use PropTypes from 'prop-types' mdoule instead of React
2017-04-12 10:39:59 +08:00
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
...
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-04-12 02:22:05 +05:30
whtang906
851f8a8756
Add missing props(parser) into InputNumberProps
2017-04-11 21:16:02 +08:00
leadream
193b2b7684
not aligned after customizing the size of input
...
For some reasons I customized the size of <Input/>. Now the default height of <Input> is 40px. But there's a problem in <RangePicker/> after doing that: the texts and icon inside it are not aligned vertically at center.
When I look into the code I found the height of `ant-calendar-range-picker-input` is 18px. I modified it to 100% and it aligned. I'm not sure if it can affect the other code.
----------------------------------------
因为某些原因我自定义了 <Input/> 的尺寸,现在它的默认高度是40px。但是当我使用 <RangePicker/> 组件时,我发现了一个问题:输入框里面的文字和图标在垂直方向不能居中对齐。我看了一下 css 代码,发现里面的 `ant-calendar-range-picker-input` 高度是固定的18px,我把它改成100%就可以垂直居中对齐了。我不知道这个改动是否会影响其他代码。
2017-04-11 18:48:03 +08:00
afc163
92b8e8534e
change variable names #5711
2017-04-11 17:56:38 +08:00
偏右
0745f8b231
Merge pull request #5711 from kappa-gooner/master
...
Adding less variables for table head background color and table row h…
2017-04-11 17:54:13 +08:00
偏右
861de2823f
Merge pull request #5713 from lionkeng/master
...
Fix for issue #5712
2017-04-11 17:53:48 +08:00
Sanjay Kumar
692ccf85e7
Adding less variables for table head background color and table row hover
2017-04-11 17:08:09 +08:00
Wei Zhu
5ddd7f847f
docs: Document customized form control
...
Related: #5700
2017-04-10 22:42:56 +08:00
afc163
5ed4919131
Fix tree select arrow rotate bug, close #5693
2017-04-10 16:51:12 +08:00
偏右
318258d5d8
Merge pull request #5660 from ddcat1115/fixed-Layout.Sider
...
add fixed sider
2017-04-10 15:56:58 +08:00
Benjy Cui
d8e465d579
css: fix height of MonthPicker
2017-04-10 15:30:24 +08:00
keng
681a160e35
If you use locale-provider, specify the ant-design theme as the default theme. This will automatically add all the less variables defined by ant-design. This is useful if you want to create custom themes with less and you are referencing less variables defined by ant-design.
2017-04-10 14:33:18 +08:00
乐仪
686cff965c
undate
2017-04-10 14:02:00 +08:00
乐仪
69f7cf0c55
add fixed sider
2017-04-10 14:02:00 +08:00
偏右
191b9f3f79
Merge pull request #5687 from Syzmex/master
...
add `min-width`
2017-04-10 14:00:12 +08:00
afc163
9daccc468a
update input number snapshots
2017-04-10 13:21:15 +08:00
mArker
cb67059dd0
add min-width
...
selection-column and expand-icon-th
if the width total of your columns >= 100%, must have `min-width`.
2017-04-10 13:03:24 +08:00
Benjy Cui
360a657264
chore: improve ux of RangeCalendar, close : #4985
2017-04-10 11:33:00 +08:00
Benjy Cui
07e2c5e9c5
docs: update docs for InputNumber, close : #5683
2017-04-10 11:16:41 +08:00
Wei Zhu
6dd3304976
Revert "Traditional Chinese locale provider added ( #5665 )"
...
This reverts commit 65bac17e58
.
2017-04-09 03:37:49 +08:00
Wei Zhu
8e8c9eda7c
Skip Breadcrumb test temporarily
2017-04-09 03:36:03 +08:00
LeeHarlan
d8ebd398df
fix Select component notFoundContent locale. ( #5661 )
...
* fix Select component notFoundContent locale.
* Update index.tsx
2017-04-07 19:21:18 +08:00
OAwan
65bac17e58
Traditional Chinese locale provider added ( #5665 )
2017-04-07 19:19:38 +08:00
afc163
11852b815a
Add instruction for setting iconfont size and color, ref #2125
2017-04-06 20:52:43 +08:00
Benjy Cui
b643aa752f
fix: month/year panel of DatePicker[showToday=false], close : #5620 ( #5635 )
2017-04-06 18:44:11 +08:00
handycode
4b6c5643e7
Update index.tsx
2017-04-06 11:51:48 +08:00
handycode
4736a1b990
Update index.tsx
2017-04-06 03:41:03 +08:00
handycode
fb837ea9a8
Update index.tsx
2017-04-06 03:36:54 +08:00
handycode
99639bf5de
Update index.tsx
2017-04-06 03:24:47 +08:00
handycode
93cc6d5cbc
Icon组件增加displayName
2017-04-06 02:50:12 +08:00
陆离
fda4e8414d
Autocomplete clear icon bug ( #5636 )
...
+ close #5634
2017-04-05 17:51:51 +08:00
afc163
d50085a407
tweak pagination alignment, close #5632
2017-04-05 17:10:42 +08:00
Benjy Cui
71495e71d2
test: fix warning, close : #5628
2017-04-05 16:21:21 +08:00
afc163
0dc2c1771f
fix snapshot
2017-04-05 14:59:56 +08:00
afc163
352e0f7ce4
tweak link text-decoration style
2017-04-05 14:58:41 +08:00
偏右
accb6cbfeb
Merge pull request #5597 from kenaniah/accessibility
...
Improves link + button focusing
2017-04-05 14:56:33 +08:00
afc163
c5059e5fb7
Fix steps tail style bug, close #5623
2017-04-05 11:55:16 +08:00
afc163
aaf28299ce
fix table column align in demo
2017-04-05 11:51:21 +08:00
afc163
139eedf87c
update radio group demo
2017-04-05 11:32:35 +08:00
afc163
3f1714bb0c
Fix placement not working in Dropdown.Button, close #5594
2017-04-05 11:17:07 +08:00
偏右
429539ecf4
Merge pull request #5624 from megawac/step-customization-less-variables
...
Add @steps-background and @process-icon-text-color variables for customizing step theme
2017-04-05 10:32:37 +08:00
Mitchell Demler
0e806bbec5
Fixed muckup ( #5621 )
2017-04-05 10:14:03 +08:00
Graeme Yeates
18d0a4d1fb
Add @steps-background and @process-icon-text-color variables for customizing step theme
2017-04-04 16:38:25 -04:00
mitchell.demler
1febbbc2c9
Added type for click event
2017-04-04 16:36:40 +12:00
Kenneth Truong
31ec5b7ad3
Add selectable option into Menu documentation
...
I had to read the source code to figure out that there was a property called selectable. So hopefully this will help save someone time. (Though this is an option in the rc-menu I made a PR there to add it in the doc also https://github.com/react-component/menu/pull/79 )
(I was trying to make a contextmenu out of this menu component which is why I needed to turn selectable off)
2017-04-02 23:42:28 -07:00
Wei Zhu
1a8e738142
Set snapshotSerializers
2017-04-02 18:09:23 +08:00
afc163
6864fea0cb
Improve inline menu active style
2017-04-02 14:43:34 +08:00
afc163
b72626d19c
update tag demo
2017-04-02 13:56:45 +08:00
Kenaniah Cerny
ed434c57e9
improves link navigation
2017-04-01 04:06:34 -07:00
afc163
ec87110482
Fix Unknown prop placement
warning of Dropdown.Button, close #5594
2017-04-01 18:06:40 +08:00
afc163
58e521de71
Optimize pagination item block style, close #5557
2017-04-01 18:03:57 +08:00
Kenaniah Cerny
8ec86a6b1f
buttons should not blur after click
2017-04-01 02:57:01 -07:00
Benjy Cui
30f55b923a
deps: upgrade rc-calendar
2017-04-01 14:43:36 +08:00
afc163
e70bd5320d
fix snapshot
2017-04-01 13:17:02 +08:00
afc163
21763c5da9
update progress demo
2017-04-01 11:30:44 +08:00
ndrshn
92f7df48a8
chore: fixed some typos ( #5589 )
2017-04-01 10:34:52 +08:00
乐仪
2bba8bee98
fix RangePicker placeholder color
2017-03-31 17:10:40 +08:00
afc163
3499dbc88e
Update Carousel ts definitions
...
close #5543
http://npmjs.com/@types/react-slick
2017-03-31 14:35:25 +08:00
afc163
b526083fa6
set monospaced font-family for number
2017-03-31 13:45:16 +08:00
afc163
e030d10e99
Merge branch 'master' into feature-2.9
2017-03-31 11:22:33 +08:00
Benjy Cui
ce2fe2aa45
test: add test for Modal[footer=null]
2017-03-30 16:06:03 +08:00
afc163
5460d29db0
Merge branch 'feature-2.9' of github.com:ant-design/ant-design into feature-2.9
2017-03-30 14:34:24 +08:00
afc163
3bf3013239
fix warning in test
2017-03-30 14:34:12 +08:00
afc163
0bfb35c562
fix snapshot
2017-03-30 14:29:30 +08:00
afc163
ef27e6d200
Merge branch 'master' into feature-2.9
2017-03-30 14:26:15 +08:00
afc163
9414a9cbea
docs: fix target API of Affix and Badge
2017-03-30 14:23:25 +08:00
afc163
5ba4014386
Fix scroll transition of BackTop, close #5564
2017-03-30 14:20:06 +08:00
afc163
51f1403e14
align table head in demo
2017-03-30 13:52:42 +08:00
Wei Zhu
b8fca87461
Fix some form type definition issues ( #5560 )
...
Close #5515
2017-03-30 13:46:38 +08:00
afc163
de8e598ef1
upgrade normalize.css to 6.0.0 manually, close #5561
2017-03-30 10:29:05 +08:00
Wei Zhu
aa23606166
Update snapshot
2017-03-30 00:24:41 +08:00
afc163
f77f020517
update table filter demo, close #5439
2017-03-29 20:37:20 +08:00
afc163
8f7fdb8489
use less strict console.warn
2017-03-29 16:42:52 +08:00
Benjy Cui
bb13746400
docs: add note in demo, close : #5547
2017-03-29 15:39:10 +08:00
afc163
17aa47b8cb
when there is no breadcrumbName, do not show breadcrumb item, close #5542
2017-03-29 15:13:40 +08:00
afc163
4a20dfcf2f
Fix checkbox hover border color
2017-03-29 11:24:35 +08:00
Mitchell Demler
65d62cd17c
Fix up which props are optional/required for Anchor and AnchorLink components ( #5539 )
2017-03-29 10:29:43 +08:00
Kyle Rosenberg
84baa310e2
fix: isFieldTouched and isFieldsTouched types to WrappedFormUtils ( #5537 )
...
* Added missing getFieldsError in WrappedFormUtils
* Added isFieldTouched and isFieldsTouched types to WrappedFormUtils interface in Form.tsx
2017-03-29 09:36:54 +08:00
Benjy Cui
50f46d0919
feat: merge Select[multiple|tags|combobox] to Select[mode], close : #5471 ( #5534 )
2017-03-28 21:27:58 +08:00
Ayhan
2265a49dbf
Turkish locale provider added ( #5536 )
2017-03-28 21:26:07 +08:00
afc163
035e28f75e
Merge branch 'master' into feature-2.9
2017-03-28 20:42:36 +08:00
afc163
d6af3a7a1c
tweak tree styles
2017-03-28 20:20:29 +08:00
afc163
0fd88acc93
Improve tree showLine styles
2017-03-28 17:51:45 +08:00
afc163
7e8e883019
css code style
2017-03-28 17:17:56 +08:00
Wei Zhu
675e037e7a
Remove only...
2017-03-28 17:16:15 +08:00
afc163
4f89e54cb2
Merge from branch "master"
2017-03-28 15:58:41 +08:00
偏右
66cafb95b0
Refactor button loading default delay ( #5530 )
...
* Remove delay loading button demo
* Button loading support like { delay: number }, close #5365
* update loading delay
2017-03-28 15:50:46 +08:00
Benjy Cui
fb278395f3
refactor: simplify TreeSelect's code
2017-03-28 15:44:55 +08:00
Yusuke Ito
b342dbefa2
Japanese locale ( #5529 )
...
* add ja_JP translation
* fix Japanese locale
* fix i18n docs
* update rc-pagination version
* add locale test for ja_JP
2017-03-28 15:11:33 +08:00
Benjy Cui
84d65b3f66
refactor: simplify Select relative components' code
2017-03-28 15:11:14 +08:00
afc163
03c5689db6
tweak code style
2017-03-28 15:00:19 +08:00
Benjy Cui
59f805d323
fix: backspace should delete character in Cascader[showSearch], close : #5340 ( #5513 )
2017-03-28 13:51:58 +08:00
afc163
ae9e02a6c3
Fix treeDefaultExpandedKeys ts define, close #5349
2017-03-28 13:49:28 +08:00
HJin.me
47589ba92c
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type ( #5528 )
2017-03-28 13:20:05 +08:00
黄子毅
0648172973
fix jslint ( #5514 )
2017-03-28 11:56:38 +08:00
William Yang
8c8a1797e9
docs:fix api table ( #5524 )
2017-03-28 10:41:14 +08:00
Andrey G
b816ae9cfd
... ( #5518 )
2017-03-28 00:26:25 +08:00
afc163
37744a073d
Fix InputNumber cursor style in safari
2017-03-27 21:09:31 +08:00
陆离
15e6133867
Filter Icon of Table ( #5293 )
...
* Filter Icon of Table
+ close #5287
+ add `isFiltered` props for mark dataSource is filterd
+ improve CustomFilter Demo
* fix doc
* update
* custome filter icon
* custome filter icon
2017-03-27 17:38:14 +08:00
Benjy Cui
cb555fc30d
fix: Select[multiple|tags] should support allowClear, close : #4843 ( #5478 )
2017-03-27 17:37:39 +08:00
ddcat1115
c004001a5f
fix InputNumber plcaeholder style ( #5508 )
2017-03-27 15:20:07 +08:00
afc163
4393fcf1fe
Add test case for #5494
2017-03-27 12:08:48 +08:00
Hubert Argasinski
6530e76758
update Modal.confirm locale on LocaleProvider componentWillMount ( #5494 )
2017-03-27 12:08:15 +08:00
Benjy Cui
8409cff8db
style: update code style to please lint
2017-03-27 11:00:11 +08:00
Benjy Cui
0beb892971
fix: injectLocale should work in IE<=10 ( #5488 )
2017-03-27 10:09:38 +08:00
afc163
f0ec7b749a
tweak menu style code
2017-03-27 10:09:38 +08:00
afc163
1e83c0c940
Fix menu icon transition delay in Chrome, close #5495
2017-03-27 10:09:38 +08:00
ddcat1115
0049fdda23
fix Layout.Content scrolling style issue ( #5480 )
2017-03-27 10:09:38 +08:00
afc163
4723173c33
update Radio demo description
2017-03-27 10:09:38 +08:00
afc163
23212aea5c
fix badge snap
2017-03-27 10:09:38 +08:00
Benjy Cui
43b155e7f6
fix: Modal[footer] could be set to null to hide totally, close : #5462
2017-03-27 10:09:38 +08:00
afc163
ee2f025585
Fix badge style in Maxthon, close #5477
2017-03-27 10:09:38 +08:00
Sebastian Blade
041bbee2c0
Fix button render with null or undefined child. ( #5473 )
...
* Fix button render with null or undefined child.
Fix bug #5472
* Add missing semicolon
* Make if statement braced.
......
2017-03-27 10:09:38 +08:00
Benjy Cui
9b8ef5a0b7
docs: update demo for Select[size]
2017-03-27 10:09:38 +08:00
afc163
d0114d8d9f
fix tslint
2017-03-27 10:09:38 +08:00
feng zhi hao
8dfdce50f9
fix: improve rowSelection.selections of Table ( #5409 )
...
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
2017-03-27 10:09:38 +08:00
feng zhi hao
18fced672a
chore: improve Form.create ts definition of Form ( #5420 )
...
* improve Form.create ts definition of Form
* use function<T>() instead of arrow function
2017-03-27 10:09:38 +08:00
William Yang
3f6a4172ce
fix: #5456(Cannot display feed back icon and prefix icon together) ( #5457 )
...
* fix #5456
* remove demo and set z-index to 1
2017-03-27 10:09:38 +08:00
afc163
8f286d6700
change comments to English
2017-03-27 10:09:38 +08:00
偏右
0308138974
[WIP] upgrade deps ( #5455 )
...
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
2017-03-27 10:09:38 +08:00
Wei Zhu
68cdfc550d
refactor: RadioGroup's cloneElement to context ( #5453 )
2017-03-27 10:09:06 +08:00
afc163
901a1e6769
use @info-color over @primary-color, close #5442
2017-03-27 10:09:06 +08:00
Wei Zhu
4ff6eafe12
Add new select demo snapshot
2017-03-27 10:09:06 +08:00
afc163
4f1811a3cc
itemRender do not rely on route.breadcrumbName
2017-03-27 10:09:06 +08:00
afc163
77b382fb1c
update table demo
2017-03-27 10:09:06 +08:00
afc163
9cb7d1338b
update alert banner demo
2017-03-27 10:09:06 +08:00
afc163
0c58fda707
Add select users demo, close #2765
2017-03-27 10:09:06 +08:00
afc163
e410662133
fix carousel demo
2017-03-27 10:09:06 +08:00
afc163
849c5fbf75
Fix getPopupContainer ts type
2017-03-27 10:09:06 +08:00
afc163
8eb472a466
Fix Table selectAll behavious inside Popover, close #5407
2017-03-27 10:09:06 +08:00
afc163
0be0843ef0
fix whitespace required, close #5418
2017-03-27 10:09:06 +08:00
Andrey G
26c436987f
*updates for RU locale ( #5406 )
2017-03-27 10:09:06 +08:00
Benjy Cui
fcd4669fb1
fix: injectLocale should work in IE<=10 ( #5488 )
2017-03-26 10:02:34 +08:00
afc163
0cb3259570
tweak menu style code
2017-03-25 20:31:53 +08:00
afc163
85a32c79f4
Fix menu icon transition delay in Chrome, close #5495
2017-03-25 20:30:35 +08:00
ddcat1115
b24f9cf1e0
fix Layout.Content scrolling style issue ( #5480 )
2017-03-24 20:07:59 +08:00
afc163
052a73081a
update Radio demo description
2017-03-24 19:54:00 +08:00
afc163
56775e5ed7
fix badge snap
2017-03-24 14:58:00 +08:00
Benjy Cui
af12ca7434
fix: Modal[footer] could be set to null to hide totally, close : #5462
2017-03-24 14:41:41 +08:00
afc163
b090dec8e0
Fix badge style in Maxthon, close #5477
2017-03-24 14:34:37 +08:00
Xie Guanglei
b054a0c2b8
feat: allow disable tabs inkBar animation ( #5450 )
...
* fix issue [5089](https://github.com/ant-design/ant-design/issues/5089 )
* tabs doc
2017-03-24 14:28:11 +08:00
Sebastian Blade
83f85a371a
Fix button render with null or undefined child. ( #5473 )
...
* Fix button render with null or undefined child.
Fix bug #5472
* Add missing semicolon
* Make if statement braced.
......
2017-03-24 13:10:27 +08:00
Benjy Cui
d6d62f6754
docs: update demo for Select[size]
2017-03-24 12:14:00 +08:00
afc163
a19845c1bb
fix tslint
2017-03-24 11:56:18 +08:00
feng zhi hao
78bdbbfe93
fix: improve rowSelection.selections of Table ( #5409 )
...
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
2017-03-24 11:44:36 +08:00
feng zhi hao
637d9243ea
chore: improve Form.create ts definition of Form ( #5420 )
...
* improve Form.create ts definition of Form
* use function<T>() instead of arrow function
2017-03-24 11:43:38 +08:00
Benjy Cui
583ed547e9
fix: code syntax
2017-03-24 11:29:38 +08:00
Madis Väin
7696c1cd05
feat: Add et_EE locale (Estonian) ( #5266 )
...
* add Estonian translations
* add other translations except pagination for Estonian
* add to tests
* linting fixes
* remove comments
2017-03-24 10:54:36 +08:00
Martin Litvaj
82b516c77f
feat: SK Localization ( #5304 )
2017-03-24 10:30:37 +08:00
William Yang
6b8eeb79d1
fix: #5456(Cannot display feed back icon and prefix icon together) ( #5457 )
...
* fix #5456
* remove demo and set z-index to 1
2017-03-24 09:59:31 +08:00
afc163
4a396c4d7b
change comments to English
2017-03-23 21:32:29 +08:00
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
...
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
2017-03-23 21:15:49 +08:00
Wei Zhu
ab6e521ea2
refactor: RadioGroup's cloneElement to context ( #5453 )
2017-03-23 17:19:50 +08:00
afc163
6b2f6af85d
use @info-color over @primary-color, close #5442
2017-03-23 13:57:30 +08:00
Wei Zhu
21ee247253
Add new select demo snapshot
2017-03-23 13:48:19 +08:00
afc163
ac1c7f312b
itemRender do not rely on route.breadcrumbName
2017-03-23 13:28:01 +08:00
afc163
106d9a70e2
update table demo
2017-03-22 20:24:48 +08:00
偏右
9a0b9adc1e
feat: 12 hours time picker ( #5434 )
...
* TimePicker support 12 hours format, close #4063
* Add new demo snapshot
2017-03-22 17:53:37 +08:00
afc163
df9a75f33d
update alert banner demo
2017-03-22 17:32:52 +08:00
afc163
a42a507e2b
percise modal document
2017-03-22 15:25:28 +08:00
afc163
19bebebc60
percise modal document
2017-03-22 15:25:12 +08:00
afc163
f5350fcd7e
Add InputNumber[parser] which works with formatter
2017-03-22 15:10:03 +08:00
afc163
4442f71d31
Add select users demo, close #2765
2017-03-22 14:21:24 +08:00
Benjy Cui
d24a647392
feat: Tabs[onNextClick] Tabs[onPrevClick], close : #4395 ( #5412 )
2017-03-21 23:42:16 +08:00
afc163
48b9055605
fix carousel demo
2017-03-21 19:16:50 +08:00
Aaron Planell López
45b0693bae
Feat spin wrapper className. ( #5425 )
2017-03-21 17:12:43 +08:00
afc163
322e9efdc9
Fix getPopupContainer ts type
2017-03-21 16:35:31 +08:00
afc163
fd7b5bdcf4
Fix Table selectAll behavious inside Popover, close #5407
2017-03-21 16:31:45 +08:00
afc163
93ec71ea58
fix whitespace required, close #5418
2017-03-21 15:21:40 +08:00
乐仪
5d348ec1b2
add snap for new demos of Tree
2017-03-21 11:01:37 +08:00
ddcat1115
27b099e58e
feat: Tree with line & Tree customize icon demo ( #5261 )
...
* Tree with line & Tree customize icon demo
* improve
2017-03-21 09:41:02 +08:00
Andrey G
b093d9d8b0
*updates for RU locale ( #5406 )
2017-03-20 19:02:39 +08:00
afc163
4c8297d39d
Merge branch 'master' into feature-2.9
2017-03-20 17:13:36 +08:00
jiang
1be1d41cc9
update upload ( #5401 )
2017-03-20 16:44:29 +08:00
Mitchell Demler
e968b575a2
fix: move filterOption to AbstractSelectProps so that AutoComplete component types do not break. ( #5393 )
2017-03-20 16:13:53 +08:00
Benjy Cui
36a7ffc0d6
fix: Switch should not warning with size=large, close : #5368
2017-03-20 16:08:24 +08:00
Benjy Cui
129308ceb5
fix: suppress warning while testing, close : #5345 ( #5397 )
2017-03-20 15:34:34 +08:00
natergj
c2cb111f7b
fix: Upload should work with LocaleProvider ( #5388 )
2017-03-20 15:20:15 +08:00
Benjy Cui
22f5f6a18b
test: update snapshot
2017-03-20 11:40:24 +08:00
Benjy Cui
c097d5a9f5
Merge branch 'master' into feature-2.9
2017-03-20 11:29:36 +08:00
Knacktus
038453e581
chore: update de_DE.tsx ( #5387 )
...
Added locale for selectAll and selectInvert
2017-03-20 11:08:27 +08:00
afc163
e88f08b1cb
update doc
2017-03-19 14:21:16 +08:00
afc163
140f3fb3de
update message docs
2017-03-19 14:16:39 +08:00
afc163
9a72f94027
update documentation of icon
2017-03-19 14:12:58 +08:00
偏右
81c1a77686
Fix get container ( #5381 )
...
* Fix message getContainer, close #5380
* Add test for message getContainer
* Add test for message config top
* more test for message destroy
2017-03-19 02:07:39 +08:00
afc163
d09b7638b8
Add test case for notification destroy
2017-03-19 02:04:32 +08:00
afc163
402a5cce4c
update message demo code style
2017-03-19 01:29:21 +08:00