OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
afc163
dd22bae0fc
Fix button loading style with icon, close #7709
7 years ago
偏右
759b0bb821
seperate reset styles ( #7682 )
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
7 years ago
偏右
dab6f43c02
Feat search enter button ( #7620 )
* Add enterButton for Input.Search
close #7596
* update snapshot
7 years ago
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
This reverts commit 9d2c91598b
.
7 years ago
Wei Zhu
9d2c91598b
Mock rc-trigger
Ref #5522
7 years ago
afc163
bb2c2036ba
update button size demo
7 years ago
Khalifa Lame
8271b5d069
docs: update Button English doc ( #7438 )
Fixed some typos. Added ghost button type.
7 years ago
Benjy Cui
1f652bfe4c
fix: event.target of Button's click event, close : #7034
7 years ago
afc163
59b11f3b48
Tweak button insert space logic
7 years ago
Zhang Zhi
30e4fa8a8d
Remove Button's redundent code ( #7176 )
7 years ago
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
7 years ago
afc163
a0026a5923
Fix dropdown button mis-align, close #7070
7 years ago
afc163
a6037d66c0
Fix button align issue, close #7001
7 years ago
newraina
aa6afd81b5
fix Button.Group type definition
7 years ago
neekey
7e522291c8
add unit `px` to all less value, make them explicit
7 years ago
Benjy Cui
2413c6af61
fix: make loading work with icon only button in button group, close : #6822
7 years ago
Benjy Cui
2feb3d42e6
chore: add definition for Button[onMouseDown], close : #6054
8 years ago
afc163
5d6439f15b
When there is icon, should not insert space in button children, #5977
8 years ago
bang
ae631c7190
refactor(button): enable noImplicitAny #5627
8 years ago
ddcat1115
75e9e44a2f
new style of danger button ( #5815 )
* new style for danger button
* improve
8 years ago
afc163
6b1cec2bf6
Use height over padding for button size, close #5256
8 years ago
afc163
fbdebd7692
Fix button loading transition
8 years ago
afc163
8605e84150
update button demo
8 years ago
afc163
1083f82c5d
Fix icon transtion delay problem in Chrome
8 years ago
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
8 years ago
Wei Zhu
1a8e738142
Set snapshotSerializers
8 years ago
Kenaniah Cerny
8ec86a6b1f
buttons should not blur after click
8 years ago
偏右
66cafb95b0
Refactor button loading default delay ( #5530 )
* Remove delay loading button demo
* Button loading support like { delay: number }, close #5365
* update loading delay
8 years ago
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.
......
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
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.
......
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
69dff0fa2d
Fix danger button ghost style
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
afc163
a16636cafd
Fix Button text shifts when click it
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
afc163
d4036d3cae
fix button unknown prop
8 years ago
afc163
d99778b605
Fix clicked effect when switch loading state
8 years ago
afc163
00fac07d9e
refactor requestAnimationFrame
8 years ago
afc163
14d380f0f9
use old button animation
8 years ago
陆离
21a0779692
Better loading of Button ( #4964 )
* Better loading of Button
+ close #4925
+ add a default delay timer (200ms)
* update snapshot
* escape
8 years ago
Wei Zhu
a69a52f8b8
docs: Rewrite Button demos to ES6 component
8 years ago
afc163
8dc73f4601
Fix shake bug fo Button loading with icon, close #4913
8 years ago
afc163
49b050ccc1
Improve button and badge[status] with pulse animation
8 years ago
偏右
f5d697988a
fix: Tooltip should work with disabled button ( #4865 )
* Fix Tooltip won't hide at disabled button
close react-component/tooltip#18
* change button text in test case
* Add comments for display attribute
* correct test case
8 years ago
afc163
5327a49161
Fix Button[shape="circle"] loading style, close #4875
8 years ago
afc163
e18a330fbd
Fix danger button click effect
8 years ago