Commit Graph

12577 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Tom Xu
4cd2cfa14f update snap 2020-10-21 14:48:24 +08:00
Tom Xu
605bb2ffdf fix conflict 2020-10-21 14:42:10 +08:00
Tom Xu
1f1956ccd9 Merge branch 'feature' into merge-into-feature 2020-10-21 14:31:16 +08:00
xrkffgg
cb23875ab7 docs: fix Space size type 2020-10-21 12:24:03 +08:00
afc163
b383c14114 docs: improve button dropdown demo 2020-10-21 11:50:18 +08:00
zombiej
07506792fc docs: Add DatePicker panelRender FAQ
close #27263
2020-10-21 11:38:18 +08:00
Tom Xu
0822ac618f
chore: add prettier ignore and format demo (#27270) 2020-10-21 11:06:07 +08:00
Tom Xu
b5dc079228
chore: improve code style (#27266) 2020-10-21 10:35:06 +08:00
Tom Xu
d44f404eae
docs: sort api (#27251)
* chore: improve sort api table scripts

* sort api

* add ignore

* Revert "sort api"

This reverts commit 343505d5f0.

* sort api

* Update package.json

* sort api

* Delete sort-api.js

* sort api

* sort api

* sort api

* fix

* Update index.zh-CN.md

* fix input-number

* fix input-number

* sort func

* fix

* Method moved to the end

* carousel method
2020-10-21 10:33:43 +08:00
JuniorTour
87dba05e2a
docs: fix invalid disabledDate of RangePicker demo (#27112)
* docs: fix invalid disabledDate of RangePicker demo

Close https://github.com/ant-design/ant-design/issues/26885

* Update select-in-range.md

Co-authored-by: 偏右 <afc163@gmail.com>
2020-10-20 22:03:02 +08:00
偏右
27e9926438
fix: duplicated className on Search[allowClear] (#27261)
* fix: duplicated className on Search[allowClear]

close #27258

* fix snapshot
2020-10-20 21:44:37 +08:00
Michał Jasikowski
96c665a0bb
fix: changed sorting and validation labels to proper English (#27259)
* fix: sorting and validation labels in English

* fix: changed labels for ga_IE to proper English

* fix: changed labels for ga_IE to proper English

* Update en_GB.tsx
2020-10-20 18:20:06 +08:00
afc163
f80828bfd6 docs: 🎬 refactor Form demo code 2020-10-20 13:29:04 +08:00
偏右
35fb8ee91d
fix: horizontal Menu in flex layout (#27253)
close #27240
2020-10-20 11:42:44 +08:00