Commit Graph

12700 Commits

Author SHA1 Message Date
Joseph Burton
e3a013f6cf
refactor: remove duplicate deconstruction in components/form/Form.tsx (#27810)
* refactor: make the code more concise

* Update Form.tsx

Co-authored-by: Amumu <yoyo837@hotmail.com>
2020-11-18 15:29:26 +08:00
偏右
fa7cb53239
chore: update comment about break point
close https://github.com/ant-design/ant-design/issues/27843
2020-11-18 14:28:52 +08:00
Dave
4aa06ca28b
feat(type): export ImageProps interface (#27846) 2020-11-18 13:48:30 +08:00
liuchao233
c04e51048d
fix: Spin render 0 (#27839) 2020-11-18 11:59:29 +08:00
Tom Xu
30372ffad3
refactor(textarea): rewirte with hook (#27693)
* refactor(textarea): rewirte with hook

* Update TextArea.tsx

* Update TextArea.tsx

* Update TextArea.tsx

* Update ClearableLabeledInput.tsx

* fix

* improve

* Update TextArea.tsx
2020-11-18 11:27:58 +08:00
Tom Xu
44e41b5ced
refactor(trans-button): rewrite with hook (#27743)
* refactor(trans-button): rewrite with hook

* Update Base.tsx

* Update util.test.js

* Update transButton.tsx

* Update transButton.tsx

* Update transButton.tsx

* Update util.test.js
2020-11-18 11:20:31 +08:00
二货机器人
b8861dc483
refactor: Replace BackTop with rc-motion (#27840) 2020-11-17 23:03:07 +08:00
pd
bc566c0731
fix(Select): export SelectInterface to avoid ts error (#27838) 2020-11-17 22:05:32 +08:00
偏右
c464f61f39
Merge pull request #27822 from ant-design/master
chore: merge master into feature
2020-11-17 13:03:46 +08:00
二货机器人
1a8bb04bf8
chore: Use rc-util composeRef (#27821) 2020-11-17 12:01:02 +08:00
wf-francescoalbanese
696396a62f
refactor: make autosize true by default (#27814)
Made `autoSize = true` by default deconstructing it from props, rather than explicitly checking if it's undefined at render times.
2020-11-17 11:02:59 +08:00
Eugene Matvejev
1ab93a3cf4
refactor: Radio.Group defaultProps (#27807) 2020-11-17 11:01:05 +08:00
Tom Xu
572601fb4b
docs(cascader): change demo to hook (#27745) 2020-11-17 11:00:06 +08:00
afc163
a60ce663fe docs(📖): improve Menu doc
close #27820
2020-11-17 10:59:08 +08:00
二货机器人
92cefa8aa6
Merge pull request #27805 from atzcl/master
docs(TreeSelect): add onDropdownVisibleChange api description
2020-11-17 10:22:41 +08:00
Eugene Matvejev
21775482ab
refactor: improve card/Grid to save some bundle size after transpilation (#27804)
* improve card/Grid to save some space in transpile

* fix tslint error
2020-11-16 22:16:33 +08:00
atzcl
8e7c5b5e0a docs(TreeSelect): add onDropdownVisibleChange api description 2020-11-16 21:28:03 +08:00
偏右
f4c7058bd9
fix: Modal.confirm locale missing (#27797)
* fix: Modal.confirm locale missing

* fix snapshot

* refactor
2020-11-16 20:21:39 +08:00
Tom Xu
ef77539920
refactor(search): use context (#27657)
* refactor(search): use context

* Update Search.tsx
2020-11-16 19:18:48 +08:00
偏右
e0c26b4ac1
style(💄): fix Button and Form loading spin animation (#27794) 2020-11-16 18:05:00 +08:00
Hossein Mohammadi
4b1000fb7f
fix: React 17 findDOMNode is deprecated (#27755)
* fix: use ref instead of findDOMNode

* chore: use fillRef in setAndForwardRef

* chore: use rc-util fillRef instead

* chore: use support ref

* test: removed empty class

* chore: use composeRef instead of setAndForwardRef
2020-11-16 16:46:46 +08:00
zombiej
e6e74564a1 update snasphot 2020-11-16 16:39:58 +08:00
zombiej
7af0cb0d9f chore: Feature merge master 2020-11-16 16:17:42 +08:00
youmoo
56b3c7539f
docs: fix typo in demo (#27781) 2020-11-16 09:27:02 +08:00
骗你是小猫咪
3f126f116f
test: skip tree virtual-scroll render (#27771)
* test: skip tree virtual-scroll render

* test: remove branches-ignore, and use head ref to fix when merged
2020-11-14 21:24:37 +08:00
Shengnan
9bcd511ae6
fix(select): tags mode white space wrapping issue (#27726)
Co-authored-by: baxtergu <gu.shengnan@iwhalecloud.com>
2020-11-14 16:30:13 +08:00
偏右
e7bed7cff7
perf(📦): upgrade @ant-design/colors and remove rc-trigger from deps (#27761)
* perf(📦): upgrade @ant-design/colors

* move rc-trigger to devDeps

* fix lint

* update snapshot

* update snapshot

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-11-14 00:43:12 +08:00
wf-erikslokharts
478f611a16
chore: refactor LoadingIcon.tsx (#27765) 2020-11-14 00:13:48 +08:00
Eugene Matvejev
d1d215e222
chore: improve code style and perf (#27760) 2020-11-13 19:37:23 +08:00
Eugene Matvejev
9913062d42
small cleanup in button.tsx (#27759) 2020-11-13 19:26:48 +08:00
LeoYang
520407925a
docs(date-picker): modify datepicker select-in-range demo (#27751)
* feat: modify datepicker select-in-range demo

* fix: lint
2020-11-13 17:05:16 +08:00
afc163
7f8957eb9a docs(📖): improve useModal FAQ 2020-11-13 16:51:55 +08:00
叶枫
1155d44321
fix: checked 非必须 (#27717)
* fix: checked 非必须

* docs: desc

* fix: 😶

* Update CheckableTag.tsx

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-11-13 12:05:20 +08:00
Tom Xu
90872cf3bd
docs(select): change demo to hook (#27736) 2020-11-13 09:33:57 +08:00
xrkffgg
c80524f475
fix: Typography.Link disabled hover style (#27734) 2020-11-13 09:06:35 +08:00
Shivam Modi
3d04e5d3fb
docs: fixed nested ternary operator in Form (#27724) 2020-11-12 23:20:13 +08:00
einq7
652374ff4c
fix: DateRangePicker hover effect overflow (#27731)
* fix: DateRangePicker hover effect overflow

* fix: update rtl style
2020-11-12 23:11:21 +08:00
Tom Xu
57246c518f
docs(grid): fix api table (#27723) 2020-11-12 19:55:50 +08:00
Tom Xu
7b6bb4244d
docs(radio): change demo to hook (#27722) 2020-11-12 19:54:57 +08:00
Tom Xu
5b7811f2ee Merge branch 'feature' into merge 2020-11-12 15:24:00 +08:00
zombiej
8d1ed2822b docs: Remove useless code 2020-11-12 11:32:10 +08:00
Shivam Modi
5818fdb1a2
fix Specific Note for option other for Gender in Form (#27704) 2020-11-12 11:30:56 +08:00
xrkffgg
9c009f9bdb
style: add @radio-border-width (#27703) 2020-11-11 23:44:49 +08:00
Tom Xu
c3f6a38c65
docs(carousel): change demo to hook (#27698) 2020-11-11 20:13:36 +08:00
二货机器人
a987f7f3ed
chore: UPDATE menu version (#27663)
* chore: UPDATE menu version

* test: Fix part test

* test: Fix menu test case

* Update package.json

* fix: popup position style

* test: Fix test case

* style: fix ltr transition-origin

* fix: multiple dropdown

* fix: RTL menu arrow pos

* Update package.json

* force re-build

* force re-build
2020-11-11 19:05:01 +08:00
Tom Xu
16093118a4
refactor(carousel): rewirte with hook (#27694)
* refactor(Carousel): rewirte with hook

* add coverage
2020-11-11 17:23:05 +08:00
afc163
d4da406b13 docs(📖): improve cascader showSearch docs 2020-11-11 17:05:04 +08:00
Tom Xu
b3e75d5b57
style: fix Avatar src Image style (#27691) 2020-11-11 15:20:01 +08:00
偏右
6a1e9b0200
style: fix Select mutiple cursor position (#27689) 2020-11-11 11:53:02 +08:00
Tom Xu
4b8674d9e9
refactor(editable): rewrite with hook (#27655)
* refactor(editable): rewrite with hook

* Update Editable.tsx

* chore: imrpove

* Update Editable.tsx

* Update Editable.tsx

* Update Editable.tsx
2020-11-11 11:28:06 +08:00
jiang.he
9881be97fd
fix: update the slice rule when the TextArea component limits maxLength (#27679) 2020-11-11 00:56:57 +08:00
fish yu
e5319bd1df
fix: RangePicker align active-bar with small size (#27673)
* fix: RangePicker align active-bar with small size

* fix: RangePicker align active-bar with small size on RTL
2020-11-10 14:58:23 +08:00
偏右
8a3e271386
style: revert menu animation easing functions (#27651) 2020-11-10 11:18:39 +08:00
xrkffgg
a3b05577a9
perf: reduce css (#27670) 2020-11-10 11:16:27 +08:00
偏右
5724a8b3b1
Merge pull request #27659 from shaodahong/merge-to-feature
chore: Merge master to feature
2020-11-09 19:29:53 +08:00
偏右
f4d5017599
fix: Steps navigation broken style (#27654)
* fix: Steps navigation broken style

close #27653

* fix steps custom icon
2020-11-09 16:33:53 +08:00
偏右
4f9b97c619
fix: Pagination jumper margin lost (#27650)
close #27648
2020-11-09 15:17:43 +08:00
偏右
0e6e185da2
Merge pull request #27644 from ant-design/master
chore: merge master into feature
2020-11-09 12:47:52 +08:00
xrkffgg
395cc5674e
style: optimize pagination link (#27646) 2020-11-09 11:50:42 +08:00
Tom Xu
e9591e858f
docs(menu): sider demo change to hook (#27643) 2020-11-09 10:20:26 +08:00
二货机器人
6b01e2b2fb
fix: Menu bg style flickering (#27640)
* fix: Menu bg style

* fix lint
2020-11-09 10:13:06 +08:00
Tom Xu
a2acc56235
docs(menu): switch mode demo change to hook (#27638)
* Update switch-mode.md

* Update switch-mode.md
2020-11-09 08:57:24 +08:00
偏右
b9bf8c223e
fix: submenu icon style (#27625) 2020-11-08 15:29:37 +08:00
不吃猫的鱼
20bdbb34ae
fix: introduce generic type for transfer item (#27630) 2020-11-08 15:28:03 +08:00
Tom Xu
cd15ba4c1a
refactor(tree-select): rewrite with hook (#27593) 2020-11-08 15:27:30 +08:00
Tom Xu
535400f7cd
docs(switch): change demo to hook (#27618) 2020-11-08 15:27:13 +08:00
偏右
ef2c494c12
fix: Select error outline style in Form (#27607)
* fix: Select error outline in Form

close #27378
close #27526

* fix: css priority
2020-11-08 15:26:28 +08:00
einq7
3357fccf0e
docs: format inline code (#27634) 2020-11-08 15:04:02 +08:00
tangjinzhou
d2206eb132
perf: Optimize menu animation (#27632)
体感好一些
2020-11-08 13:28:13 +08:00
Paul Damnhorns
5dce62d814
fix: update Kazakh locale according to new rc-picker & rc-pagination packages (#27631) 2020-11-08 13:26:36 +08:00
Paul Damnhorns
b9d263c7b6
feat: add Kazakh locale (#27589)
* feat: add Kazakh locale

* fix: make translation fixes by @manar-mk

* fix: add Kazakh locale fixes by @roose

* test: add test case for Kazakh locale

* docs: add Kazakh locale to i18n.zh-CH.md
2020-11-07 16:04:44 +08:00
Muhammad Sameer
87dfa411bc
docs: Update nest-messages.md (#27620)
Fixed grammatical errors.
2020-11-07 02:49:30 +08:00
偏右
684248c52a
style: fix Pagination extra margin right (#27610)
* style: fix Pagination extra margin right

* fix rtl style
2020-11-06 19:50:46 +08:00
Tom Xu
f5ed19248f
docs(checkbox): change check all demo to hook (#27608)
* docs(checkbox): change check all demo to hook

* Update check-all.md

* Update demo.test.js.snap
2020-11-06 17:09:21 +08:00
hatanon
9f529d251b
docs: update responsive-more.md (#27605)
Add missing dimension `xxl` to en-US
2020-11-06 15:50:45 +08:00
偏右
756a1dffea
feat: Menu support expandIcon (#27565)
* style: optimize menu expand icon color

close #20035

* feat: 🆕 support Menu expandIcon

* revert arrow color
2020-11-06 15:25:43 +08:00
hatanon
6af4d9b4ba
docs: Update responsive.md (#27604)
Add missing dimension `xxl` to en-US.
2020-11-06 15:20:19 +08:00
二货机器人
f5d5e9b5ee
docs: tree conduction logic (#27600) 2020-11-06 11:55:01 +08:00
appleshell
8f18328aad
feat: add setSelectionRange for the ref of Input and TextArea (#27584)
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-11-06 11:48:50 +08:00
Davide Bianchi
72dbcfcfde
fix: prevent Search component to throw passing null as enterButton (#27591) 2020-11-06 10:41:51 +08:00
Tom Xu
7f4acb0237
refactor(layout): rewrite with hook (#27595) 2020-11-06 10:26:45 +08:00
xrkffgg
e4fb3d04cb
Merge pull request #27596 from ant-design/master
chore: merge master into feature
2020-11-06 10:23:04 +08:00
不吃猫的鱼
240b8044e7
feat: add Select filterSort support (#27523)
* feat: upgrade rc-select version and add demo to bring in filterSort functionality

* fix: lint error

* fix: add filterSort support version in doc and update demo order

* fix: update doc
2020-11-06 09:54:30 +08:00
Tom Xu
da681fe4dd
chore: improve select ref type (#27594) 2020-11-06 09:52:42 +08:00
Tom Xu
18054b8cc9
docs(select): size demo change hook (#27592) 2020-11-06 09:09:06 +08:00
偏右
6c9b5437a9
docs: instruction about AutoComplete and Select 2020-11-05 18:07:14 +08:00
Tom Xu
9772a63b4c
fix: Avatar group size (#27531)
* fix: Avatar group size

* fix
2020-11-05 16:22:21 +08:00
偏右
bd1a6c44d4
fix: vertical Tabs active bold style (#27569)
close #27557
2020-11-05 15:37:33 +08:00
Tom Xu
edb39437f3
docs(steps): step next change to hooks (#27564) 2020-11-05 13:26:20 +08:00
Tom Xu
9d056c1508
docs(Modal): async change to hook (#27559) 2020-11-05 11:35:37 +08:00
Yuan
d01aa2539e
fix: filters in column.children should render (#27435)
* fix: filters in column.children should render 

when a column has filter and it's children also have filters, all these filters in children can not render. this problem can not be found when use sorter.

* test: add test for this fix

* Update components/table/__tests__/Table.filter.test.js

Co-authored-by: 偏右 <afc163@gmail.com>
2020-11-04 15:44:13 +08:00
xrkffgg
cba9634a3d
perf: reduce css size (#27527)
* perf: reduce css size

* add

* add

* fix line-height

* add .reset-component
2020-11-04 15:06:41 +08:00
xrkffgg
36cdf0a129
refactor: direction type define (#27540) 2020-11-04 14:12:45 +08:00
偏右
36f8ce8e6f
perf(📦): reduce Steps responsive css size (#27536)
* perf(📦): reduce Steps responsive css size

* deps-lint-skip: grid
2020-11-04 13:47:13 +08:00
不吃猫的鱼
73c4566c61
fix: update Avatar src type (#27524)
* fix: update Avatar src type

* refactor: remove string as ReactNode includes string type
2020-11-04 10:38:27 +08:00
Tom Xu
35e9475e4e
docs(popconfirm): add async demo (#27513)
* docs(popconfirm): add async demo

* hooks

* Update async.md
2020-11-04 09:05:46 +08:00
xrkffgg
3c157e637d
fix: Progress.Line strokeColor direction in rtl (#27515) 2020-11-03 16:22:18 +08:00
偏右
114dde6373
fix: Steps inside Steps style (#27514)
* style: fix style of Steps inside Steps

* fix snapshot and rtl

* fix rtl style
2020-11-03 16:20:44 +08:00
Tom Xu
8faccc2563
fix: select ref typescript typo (#27482)
* fix: select ref typescript typo

* improve
2020-11-03 11:09:24 +08:00
xrkffgg
62fa37dfe0
style: fix Steps rtl (#27511) 2020-11-03 11:01:56 +08:00
afc163
7ff5542586 update snapshot 2020-11-02 17:13:18 +08:00
afc163
81fd0d6328 style(💄): fix Steps style in small screen 2020-11-02 17:04:30 +08:00
afc163
20e90ef650 chore: tweak code style 2020-11-02 16:33:06 +08:00
信鑫-King
47c61cb776
Merge pull request #27485 from ant-design/pageHeader
fix(pageHeader): if title is null,no render title view
2020-11-01 22:03:23 -08:00
chenshuai2144
d6c11fa901 less code 2020-11-02 13:43:03 +08:00
chenshuai2144
04658fa0a4 fix ci warning 2020-11-02 12:12:46 +08:00
xrkffgg
311a4fbb42 docs: update Avatar src define 2020-11-02 11:31:42 +08:00
Liu Ya
e954079dd0
fix: Typography.Link color not disabled (#27487)
修复 Typography.Link disabled时悬浮、点击颜色问题
2020-11-02 10:35:45 +08:00
信鑫-King
39c192ab32
Merge branch 'master' into chore-conflict-feature 2020-11-01 18:04:04 -08:00
chenshuai2144
ef5e6603c2 fix(pageHeader): if title is null,no render title view 2020-11-01 22:47:10 +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