Wei Zhu
1ed9fed2cf
Improve Button and Tag types
2018-05-18 18:22:33 +08:00
afc163
7c4f6e8b2a
fix: Revert checkbox z-index
...
fix #10480
ref #10452
reverted for #10385
2018-05-18 15:36:54 +08:00
qhxin
7404b7f36c
fix Affix/index.tsx while offsetTop === 0 and offsetBottom is numberic ( #10566 )
...
* Update index.tsx
Fix: if offsetTop === 0, it will get undefined, if offsetBottom is type of number, offsetMode will be { top: false, ... }
* Update index.tsx
2018-05-18 10:18:19 +08:00
Walter Barbagallo
963120f702
Improved Form component typings ( #10564 )
...
* Improved Form component typings
With this fix you can use HTMLFormElement attributes on Form component
without getting TypeScript errors.
For example this code does not longer produce error for the additional
`autoComplete` prop:
```
const myForm = (
<Form autoComplete="off">
...
</Form>
)
```
* Fix onBlur / onChange typings with Input component
This improvement fix a typing issue incompatibility with
`react-final-form`
The incompatibility involve [this
line](https://github.com/final-form/react-final-form/blob/v3.4.2/src/index.d.ts#L20 )
where the handler argument is a more specific SyntheticEvent
2018-05-17 23:45:13 +08:00
Wei Zhu
b7d508e166
Fix Row gutter type
2018-05-17 21:47:09 +08:00
afc163
cafeb8e3eb
fix button group split border color
2018-05-17 21:36:05 +08:00
afc163
99dca86904
update button disable demo
2018-05-17 21:23:36 +08:00
afc163
09d5e36cfa
style: fix hightlight link color in menu item
2018-05-17 21:17:20 +08:00
afc163
6e0865f691
fix less compile error
2018-05-17 17:20:47 +08:00
afc163
eb17aae25c
Fix less import error again
2018-05-17 15:21:31 +08:00
afc163
593435ce65
fix import path
2018-05-17 14:39:33 +08:00
afc163
c4f58e7027
fix import path
2018-05-17 11:04:14 +08:00
afc163
b76910f63f
fix typo
2018-05-16 11:49:35 +08:00
afc163
12d3046687
style: unify the less vars naming
2018-05-15 17:02:01 +08:00
Wei Zhu
c7c85e3d5d
docs: Revert unexpected modify
2018-05-15 12:11:21 +08:00
Wei Zhu
78af67a057
docs: fix table custom search panel demo
...
close #10494
2018-05-15 11:58:02 +08:00
Reed Sun
604584931e
fix text error ( #10510 )
...
回掉 => 回调
2018-05-15 11:22:29 +08:00
Andreas Cederström
97c2d58d15
remove bundle size warning in test env ( #10363 )
2018-05-14 17:13:27 +08:00
Winter Zhong
f09c799bba
add the border-right-width to fix the Input.Group component covered box-shadow effect ( #10492 )
2018-05-14 17:11:11 +08:00
Wei Zhu
bf03d954d4
docs: Fix indent
2018-05-14 12:29:04 +08:00
Xiping.wang
413479a5b9
修改案例title值,原title值容易产生误导
...
修改案例title值,原title值容易产生误导
2018-05-14 12:08:50 +08:00
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
2018-05-12 02:30:33 +08:00
jiang
9e01b24272
fix 10445 ( #10457 )
...
* fix 10445
* re help anim timing
* refactor
* use this.helpShow
* is show no set state
* remove state.helpShow
2018-05-10 21:48:11 +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
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
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
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
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