ycjcl868
09c00720b8
feat: add btn-default-ghost
2019-11-29 09:04:38 +00:00
ycjcl868
961cfeac43
test: update snapshot
2019-11-29 15:20:34 +08:00
ycjcl868
864ccc436e
fix: button danger link
2019-11-29 15:09:17 +08:00
ycjcl868
beaf521835
fix: remove button group demo
2019-11-29 14:31:03 +08:00
ycjcl868
6ca5628417
Merge 4.0-prepare into fix-button-demo
2019-11-29 14:27:47 +08:00
二货机器人
64b905e9bd
chore: Update @ant-design/icons
deps ( #19979 )
...
* update icons deps
* update all icon ref
* fix lint
* update snapshot
2019-11-28 12:34:33 +08:00
骗你是小猫咪
6030431121
fix(Button): Button disabled with loading not prevent pointer events ( #19958 )
2019-11-27 12:41:47 +08:00
ycjcl868
1d0f97d0a9
fix: lint
2019-11-25 07:02:24 +00:00
ycjcl868
ab15b3a84c
fix: remove danger warning
2019-11-25 07:02:24 +00:00
ycjcl868
37a85366f3
feat: add Button danger
2019-11-25 07:02:24 +00:00
ycjcl868
3a6c76ecc3
feat: Button add danger-default type
2019-11-25 07:02:24 +00:00
ycjcl868
0e1998f643
feat: Button danger-link
2019-11-25 07:02:24 +00:00
ycjcl868
b01bed3f6f
upd: snapshot
2019-11-25 07:02:24 +00:00
ycjcl868
ec0dba9323
fix: button group
2019-11-25 07:02:24 +00:00
ycjcl868
8f4c983e5a
fix: Button demo icon search use tooltip
2019-11-25 07:02:24 +00:00
ycjcl868
86db97b055
fix: remove Button dashed
2019-11-25 07:02:24 +00:00
ycjcl868
55e34f6ac1
fix: icon error
2019-11-25 07:02:24 +00:00
zhangyanling77
eb91cbdfab
feat: Button & Icon remove version column in 4.0-repare ( #19845 )
2019-11-21 10:16:58 +08:00
zombiej
7a12b2b1ae
merge master
2019-10-30 16:28:28 +08:00
afc163
1d1e197527
🐛 Fix Icon Button align issue
...
close #19392
2019-10-28 15:26:06 +08:00
vagusX
d25dff397d
Fix/legacy icon usage ( #19446 )
...
* fix: legacy icon usage in progress component demo
* fix: legacy icon usage in button test cases
2019-10-27 21:59:16 +08:00
Aaron Cawte
693d5a1434
General components doc tweaks ( #19416 )
...
* Documentation - Button Component
* Documentation - Icon Component
* Documentation - Typography component
2019-10-25 09:56:30 +08:00
zombiej
e129e8dc7e
merge master
2019-10-08 15:04:00 +08:00
afc163
47dee4c7d7
✅ fix eslint problems
2019-10-05 18:02:16 +08:00
zombiej
911867622e
merge master
2019-09-26 22:28:08 +08:00
afc163
913c5bbc47
🐛 Fix Button.Group large="size" icon only style
...
close #18993
2019-09-25 14:36:59 +08:00
zombiej
f30b92ec21
merge master
2019-09-17 19:31:37 +08:00
zombiej
fa8ddb4104
merge master
2019-09-16 11:23:26 +08:00
afc163
1903ae0c13
✅ fix test case of Button loading
2019-09-07 21:29:56 +08:00
afc163
4338a5b7cf
✅ add more test cases for Button
2019-09-07 21:29:56 +08:00
afc163
c2bcf44f62
💄 should not insert space to link button
...
close #18118
2019-09-07 21:29:56 +08:00
诸岳
495fc3a99a
Fix confilcts from master branch
2019-09-07 00:39:49 +08:00
afc163
9157bc99a9
🐛 Fix round button font size too large
2019-09-06 12:42:50 +08:00
zombiej
3d8a4f3612
merge master
2019-08-29 23:41:46 +08:00
afc163
4d0bd6b7da
🐛 Fix circle button is not circle
...
close #18509
2019-08-28 12:02:10 +08:00
afc163
f8ed99ab57
✅ missing components
2019-08-27 18:31:01 +08:00
afc163
a51f7a0508
✅ test unmount
2019-08-27 18:31:01 +08:00
Qhan W
cde78c8981
修复纯图标按钮在默认形状下不同大小均显示为正方形 ( #18458 )
2019-08-25 21:04:10 +08:00
偏右
8519734a5a
Merge pull request #18242 from RageBill/master
...
Fixed grammatical errors in Button and Icon documentation.
2019-08-13 16:00:47 +08:00
Kelvin Chu
4a54c5698c
Fixed grammatical errors in Button and Icon documentation.
2019-08-13 15:56:29 +08:00
vagusX
149729e524
use ant design icons 4.0 ( #18217 )
...
* feat: use @ant-design/icons@4.0
* feat: use createFromIconfontCN to make site works
* feat: update doc for Icon
* feat: use icon in component Alert
* feat: use icon in component Avatar
* feat: use icon in component Breadcrumb
* feat: use icon in component Button
* feat: use icon in component Cascader
* feat: use icon in component Collapse
* feat: use icon in component Datepicker
* feat: use icon in component Dropdown
* feat: use icon in component Form
* feat: use icon in component Input
* feat: use icon in component InputNumber
* feat: use icon in component Layout
* feat: use icon in component Mention
* feat: use icon in component Message
* feat: use icon in component Modal
* feat: use icon in component Notification
* feat: use icon in component PageHeader
* feat: use icon in component Pagination
* feat: use icon in component Popconfirm
* feat: use icon in component Progress
* feat: use icon in component Rate
* feat: use icon in component Result
* feat: use icon in component Select
* feat: use icon in component Step
* feat: use icon in component Switch
* feat: use icon in component Table
* feat: use icon in component Tab
* feat: use icon in component Tag
* feat: handle rest component which using Icon
* fix: remove unused vars
* feat: use latest alpha ant design icons
* fix: failed test in uploadlist.test.js
* test: update snapshot for icons
* doc: add Icon for site
* doc: use @ant-design/icons in site
* chore: use latest icons
* fix: tslint issue
* fix: test cases
* fix: types for react
* fix: lint rules for import orders
* fix: use @ant-design/icons@4.0.0-alpha.5 to avoid insert css in server render
* fix: eslint error in demo/**.md
* inject antd icons
* update snapshot
* fix site
* doc: update docs
* fix: code snippets icon in site
* feat: use latest @ant-design/icons
* fix: icon props in message
2019-08-13 14:07:17 +08:00
zombiej
1cb346573c
merge master
2019-08-12 13:34:23 +08:00
偏右
aa2ed79770
🐛 Fix Button loading prop warning ( #18208 )
...
close #18205
2019-08-11 16:32:55 +08:00
Meck Zhu
57833a260f
chore: fix css style
2019-08-09 17:16:20 +08:00
Amumu
187f8f8372
fix: button should accept title prop ( #18130 )
...
* pass title to button
* update
* update
2019-08-08 11:11:46 +08:00
Kelvin Chu
24ac6e5c86
Fixed typos and grammatical errors in Button and Tabs documentation.
2019-08-07 17:26:39 +08:00
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
2019-08-07 15:00:02 +08:00
zombiej
b30dc1c3bc
merge master
2019-08-06 17:46:53 +08:00
orzyyyy
44d110c0db
feat: add extend from prettier/react
2019-08-06 15:36:13 +08:00
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
2019-08-06 15:36:13 +08:00
orzyyyy
28f39739df
test: update snapshots
2019-08-06 15:36:13 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
zombiej
514ee9bef9
Merge remote-tracking branch 'origin/master' into 4.0-prepare
2019-07-29 14:35:15 +08:00
afc163
3c771b3b23
🐛 Fix Button danger style when type is ghost
...
close #17742
2019-07-19 17:35:04 +08:00
zombiej
ef66edd0c2
merge master
2019-07-19 11:54:08 +08:00
afc163
3a3cf47472
💄 Optimize danger Button design
2019-07-17 17:48:10 +08:00
zombiej
735996ce35
merge master
2019-07-16 11:42:55 +08:00
Meck Zhu
f4095ef5d5
Fix css properties orders
2019-07-15 15:32:08 +08:00
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
.
2019-07-15 15:04:51 +08:00
诸岳
54a992c359
fix: Style property orders
2019-07-13 16:55:18 +08:00
riho
001384a65b
fix: button loading style( #17569 )
2019-07-11 20:38:40 +08:00
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
2019-07-11 14:14:33 +08:00
zombieJ
4cdf37bedb
feat: New Form ( #17327 )
...
* init form
* first demo
* add normal login
* add style
* webit
* support nest errors
* beauti form errors
* use onReset
* modal demo
* add list demo
* match key of errors logic
* date demo
* customize component
* moving style
* add status style
* without form create
* add demos
* add inline style
* clean up legacy
* fix drawer demo
* mention
* fix edit-row
* editable table cell
* update mentions demo
* fix some test case
* fix upload test
* fix lint
* part of doc
* fix ts
* doc update
* rm react 15
* rm config
* enhance test coverage
* clean up
* fix FormItem context pass logic
* add more demo
* en to build
* update demo
* update demo & snapshot
* more doc
* update list doc
* update doc
* update demo to display condition render
* update snapshot
* add provider doc
* support configProvider
* more doc about validateMessages
* more description
* more and more doc
* fix typo
* en doc
* Form.List doc
* m v3 -> v4
* add skip
2019-07-03 20:14:39 +08:00
afc163
57c28def68
revert unknown to any
2019-06-24 11:29:58 +08:00
偏右
a4d7593ef2
Merge pull request #17120 from Zzzen/master
...
refactor: eliminate `any` type in exported interfaces.#14044
2019-06-21 17:38:56 +08:00
afc163
b1d8425384
📝 document about autoInsertSpaceInButton
2019-06-21 00:31:48 +08:00
陈帅
82b85709be
style: run lint-fix ( #17172 )
2019-06-19 19:09:08 +08:00
Zzzen
f1ee189bd2
eliminate any
type in exported interfaces.#14044
2019-06-16 20:51:47 +08:00
lon
3c2c7c60c5
fix: add link button to basic demo of button docs
2019-06-12 13:58:13 +08:00
zombieJ
1517fcbbd6
fix space missing in button ( #16551 )
2019-05-17 12:04:47 +08:00
Harut
b8c5671c88
Just a spelling update
...
Just a spelling update (fix) for the CSS doc styl to style
2019-05-12 02:29:25 +04:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
陈帅
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
2019-05-06 12:04:39 +08:00
afc163
2737c00633
💄 Fix stylelint problems
2019-04-15 22:44:51 +08:00
afc163
a2a9831abb
💄 Fix less code style
2019-04-15 11:05:06 +08:00
gxvv
9d95429f93
📸 Update button snapshot.
2019-04-14 10:09:25 +08:00
gxvv
0902bcd59a
📝 Replace span to div in loading button doc.
2019-04-14 10:09:25 +08:00
gxvv
9dcde5ab94
💄 Remove the pointer events handler of loading circle button.
2019-04-14 10:09:25 +08:00
zombieJ
41316e69e8
update snapshot ( #16017 )
2019-04-11 12:48:36 +08:00
zombieJ
9190245b52
update ts def ( #15938 )
2019-04-08 18:04:46 +08:00
Andrés
615ea0cb2e
Fix Documentation
2019-04-01 15:05:50 +02:00
zombiej
b83a80c99c
Merge branch 'master' into merge-master
2019-03-30 16:05:49 +08:00
Andrés
a46f6df572
Update documentation
...
Universalize the default props
2019-03-29 13:43:33 +01:00
Dana Janoskova
a543c7db6a
add default html type + fix switch
2019-03-28 09:58:37 +01:00
Ferdi Koomen
c6d044f744
- Fix for changes in @types/react (see issue #15700 )
2019-03-27 22:28:59 +01:00
Bill Searle
d60f64c040
Add independent variables for btn width and style
2019-03-14 15:00:55 +11:00
afc163
c30b06d5db
📝 add stop in document
2019-02-17 23:07:02 +08:00
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
...
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
2019-02-15 10:48:07 +08:00
zeroslope
ff41bfe2fb
修改FAQ的描述
...
FAQ中,标题‘如何移除 2 个汉字时字间的空格’,“汉字‘时’字间”中的时多余,且“汉字字间”不容易断句,在不改变原来意思的情况下改为
“如何移除 2 个汉字之间的空格”
2019-02-02 12:00:16 +08:00
zombieJ
b4050d3d52
fix typescript ( #14587 )
2019-01-28 11:10:56 +08:00
诸岳
307c877a02
Merge master branch
2019-01-13 21:18:38 +08:00
zombiej
8f9f5843eb
update snapshot
2019-01-10 21:55:21 +08:00
zombiej
0a67272ae4
add locale update
2019-01-10 21:55:21 +08:00
zombiej
12af9a9dca
icon add aria-label support
2019-01-10 21:55:21 +08:00
zombieJ
4e54aa8a46
ConfigProvider support autoInsertSpaceInButton
( #14230 )
...
close #14229
2019-01-10 11:47:11 +08:00
zombieJ
f524b693ed
Button support round
shape ( #14236 )
...
close #13700
2019-01-10 11:15:43 +08:00
afc163
6f9f29799c
💄 Add less variables for button shadow
...
close #14172
2019-01-08 10:56:27 +08:00
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
...
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
2019-01-06 13:25:59 +08:00
afc163
3f1be96866
Merge branch 'master' into feature
...
* master: (23 commits)
✅ fix snapshots
Add docs for the List rowKey prop
💄 don't reset font-family in each component
💄 chore card less variable
Remove classNames from custom-typing file
add collapsed faq ref: #13953
feat: support define card border radius
Fix dateRender not supported at WeekPicker
📝 Add links in Home Page
📝 Fix site responsive interaction, close #13954
💄 chore Steps[labelPlacement="vertical"] style
✅ fix warning in test case
📝 update tech antfin cases
🐛 site menu open bug
🐛 fix site defaultOpenKeys
Correct docs
💄 chore button code style
fix spaces in curly brackets
fix two more code style issues
Fix method argument name
...
2018-12-28 12:11:18 +08:00
afc163
f65f3af928
💄 chore button code style
2018-12-26 23:57:33 +08:00
Maciej Czekaj
bc59ebb0d8
fix spaces in curly brackets
2018-12-26 23:53:10 +08:00
Maciej Czekaj
ed593ef138
fix two more code style issues
2018-12-26 23:53:10 +08:00
Maciej Czekaj
72ee25aa4f
Fix method argument name
2018-12-26 23:53:10 +08:00
Maciej Czekaj
465c8075dd
#9792 Migrate Button to new lifecycle methods
...
Signed-off-by: Maciej Czekaj <natanielcz@gmail.com>
2018-12-26 23:53:10 +08:00
afc163
8b5e78f174
Merge branch 'master' into feature
...
* master:
Fixed Modal width when screen size smaller than 768px
🚨 coverage precision to 1
🚨 update .codecov.yml
💄 Fix Badge animation jump when count is ReactNode
fix Popover arrow narrow line at top
fix Popover arrow border in different directions
fix popover arrow top shadow
Change render of + & - icon fix #13924
🐛 loose button type propTypes for custom usage
fix input has min size close #3699
fix: fix-picture-spell-error
2018-12-26 20:47:12 +08:00
zombiej
15524df941
Change render of + & - icon
...
fix #13924
2018-12-26 18:48:47 +08:00
afc163
380416e92a
🐛 loose button type propTypes for custom usage
...
close #13915
ref #1308
2018-12-26 18:13:35 +08:00
afc163
30fe9918d8
Merge branch 'master' into feature
...
* master:
📝 Add bodyStyle and style of Drawer in documentation, #13850
🐛 Fix Drawer style not working
🐛 fix markStyle affset style
Update Santa.jsx
update changelog
bump 3.11.6
revert Christmas egg
[type] make type of components compatible with ComponentType<P>
bump 3.11.5
✨ site: make document side bar sticky
2018-12-25 16:28:50 +08:00
zombiej
d648b822a6
revert Christmas egg
2018-12-25 10:40:18 +08:00
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
2018-12-25 01:10:00 +08:00
afc163
748ddcaa5a
💄 fix dropdown button warning
2018-12-24 14:00:51 +08:00
Jeffrey Carl Faden
9ff20ba09a
Fix primary color usage in .button-variant-other
...
Instead of using @primary-5 and @primary-7, use colorPalette mixin to modify @btn-primary-bg
2018-12-22 11:05:41 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
afc163
ecf83c0438
💄 Fix one tslint problem
2018-12-20 17:34:30 +08:00
小哈husky
f5bf79d2d8
修复当值为0时样式不对问题
...
修复当值为0时样式不对问题 ,bug demo.https://codesandbox.io/s/0146v1lxkl
2018-12-20 17:17:05 +08:00
陈帅
2c79d2a7c1
Revert "Use less @plugin" ( #13613 )
2018-12-13 18:07:49 +08:00
zombiej
2029762297
replace components colors
2018-12-11 22:45:03 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
df356a586c
Merge branch 'master' into feature
2018-12-07 18:52:13 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
amedora
0aeb9a356b
use color definitions insted of numbers
2018-12-05 19:45:22 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
afc163
35585a6d07
🐛 should render as normal button when href is assigned undefined
...
close #13337
2018-12-03 10:39:00 +08:00
afc163
83c192ea3e
💄 fix eslint problems
2018-11-28 15:11:02 +08:00
afc163
0e99b6ea72
💄 fix loading button's icon style
...
close #13300
2018-11-27 16:01:27 +08:00
afc163
233f1891d1
✅ Add test case for wave
2018-11-12 13:59:34 +08:00
afc163
a616f89a1b
🔥 update less code style
2018-11-12 12:02:30 +08:00
afc163
74aeaceaa8
🐛 Fix typo, #12978
2018-11-11 18:52:24 +08:00
afc163
664089ecf6
🚑 Fix Button[href] 1px align bug in another way
...
revert adee2f3
close #12978
2018-11-11 18:11:19 +08:00
afc163
464286be12
tweak style
2018-11-11 14:22:13 +08:00
afc163
9ba892b02d
💄 tweak button style
2018-11-10 22:21:27 +08:00
afc163
adee2f3329
Fix Button[href] 1px align bug
...
close #12978
2018-11-06 15:41:50 +08:00
afc163
95ac6bf673
Fix Button[icon] vertical align issue
...
close #12972
test codesandbox url: https://codesandbox.io/s/2p8k935jjp
2018-11-06 15:05:23 +08:00
afc163
213693e333
🌐 site: transition component category, close #11629
2018-11-04 16:20:35 +08:00
afc163
546c59a4c1
Fix button icon margin style bug
...
```jsx
<Button loading>
<TwoChineseWords />
</Button>
```
2018-10-30 19:13:29 +08:00
afc163
087f7efd10
findDOMNode to refs, close #12843
2018-10-30 16:17:24 +08:00
afc163
fe3f110085
does: update button api documentation
2018-10-28 20:57:23 +08:00
dazbo
f24917bb5f
Add display rule to fix Edge ignoring pointer-events ( #12712 )
2018-10-19 11:17:23 +08:00
afc163
86c11e5eb5
Fix vertical align issue of empty button
...
close #12681
2018-10-17 11:07:25 +08:00
Wei Zhu
a3ce6678cb
Update snapshot
2018-10-01 23:57:45 +08:00
snail
6b22ae3b6c
[fixed]button can also trigger the click event when loading is true in ie9 ( #12466 )
2018-09-29 14:41:55 +08:00
afc163
d03f4bc8db
test: fix warning message in jest log
2018-09-19 15:05:55 +08:00
afc163
00aebeb975
add christmas easter egg
2018-09-10 11:23:49 +08:00
afc163
800a7c6acd
tweak button design
2018-09-08 13:49:48 +08:00
afc163
318737584a
tweak button design
2018-09-08 13:49:02 +08:00
HeskeyBaozi
976f6969f4
update test snapshot
2018-09-07 14:14:23 +08:00
HeskeyBaozi
24568f61ff
use the whole svg icons
2018-09-02 23:39:58 +08:00
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
74798b8911
upgdate test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
d6131fe18d
update test snapshot
2018-09-02 20:59:37 +08:00
afc163
207bad7b47
Merge branch 'master' into feature-3.9.0
2018-09-01 13:22:06 +08:00
zombiej
b076b52756
fix #11967 . Add children type validate in button.tsx
2018-08-30 17:59:09 +08:00
HeskeyBaozi
0c9465aaf9
upgrade icons library
2018-08-27 20:40:11 +08:00
HeskeyBaozi
d9b38aee4b
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# package.json
2018-08-25 13:24:44 +08:00
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
2018-08-24 18:36:08 +08:00
afc163
a54d06eb6f
fix test case in react 15
2018-08-24 15:12:31 +08:00
afc163
62bacb09bf
Fix wave render error in jest, close #11868
2018-08-24 12:11:44 +08:00
Bradley Xu
f20a1e4e5d
docs: update button demo doc
2018-08-22 16:22:30 +08:00
HeskeyBaozi
65600c8a95
upgrade to 3.8.2
2018-08-20 14:00:51 +08:00
HeskeyBaozi
796de6390b
update test snapshot
2018-08-14 15:32:29 +08:00
HeskeyBaozi
35974d67b2
update test snap shot
2018-08-13 20:51:01 +08:00
HeskeyBaozi
3baec95628
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-13 09:26:33 +08:00
afc163
9cf6ae6010
Refactor and apply wave click animation to more components
...
now support Button, Tag, Radio.Button and switch
2018-08-11 15:14:34 +08:00
afc163
b4d95f7e20
Refactor button click effect implementation
...
for better perfermance
2018-08-08 16:18:45 +08:00
Wei Zhu
064bfaf554
Add @types/prop-types
2018-08-07 21:09:05 +08:00
HeskeyBaozi
cc180e2605
resolve conflict.
2018-08-02 18:02:31 +08:00
Ilan
d7a9783299
✅ update button snapshots
2018-07-31 18:42:12 +08:00
Ilan
b5ed207902
🚚 fitContainer -> block name conversion
2018-07-31 18:42:12 +08:00
Ilan
8fab1e1d1b
🐛 update fitContainer order
2018-07-31 18:42:12 +08:00
Ilan
5536a4ca3b
📝 update chinese button api doc
2018-07-31 18:42:12 +08:00
Ilan
9742be40a7
📝 update button api docs
2018-07-31 18:42:12 +08:00
Ilan
623cf1eaff
✨ introducing fitContainer prop for button
2018-07-31 18:42:12 +08:00
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
2018-07-25 12:03:00 +08:00
tangjinzhou
430381f28f
fix: ButtonGroup style bug when have disabled button #9296 ( #11321 )
...
* fix: ButtonGroup style bug when have disabled button #9296
* Update mixin.less
2018-07-21 22:11:57 +08:00
HeskeyBaozi
4a553a2006
upgrade test cases
2018-07-19 20:37:47 +08:00
HeskeyBaozi
8df086f022
update test cases
2018-07-18 13:39:02 +08:00
HeskeyBaozi
9338f33c1c
update test cases
2018-07-18 10:33:54 +08:00
陈帅
1f15df4f14
Merge branch 'feature-3.7.0'
2018-07-15 09:27:34 +08:00
david.lv
6fe9ca201e
Update index.less
...
spell check 'compatibile'->'compatible'
2018-07-14 23:45:35 +08:00
zombiej
11dba9c305
update snapshot
2018-06-28 17:12:16 +08:00
afc163
009ed08580
upgrade eslint-config-airbnb
2018-06-27 16:09:58 +08:00
Wei Zhu
aa580beb8b
docs: sort api table
2018-06-24 17:09:18 +08:00
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
2018-06-22 21:05:13 +08:00
Zheeeng
980e2b1427
Update button signature ( #10877 )
2018-06-14 10:53:14 +08:00
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.
2018-06-12 14:36:08 +08:00
afc163
71d3af310a
Fix missing border in Button.Group
...
https://gw.alipayobjects.com/zos/rmsportal/hKuBQeoCgjruYXCGnrDt.png
2018-06-08 15:08:04 +08:00
afc163
6602df16e6
Fix extra border style in Button.Group
2018-06-06 11:33:13 +08:00
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
2018-06-02 20:12:09 +08:00
Wei Zhu
1ed9fed2cf
Improve Button and Tag types
2018-05-18 18:22:33 +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
Christopher Deutsch
dd0d4214d1
Omit 'ref' from ButtonProps otherwise typing conflicts occur. ( #10426 )
...
Fixes #10405
2018-05-10 11:21:07 +08:00
afc163
dbde26e560
docs: add disabled prop doc for Button, close #10373
2018-05-05 13:18:50 +08:00
Wu Haotian
6019245365
fix(button): use React.HTMLProps for button's props ( #10229 )
2018-05-04 14:48:41 +08:00
afc163
fb38e55cc0
more test about button text
2018-05-01 19:36:11 +08:00
afc163
c7471a4653
tweak insert space logic of loading button
2018-05-01 19:33:38 +08:00
afc163
649d733048
fix snapshot ci
2018-04-19 11:54:44 +08:00
Zen
d7f9270a6f
fix button/demo/disabled.md ( #10009 )
...
add `ghost` property to ghost buttons
2018-04-19 11:43:22 +08:00
Zheeeng
05a522c343
Update ButtonType ( #10129 )
2018-04-17 23:54:55 +08:00
afc163
4502ad8376
Fix button two-chinese-words update bug
2018-03-23 22:23:03 +08:00
afc163
caf497d08f
Fix underline of Button[href], close #9755
2018-03-23 14:45:08 +08:00
afc163
8b1d0224cb
Tweak danger button focus style
2018-03-13 18:20:12 +08:00
afc163
2fe64d429a
Fix button group align issue in chrome, close #1019
2018-03-02 15:25:31 +08:00
Ivan Kravets
86ab00fbbd
Use default background for button states ( #9411 )
2018-02-24 22:25:50 +08:00
Christopher Deutsch
97b09b393b
onKeyPress and onKeyDown got the wrong type in #9316 ( #9365 )
2018-02-15 13:10:35 -06:00
Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
...
* Update Checkbox.tsx
* Update button.tsx
2018-02-08 20:35:54 -06:00
afc163
dc7d9de4cd
revert demo code
2018-02-08 15:52:24 +08:00
afc163
70f3afeda0
Fix ButtonGroup style bug when have disabled button, close #9296
2018-02-08 15:51:53 +08:00
afc163
6577616be2
fix demo
2018-02-08 14:26:33 +08:00
afc163
875024cd1e
update onRow usage
2018-02-08 14:25:49 +08:00
George Gray
03c180ff08
Use @btn-primary-bg for primary ghost btn ( #9236 )
2018-02-02 03:23:14 -06:00
niko
f2ba99978d
upgrade snapshots ( #9127 )
2018-01-25 18:24:59 +08:00
afc163
1d9afb6510
Fix button group z-index, close #9014
2018-01-18 17:22:30 +08:00
Yury Kozyrev
693e734a82
Update button.tsx ( #8918 )
2018-01-10 22:57:11 +08:00
崔宏森
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
2018-01-09 16:18:20 +08:00
afc163
d6d701976f
Fix button line-height broken by 455b9e4
, close #8836
2018-01-05 21:34:58 +08:00
afc163
455b9e40e0
Remove unneccessary reset style of button
2018-01-04 10:09:13 +08:00
afc163
6959119573
Fix HOC in Button not inserted space bettween chinese words
2018-01-02 16:27:59 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
afc163
8ba0b87dcd
Fix button align in chrome
2017-12-22 16:47:12 +08:00
偏右
250eed0fc9
Link button ( #8343 )
...
* support link button
* Fix type
2017-11-29 11:20:22 +08:00
afc163
c0b7bdb9f3
Tweak components style detail
2017-11-27 14:51:46 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
偏右
bdceb5f083
Review fix ( #8125 )
...
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
2017-11-06 21:28:51 +08:00
afc163
2f0197599f
Merge branch 'master' into antd-3.0
2017-11-06 21:19:44 +08:00
afc163
ac96bad478
Improve demo details and update snapshot
2017-11-06 21:14:40 +08:00
Wei Zhu
bbb1a3a828
Merge branch 'master' into antd-3.0
2017-10-25 10:27:38 +08:00
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
afc163
ef443ad047
Merge branch 'master' into antd-3.0
2017-10-20 15:47:42 +08:00
Zhang Zhi
7bc6aad1fd
Update button code to make it more clearer ( #7929 )
...
* remove unnecessary default value of 'size' prop
* `clicked` should be a state
2017-10-19 21:52:06 -05:00
afc163
274985d320
fix button margin inside
2017-10-17 15:01:21 +08:00
偏右
9053192ae9
Fix component style ( #7848 )
...
* fix components style
* fix snapshot
* update travis node version
* change upload action in ci
2017-10-11 12:01:27 +08:00
Wei Zhu
a3c3ec8070
Fix types and lint
2017-10-09 21:03:00 +08:00
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
2017-10-09 19:18:04 +08:00
afc163
054444f619
Merge branch 'master' into antd-3.0
2017-10-07 15:34:19 +08:00
OuYancey
88220df0fb
docs: update render result in Button ( #7802 )
2017-10-03 11:02:35 +08:00
偏右
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 👻
2017-09-27 22:32:49 +08:00
ChaXinyu
14e2a56b75
export components interface ( #7654 )
...
* export components interface
* export specific props
* fix formItem missed import
2017-09-25 22:14:49 +08:00
afc163
c9069dfdf6
Merge branch 'master' into antd-3.0
2017-09-23 16:50:14 +08:00
afc163
dd22bae0fc
Fix button loading style with icon, close #7709
2017-09-23 16:08:30 +08:00
偏右
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
2017-09-22 18:33:29 +08:00
偏右
dab6f43c02
Feat search enter button ( #7620 )
...
* Add enterButton for Input.Search
close #7596
* update snapshot
2017-09-15 17:03:43 +08:00
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
...
This reverts commit 9d2c91598b
.
2017-09-15 16:42:25 +08:00
Wei Zhu
9d2c91598b
Mock rc-trigger
...
Ref #5522
2017-09-15 16:14:26 +08:00
afc163
bb2c2036ba
update button size demo
2017-09-11 15:29:23 +08:00
Khalifa Lame
8271b5d069
docs: update Button English doc ( #7438 )
...
Fixed some typos. Added ghost button type.
2017-09-04 15:23:42 +08:00
Benjy Cui
1f652bfe4c
fix: event.target of Button's click event, close : #7034
2017-08-16 17:43:56 +08:00
afc163
59b11f3b48
Tweak button insert space logic
2017-08-15 20:08:00 +08:00
Zhang Zhi
30e4fa8a8d
Remove Button's redundent code ( #7176 )
2017-08-11 15:06:35 +08:00
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
2017-08-04 18:01:40 +08:00