Ilan
d7a9783299
✅ update button snapshots
6 years ago
Ilan
b5ed207902
🚚 fitContainer -> block name conversion
6 years ago
Ilan
8fab1e1d1b
🐛 update fitContainer order
6 years ago
Ilan
5536a4ca3b
📝 update chinese button api doc
6 years ago
Ilan
9742be40a7
📝 update button api docs
6 years ago
Ilan
623cf1eaff
✨ introducing fitContainer prop for button
6 years ago
tangjinzhou
430381f28f
fix: ButtonGroup style bug when have disabled button #9296 ( #11321 )
* fix: ButtonGroup style bug when have disabled button #9296
* Update mixin.less
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
8df086f022
update test cases
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
david.lv
6fe9ca201e
Update index.less
spell check 'compatibile'->'compatible'
6 years ago
zombiej
11dba9c305
update snapshot
7 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
7 years ago
Zheeeng
980e2b1427
Update button signature ( #10877 )
7 years ago
Zheeeng
f36c6195b8
Fix typo ( #10878 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
7 years ago
afc163
71d3af310a
Fix missing border in Button.Group
https://gw.alipayobjects.com/zos/rmsportal/hKuBQeoCgjruYXCGnrDt.png
7 years ago
afc163
6602df16e6
Fix extra border style in Button.Group
7 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
Wei Zhu
1ed9fed2cf
Improve Button and Tag types
7 years ago
afc163
cafeb8e3eb
fix button group split border color
7 years ago
afc163
99dca86904
update button disable demo
7 years ago
Christopher Deutsch
dd0d4214d1
Omit 'ref' from ButtonProps otherwise typing conflicts occur. ( #10426 )
Fixes #10405
7 years ago
afc163
dbde26e560
docs: add disabled prop doc for Button, close #10373
7 years ago
Wu Haotian
6019245365
fix(button): use React.HTMLProps for button's props ( #10229 )
7 years ago
afc163
fb38e55cc0
more test about button text
7 years ago
afc163
c7471a4653
tweak insert space logic of loading button
7 years ago
afc163
649d733048
fix snapshot ci
7 years ago
Zen
d7f9270a6f
fix button/demo/disabled.md ( #10009 )
add `ghost` property to ghost buttons
7 years ago
Zheeeng
05a522c343
Update ButtonType ( #10129 )
7 years ago
afc163
4502ad8376
Fix button two-chinese-words update bug
7 years ago
afc163
caf497d08f
Fix underline of Button[href], close #9755
7 years ago
afc163
8b1d0224cb
Tweak danger button focus style
7 years ago
afc163
2fe64d429a
Fix button group align issue in chrome, close #1019
7 years ago
Ivan Kravets
86ab00fbbd
Use default background for button states ( #9411 )
7 years ago
Christopher Deutsch
97b09b393b
onKeyPress and onKeyDown got the wrong type in #9316 ( #9365 )
7 years ago
Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
* Update Checkbox.tsx
* Update button.tsx
7 years ago
afc163
dc7d9de4cd
revert demo code
7 years ago
afc163
70f3afeda0
Fix ButtonGroup style bug when have disabled button, close #9296
7 years ago
afc163
6577616be2
fix demo
7 years ago
afc163
875024cd1e
update onRow usage
7 years ago
George Gray
03c180ff08
Use @btn-primary-bg for primary ghost btn ( #9236 )
7 years ago
niko
f2ba99978d
upgrade snapshots ( #9127 )
7 years ago
afc163
1d9afb6510
Fix button group z-index, close #9014
7 years ago
Yury Kozyrev
693e734a82
Update button.tsx ( #8918 )
7 years ago
崔宏森
eac76df671
Fix the bug<Button>{0}</Button> display abnormal ( #8733 )
* 修复了<Button>{0}</Button> 显示异常的bug
* Fix the bug<Button>{0}</Button> display abnormal
* Fix the bug<Button>{0}</Button> display abnormal
* Unit test writing error
* Unit tests were added to test the rendering of {0}, 0, {false} respectively
7 years ago
afc163
d6d701976f
Fix button line-height broken by 455b9e4, close #8836
7 years ago
afc163
455b9e40e0
Remove unneccessary reset style of button
7 years ago
afc163
6959119573
Fix HOC in Button not inserted space bettween chinese words
7 years ago