jiang
2747aa341d
Update customize-theme.en-US.md
2018-05-10 19:56:18 +08:00
picodoth
030c745e1b
fix: checkbox trigger twice
...
regression introduced from d93cfde
2018-05-10 19:04:37 +08:00
Christopher Deutsch
dd0d4214d1
Omit 'ref' from ButtonProps otherwise typing conflicts occur. ( #10426 )
...
Fixes #10405
2018-05-10 11:21:07 +08:00
afc163
6eef4d0a42
chore: code style
2018-05-10 11:01:58 +08:00
afc163
6e6b1ccdec
chore: code style
2018-05-10 10:59:33 +08:00
Jinxuan Zhu
832c524b32
Use local tslint config; simplify editor configuration ( #10450 )
2018-05-10 00:36:19 +08:00
afc163
bc4143f8a3
Fix Cascader displayRender z-index issue, close #10433
2018-05-09 18:16:08 +08:00
afc163
be31f17bca
Change Dropdown.Button default icon to ellipsis
2018-05-09 18:01:07 +08:00
Lyndon001
dcb75a789d
Update work-with-us.zh-CN.md
2018-05-09 17:56:19 +08:00
afc163
ffc182f4eb
release 3.5.1
2018-05-09 16:35:18 +08:00
afc163
fbf09e86af
site: show version info in home page
2018-05-09 10:45:45 +08:00
Xiaoming
7f2159e928
Message doc update & change variable statement ( #10420 )
...
* eslint disallow use of chained assignment expressions
eslint disallow use of chained assignment expressions
* revert
* message-doc-update
1.If a variable is never reassigned, using the const declaration is
better.
2.Defaultvalue’s type must be ‘number’ depend on type
2018-05-08 21:59:28 +08:00
Wei Zhu
04ee8526ab
Revert "Fix table scroll x ( #9704 )"
...
This reverts commit 0d9dcb1714
.
2018-05-08 16:23:10 +08:00
konakona
6c0d6d302a
Add feature: can use type ReactNode for message of rules ( #10136 ) ( #10395 )
...
* Add feature: can use type ReactNode for message of rules (#10136 )
* fix: Replace React.Fragment to span
* Add unit test for Form (Not passed)
* fix: unit test of Form
* fix: unit test of Form & remove demo
* fix: update unit test for Form
* Refine code for Form
* Add error check for getHelpMessage
2018-05-08 14:00:00 +08:00
konakona
06f205874f
Add missing semicolon ( #10410 )
...
* Add missing semicolon
* Remove semicolon for custom-typings.d.ts
2018-05-08 13:03:27 +08:00
afc163
20495dd5ba
Fix monospaced number font weight issue
...
http://codesandbox.io/s/w705jk5wz7
2018-05-07 21:19:16 +08:00
陈帅
d5c5219111
new edit Table demo ( #10119 )
...
* new edit Table demo
* fix test error
* fix ci
* typo
* Skip edit-row test for React 15
* Set column width
* Update snapshot
2018-05-07 20:50:43 +08:00
afc163
5e99a93930
Fix collapse focused style
2018-05-07 17:57:49 +08:00
Zohaib Ijaz
bd81877cf8
#10007 : Dynamic/Runtime Theme ( #10384 )
...
- Added links to related articles
2018-05-07 16:12:28 +08:00
Wei Zhu
8a6d9b92b7
Improve table types
...
Fix #10374
2018-05-07 12:32:26 +08:00
afc163
d93cfdef09
clean up unnecessary z-index
...
close #9840
close #10385
2018-05-06 21:50:50 +08:00
afc163
e86f17186b
Fix select test snapshot
2018-05-06 14:58:05 +08:00
afc163
6d91a3eb4a
Fix select arrow overlap bug, close #10383
...
introduced by #10092 , this commit also fix #10092
2018-05-06 14:54:27 +08:00
afc163
d95379cfa5
Fix broken style of Input with addons, close #10371
2018-05-05 19:50:48 +08:00
afc163
dbde26e560
docs: add disabled prop doc for Button, close #10373
2018-05-05 13:18:50 +08:00
Karol Majewski
1479726932
Use exact type for Breadcrumb.Item ( #10372 )
...
Using "any" breaks the build for TSLint users having the "no-unsafe-any" rule enabled.
See https://palantir.github.io/tslint/rules/no-unsafe-any/
2018-05-05 00:47:44 +08:00
愚指导
9368e2df87
Bump 3.5.0 ( #10297 )
2018-05-04 18:15:28 +08:00
Zheeeng
7f8cb838e3
Remove the side effects in render method ( #10357 )
2018-05-04 17:37:31 +08:00
愚指导
0f7794946f
upgrade rc-cascader to 1.13.0 for support filedNames ( #10365 )
2018-05-04 17:27:34 +08:00
Christian
f4b8a58480
fixes #10289 and #10209 : lost of user selection on table data updates ( #10332 )
...
* fixes #10289 and #10209 : lost of user selection on table data updates
* adds shallowequal check
2018-05-04 14:51:15 +08:00
Wu Haotian
6019245365
fix(button): use React.HTMLProps for button's props ( #10229 )
2018-05-04 14:48:41 +08:00
Wei Zhu
3fd9397174
Keep text align center
...
Fix prev commit
2018-05-04 14:33:06 +08:00
Wei Zhu
f1e38a1573
Fix table merged header cell border
...
Fix #10359
2018-05-04 14:30:21 +08:00
愚道
013df45a70
merge https://github.com/ant-design/ant-design/pull/10306 from feature-3.5.0
2018-05-03 16:58:50 +08:00
afc163
5ee4d20e2a
should still have padding when card which set padding to 0 is loading
2018-05-03 15:17:04 +08:00
afc163
c9017b6c6c
release 3.4.5
2018-05-03 14:27:37 +08:00
Michael Wang
05e702a2b4
Remove useless characters in doc ( #10340 )
2018-05-03 11:52:50 +08:00
paranoidjk
8e166915a9
fix(Select): value tsd ( #10336 )
2018-05-03 11:28:30 +08:00
Xiaoming
9c6fef0604
treeSelect doc ( #10302 )
...
TreeSelect implement Tree as popup panel which use title as the display
text.
To follow the Select definition (label as display text), TreeSelect
internal convert the prop label into title to the Tree component (but
will follow if title is set).
ref:
https://github.com/react-component/tree-select/blob/master/src/Select.js
x#L44
2018-05-03 11:26:59 +08:00
paranoidjk
b6f8ab89c7
Fix: Form tsd ( #10324 )
...
* Fix(form): wrappedComponentRef interface
- ref: https://github.com/react-component/form/blob/master/src/createBaseForm.js#L499
* refactor: use ts conditional type
* fix: merge
* Revert "refactor: use ts conditional type"
This reverts commit ab3035da83
.
2018-05-02 18:24:51 +08:00
Wei Zhu
56e3384c6b
Revert "MenuItem: avoid rendering Tooltip unless necessary ( #9636 )"
...
This reverts commit 0754845aff
.
Conditional rendering will break the transition animation,
since React will create new DOM node when inlineCollapsed changges.
Fix https://github.com/react-component/menu/issues/139
2018-05-02 14:49:20 +08:00
afc163
b5a52d26f2
fix snapshot
2018-05-02 14:28:16 +08:00
afc163
70a42545e3
fix fileToObject, close #10319
2018-05-02 13:56:54 +08:00
afc163
fb38e55cc0
more test about button text
2018-05-01 19:36:11 +08:00
afc163
c7471a4653
tweak insert space logic of loading button
2018-05-01 19:33:38 +08:00
afc163
726f0466bc
menu should be unfocusable defaultly
2018-05-01 18:53:44 +08:00
Wei Zhu
a4261f9344
Only lock issues
2018-05-01 18:32:48 +08:00
Wei Zhu
0616b05583
Add lock threads robot
2018-05-01 13:56:25 +08:00
afc163
d0c3752a4e
we can remove @types/node now
2018-05-01 13:49:37 +08:00
Daniel Gomez
3a5fce7256
Fix UploadFile's lastModifiedDate property name ( #10315 )
2018-05-01 00:11:18 +08:00