afc163
1d1e197527
🐛 Fix Icon Button align issue
close #19392
5 years ago
Aaron Cawte
693d5a1434
General components doc tweaks ( #19416 )
* Documentation - Button Component
* Documentation - Icon Component
* Documentation - Typography component
5 years ago
afc163
47dee4c7d7
✅ fix eslint problems
5 years ago
afc163
913c5bbc47
🐛 Fix Button.Group large="size" icon only style
close #18993
5 years ago
afc163
1903ae0c13
✅ fix test case of Button loading
5 years ago
afc163
4338a5b7cf
✅ add more test cases for Button
5 years ago
afc163
c2bcf44f62
💄 should not insert space to link button
close #18118
5 years ago
afc163
9157bc99a9
🐛 Fix round button font size too large
5 years ago
afc163
4d0bd6b7da
🐛 Fix circle button is not circle
close #18509
5 years ago
afc163
f8ed99ab57
✅ missing components
5 years ago
afc163
a51f7a0508
✅ test unmount
5 years ago
Qhan W
cde78c8981
修复纯图标按钮在默认形状下不同大小均显示为正方形 ( #18458 )
5 years ago
Kelvin Chu
4a54c5698c
Fixed grammatical errors in Button and Icon documentation.
5 years ago
偏右
aa2ed79770
🐛 Fix Button loading prop warning ( #18208 )
close #18205
5 years ago
Meck Zhu
57833a260f
chore: fix css style
5 years ago
Amumu
187f8f8372
fix: button should accept title prop ( #18130 )
* pass title to button
* update
* update
5 years ago
Kelvin Chu
24ac6e5c86
Fixed typos and grammatical errors in Button and Tabs documentation.
5 years ago
afc163
05181d552e
🐛 Fix Button line-height style issue
close #18107
close #13214 too
caused by the fix of #12978
changing another way to fix #12978
5 years ago
orzyyyy
44d110c0db
feat: add extend from prettier/react
5 years ago
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
5 years ago
orzyyyy
28f39739df
test: update snapshots
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
afc163
3c771b3b23
🐛 Fix Button danger style when type is ghost
close #17742
5 years ago
afc163
3a3cf47472
💄 Optimize danger Button design
5 years ago
Meck Zhu
f4095ef5d5
Fix css properties orders
5 years ago
Wei Zhu
5b7c922594
Revert #17508 ( #17639 )
* Revert "fix: Style property orders"
This reverts commit 54a992c359
.
* Revert "fix: optimize Input presuffix style(#17414 )"
This reverts commit 9691d2bee1
.
5 years ago
诸岳
54a992c359
fix: Style property orders
5 years ago
riho
001384a65b
fix: button loading style( #17569 )
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
afc163
57c28def68
revert unknown to any
6 years ago
afc163
b1d8425384
📝 document about autoInsertSpaceInButton
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
lon
3c2c7c60c5
fix: add link button to basic demo of button docs
6 years ago
zombieJ
1517fcbbd6
fix space missing in button ( #16551 )
6 years ago
Harut
b8c5671c88
Just a spelling update
Just a spelling update (fix) for the CSS doc styl to style
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
zombieJ
30a798c0e5
feat: Button support `link` type ( #16289 )
close #15892
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
2737c00633
💄 Fix stylelint problems
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
gxvv
9d95429f93
📸 Update button snapshot.
6 years ago
gxvv
0902bcd59a
📝 Replace span to div in loading button doc.
6 years ago
gxvv
9dcde5ab94
💄 Remove the pointer events handler of loading circle button.
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
zombieJ
9190245b52
update ts def ( #15938 )
6 years ago
Andrés
615ea0cb2e
Fix Documentation
6 years ago
Andrés
a46f6df572
Update documentation
Universalize the default props
6 years ago
Dana Janoskova
a543c7db6a
add default html type + fix switch
6 years ago