Commit Graph

12491 Commits

Author SHA1 Message Date
信鑫-King
39c192ab32
Merge branch 'master' into chore-conflict-feature 2020-11-01 18:04:04 -08:00
不吃猫的鱼
0afb8de631
feat: support Image element prop for Avatar component (#27448)
* feat: support Image element prop for Avatar component

* feat: reuse src prop instead of new image prop

* fix: update snapshot

* fix: re-update snapshots with latest dependencies
2020-10-31 16:15:55 +08:00
二货机器人
d052543844
feat: Row support wrap (#27469)
* feat: Support noWrap

* test: update snapshot

* fix: Miss check

* test: fix snapshot

* refactor: rename to wrap

* update snapshot
2020-10-30 22:13:23 +08:00
偏右
66d3d0aacc
fix: Tree switcher icon double click selecting (#27476) 2020-10-30 21:10:21 +08:00
afc163
2a08383a22 test(): update table snapshot 2020-10-30 21:09:08 +08:00
zombiej
0bf5a43e15 chore: feature merge master 2020-10-30 20:55:27 +08:00
大猫
5c0799d5ac
docs: add techui promotion (#27465)
* feat: add techui promotion

* feat: change button to menu

* feat: change TechUI menu position
2020-10-30 20:02:43 +08:00
xyb
9052af449b
fix: Modal missing modalRender prop (#27272)
close #27174
2020-10-30 19:52:12 +08:00
appleshell
f2a16bc904
docs: update description of optionFilterProp in Select (#27467)
* docs: update description of optionFilterProp in Select

* update description

* update description

Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-10-30 17:50:39 +08:00
偏右
39e37bf1b4
fix: Input[allowClear] className (#27462)
* fix: Input[allowClear] className missing

close #27444

* fix snapshot
2020-10-30 15:27:37 +08:00
xrkffgg
db89bf3955
fix: RangePicker border style when has same data (#27438) 2020-10-29 15:29:20 +08:00
骗你是小猫咪
4ec9e23b3c
Merge pull request #27421 from shaodahong/merge-to-feature
chore: merge master to feature
2020-10-28 17:09:39 +08:00
偏右
cc8ec58ab1
fix: Table onShowSizeChange trigger twice (#27417)
close #26100
close #27392
2020-10-28 12:56:05 +08:00
南北
7c0e88839c
feat: components used in confirm title and content support prefixCls (#27376) 2020-10-28 12:07:46 +08:00
jesse
a7ce8039b9
docs: update Tabs api (#27416) 2020-10-28 11:51:43 +08:00
Amumu
729ad9dfa1
fix: Fix the width of the step content in the horizontal direction (#27406)
* chore: code style

* Revert "feat: remove content max-width on dot-step (#24907)"

This reverts commit 0879bd5df3.

* chore: revert code style
2020-10-27 23:58:38 +08:00
二货机器人
39333253d9
fix: Not merge additional data (#27412) 2020-10-27 23:02:52 +08:00
jesse
abb724565d
docs: update Tabs api (#27410)
* docs: update api

* Update index.zh-CN.md

* fix

* fix

* suggestion
2020-10-27 23:00:54 +08:00
偏右
6880bf7073
Merge pull request #27388 from ant-design/master
chore: merge master into featrue
2020-10-27 12:21:04 +08:00
二货机器人
a91c2f9cd8
fix: Tree showLine mutiple line title breaks (#27386)
* fix: Lines of tree style

* chore: Update style

* fix: style lint

* update snapshot
2020-10-26 23:13:52 +08:00
Troy Li
07d4022e18
fix: Invalid regular expression for particular ellipsis content (#27383)
* fix:  Invalid regular expression for particular ellipsis content

* fix: ellipsisContent is possibly nullable

* test: add test cases for ellipsis string with parentheses
2020-10-26 22:11:13 +08:00
二货机器人
59a133274b
fix: Desc label with flex node (#27375)
* fix: Desc label with flex node

* test: Update snapshot

* rm useless css

* more style

* rm useless code
2020-10-26 18:40:26 +08:00
xrk
88414b3b33
fix: select focus border in form when has error (#27378) 2020-10-26 18:36:39 +08:00
xrk
c84cd88f51
docs: optimize layout demo css (#27369) 2020-10-26 12:17:07 +08:00
Amumu
a7ae888a90
docs: docs upgrade (#27367) 2020-10-26 11:57:37 +08:00
二货机器人
c373710ce2
chore: Adjust collapse arrow position align with first line (#27363)
* fix: border style of Input.Search when allowClear (#27325)

* fix: border style of Input.Search when allowClear

* fix css

* update

* change name

* docs: 4.7.3 changelog (#27350)

* docs: 4.7.3 changelog

* docs: Patch 27325

* chore: improve useCombinedRefs (#27352)

* docs: 📝 update introduce

* chore: fix API table border

* chore: Adjust collapse arrow position align with first line

Co-authored-by: xrk <xrkffgg@gmail.com>
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2020-10-26 10:56:09 +08:00
Tom Xu
5e85ce47a0
chore: improve useCombinedRefs (#27352) 2020-10-24 23:52:59 +08:00
xrk
92f7f6dbb2
fix: border style of Input.Search when allowClear (#27325)
* fix: border style of Input.Search when allowClear

* fix css

* update

* change name
2020-10-24 23:28:24 +08:00
Tom Xu
6b1d73bdd9
feat: Avatar.Group add size props (#27348)
* feat: Avatar.Group add size props

* change type
2020-10-24 22:00:43 +08:00
Tom Xu
af6d8f7e0c fix: snap 2020-10-24 21:07:46 +08:00
Tom Xu
7be4339806 Merge branch 'feature' into merge 2020-10-24 20:53:34 +08:00
Tom Xu
b0245e742b
refactor(select): rewrite with hook (#27318)
* refactor(select): rewrite with hook

* Update index.tsx

* Update index.tsx

* Update index.tsx

* fix test

* Update index.tsx

* Update index.tsx
2020-10-24 20:33:18 +08:00
二货机器人
d6bd89e370
fix: Form warning (#27343)
* fix: Not warning in drawer

* add test case
2020-10-24 14:47:44 +08:00
Mongkii
ab4aeca60a
feat: modal.update() supports functional updating (#27162) (#27163)
* feat: modal.update() supports functional updating (#27162)

* docs: add version tip for modal.update() api
2020-10-24 14:35:00 +08:00
Tom Xu
f116b29f15
dcos(select): improve size default value (#27315) 2020-10-24 14:32:43 +08:00
Tom Xu
7e782daec0
feat: ConfigProvider add form requiredMark (#27322)
* feat: ConfigProvider add form requiredMark

* Update Form.tsx
2020-10-24 14:27:49 +08:00
realEago
1ceaa3a87f
docs: table doc childrenColumnName property type (#27329)
Co-authored-by: zhaiyuanhang <zhaiyuanhang@xylink.com>
2020-10-23 19:32:29 +08:00
偏右
9a368a59f1
fix: Typography ellipsis title (#27328)
* fix: Typography ellipsis title

close #27324

* fix ci
2020-10-23 19:31:41 +08:00
骗你是小猫咪
6fba4d1136
test: demo -> ui test (#24475)
* test: demo -> ui test

* improve comment image width

* use argos-ci

* use by cicleci

* fix circle run

* rebase master

* try pipeline var

* use another branch var

* fix commit id

* ignore image test file

* remove useless report

* fix test coverage
2020-10-23 18:50:46 +08:00
二货机器人
06b25b4d07
refactor: Update rc-field-form version (#27319)
* refactor: Update rc-field-form version

* update snapshot
2020-10-23 15:20:48 +08:00
JuniorTour
75d4fdb3f1
feat: change object-fit of UploadList to contain (#27312) 2020-10-23 11:18:57 +08:00
Tom Xu
6e0981d1df
refactor(responsive-observe): improve typescript type (#27305) 2020-10-23 10:57:13 +08:00
appleshell
b4c67402e6
feat: add loading prop for Statistic (#26811)
* feat: add loading prop for Statistic

* feat: update statistic demo

* feat: add style dependency

* feat: replace loading component

* feat: update doc of statistic

* fix loading type

* feat: add loading prop for Statistic

* feat: update statistic demo

* update api version

Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-10-23 10:09:31 +08:00
小鹅鹅鹅
ed1b31ba36
style: notification 长单词不换行 显示不全 (#27285)
fix: pass lint
2020-10-22 15:19:04 +08:00
Tom Xu
4bf9105c4f
docs(modal): improve style type (#27304) 2020-10-22 13:14:19 +08:00
Tom Xu
888e28fe14
docs(Modal): add version (#27300) 2020-10-22 11:47:17 +08:00
Tom Xu
5e1665d028
docs: image fear add version (#27291) 2020-10-22 11:25:25 +08:00
Tom Xu
b969bb4df5
feat: Modal method add bodyStyle (#27292) 2020-10-22 11:24:49 +08:00
Tom Xu
a91b451881 docs(button): improve size default value 2020-10-22 08:33:20 +08:00
Robin Pokorny
aa00cee500
docs: Document default for button size (#27283) 2020-10-21 23:17:08 +08:00