afc163
3413774ae5
update changelog
7 years ago
valleykid
41b9a79edb
release 3.5.2
7 years ago
afc163
35b751da15
site: better responsive
7 years ago
Oleg Kuzava
71abb96de7
Allow to use any CSS units for layout width ( #10479 )
* Allow to use any CSS units for layout width
* Fix ts issues
* Fix parseFloat type check
* add tests for width in Sider
* clean up
7 years ago
dependabot[bot]
dd7fb9d351
Update unified requirement to ^7.0.0 ( #10474 )
Updates the requirements on [unified](https://github.com/unifiedjs/unified ) to permit the latest version.
- [Release notes](https://github.com/unifiedjs/unified/releases )
- [Commits](https://github.com/unifiedjs/unified/commits/7.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
tangjinzhou
4adf0b2571
docs: add vue-antd-ui link ( #10463 )
7 years ago
jiang
9e01b24272
fix 10445 ( #10457 )
* fix 10445
* re help anim timing
* refactor
* use this.helpShow
* is show no set state
* remove state.helpShow
7 years ago
jiang
1b8030ec59
Update customize-theme.zh-CN.md
7 years ago
jiang
2747aa341d
Update customize-theme.en-US.md
7 years ago
picodoth
030c745e1b
fix: checkbox trigger twice
regression introduced from d93cfde
7 years ago
Christopher Deutsch
dd0d4214d1
Omit 'ref' from ButtonProps otherwise typing conflicts occur. ( #10426 )
Fixes #10405
7 years ago
afc163
6eef4d0a42
chore: code style
7 years ago
afc163
6e6b1ccdec
chore: code style
7 years ago
Jinxuan Zhu
832c524b32
Use local tslint config; simplify editor configuration ( #10450 )
7 years ago
afc163
bc4143f8a3
Fix Cascader displayRender z-index issue, close #10433
7 years ago
afc163
be31f17bca
Change Dropdown.Button default icon to ellipsis
7 years ago
Lyndon001
dcb75a789d
Update work-with-us.zh-CN.md
7 years ago
afc163
ffc182f4eb
release 3.5.1
7 years ago
afc163
fbf09e86af
site: show version info in home page
7 years ago
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
7 years ago
Wei Zhu
04ee8526ab
Revert "Fix table scroll x ( #9704 )"
This reverts commit 0d9dcb1714
.
7 years ago
konakona
06f205874f
Add missing semicolon ( #10410 )
* Add missing semicolon
* Remove semicolon for custom-typings.d.ts
7 years ago
afc163
20495dd5ba
Fix monospaced number font weight issue
http://codesandbox.io/s/w705jk5wz7
7 years ago
陈帅
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
7 years ago
afc163
5e99a93930
Fix collapse focused style
7 years ago
Zohaib Ijaz
bd81877cf8
#10007 : Dynamic/Runtime Theme ( #10384 )
- Added links to related articles
7 years ago
Wei Zhu
8a6d9b92b7
Improve table types
Fix #10374
7 years ago
afc163
d93cfdef09
clean up unnecessary z-index
close #9840
close #10385
7 years ago
afc163
e86f17186b
Fix select test snapshot
7 years ago
afc163
6d91a3eb4a
Fix select arrow overlap bug, close #10383
introduced by #10092 , this commit also fix #10092
7 years ago
afc163
d95379cfa5
Fix broken style of Input with addons, close #10371
7 years ago
afc163
dbde26e560
docs: add disabled prop doc for Button, close #10373
7 years ago
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/
7 years ago
愚指导
9368e2df87
Bump 3.5.0 ( #10297 )
7 years ago
Zheeeng
7f8cb838e3
Remove the side effects in render method ( #10357 )
7 years ago
愚指导
0f7794946f
upgrade rc-cascader to 1.13.0 for support filedNames ( #10365 )
7 years ago
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
7 years ago
Wu Haotian
6019245365
fix(button): use React.HTMLProps for button's props ( #10229 )
7 years ago
Wei Zhu
3fd9397174
Keep text align center
Fix prev commit
7 years ago
Wei Zhu
f1e38a1573
Fix table merged header cell border
Fix #10359
7 years ago
愚道
013df45a70
merge https://github.com/ant-design/ant-design/pull/10306 from feature-3.5.0
7 years ago
afc163
5ee4d20e2a
should still have padding when card which set padding to 0 is loading
7 years ago
afc163
c9017b6c6c
release 3.4.5
7 years ago
Michael Wang
05e702a2b4
Remove useless characters in doc ( #10340 )
7 years ago
paranoidjk
8e166915a9
fix(Select): value tsd ( #10336 )
7 years ago
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
7 years ago
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
.
7 years ago
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
7 years ago
afc163
b5a52d26f2
fix snapshot
7 years ago
afc163
70a42545e3
fix fileToObject, close #10319
7 years ago