Commit Graph

22004 Commits

Author SHA1 Message Date
afc163
1935ece582
fix: notification prevent interaction on elements which under it (#34716)
* fix: notification prevent interaction on elements which under it

close #34700

* fix test case
2022-03-25 19:38:28 +08:00
MadCcc
0d4cc5ed33
refactor: adjust TextArea in form (#34714) 2022-03-25 19:31:42 +08:00
MadCcc
7c4e12f99e
refactor: feedbackIcon provided by form (#34712)
* refactor: feedbackIcon migration

* test: update snapshot
2022-03-25 17:48:12 +08:00
Yunwoo Ji
c7553c2ba5
docs: fix type of style in tabs component (#34706) 2022-03-25 14:27:30 +08:00
xrkffgg
5b1fa4ccac
ci: update pr merge branch 2022-03-25 10:17:46 +08:00
zhao-huo-long
5588dae212
fix: Descriptions number 0 can't render span (#34696)
* fix: number 0 can't render span

* Update Cell.tsx

* chore: add test case
2022-03-25 09:38:55 +08:00
Zack Chang
be18ea659b
chore: update test cases of Spin (#34695) 2022-03-24 22:12:41 +08:00
MadCcc
0de1e66ff1
refactor: move override code in form (#34694)
* refactor: move override code in form

* refactor: radio and checkbox

* chore: code clean

* test: fix lint

* test: fix lint
2022-03-24 21:54:20 +08:00
Zack Chang
5e0c232077
chore: update Item component test case (#34686)
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
2022-03-24 14:27:42 +08:00
Yiming
35aa951550
fix: fix Ant Design Charts url (#34685) 2022-03-24 13:36:10 +08:00
github-actions[bot]
2a35f74d74
chore: auto merge branchs (#34684)
chore: feature merge master
2022-03-24 04:30:35 +00:00
黑雨
087b65c3b9
feat: delete drawer wrap (#34673) 2022-03-23 22:46:15 +08:00
xrkffgg
99056a77d8
docs: update readme 2022-03-23 22:18:52 +08:00
黑雨
d4acc661da
feat: add filterResetToDefaultFilteredValue api (#34355)
* feat: add filterResetToDefaultFilteredValue api

* feat: fix lint

* feat: update test case

* feat: update doc
2022-03-23 19:29:05 +08:00
huangkairan
d0be21ed8f
fix(table) filterSearch TypeScript declaration (#34671)
* fix: types declaration

* fix(table): filterSearch TypeScript declaration
2022-03-23 18:30:30 +08:00
Yunwoo Ji
76cc520efe
docs: fix type of style in drawer component (#34665) 2022-03-23 15:51:44 +08:00
github-actions[bot]
6df508d594
chore: auto merge branchs (#34666)
chore: sync master to feature
2022-03-23 06:59:20 +00:00
afc163
10e7337081 chore: fix moment snapshot change 2022-03-23 14:56:16 +08:00
zhao-huo-long
2282b1c580
chore: refactor message types implementation (#34654) 2022-03-23 14:49:57 +08:00
afc163
b77a8fdce3 chore: remove issue body in notice 2022-03-23 11:20:58 +08:00
afc163
b72daed1b1
Update issue-open-check.yml 2022-03-22 18:12:03 +08:00
youngz
80377f2243
feat: Typography.Text Pass event to onCopy. (#34655) 2022-03-22 16:52:44 +08:00
dengqing
8cab1883af
fix: support Layout, Header and Footer given ref (#34650)
* feat: support layout components given refs

* test: add ensure given ref test case

* fix: update test

Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
2022-03-22 16:52:20 +08:00
MadCcc
67bfdacca0
fix: fix small steps dot positon (#34651)
* fix: fix small steps dot positon

* chore: code clean

* docs: add demo
2022-03-22 16:12:53 +08:00
afc163
d207ba65b8
chore: update Space vertical demo (#34647)
* chore: update Space vertical demo

close #34609

* fix snapshot
2022-03-22 14:49:42 +08:00
NullPointerException
4209fa251f
docs: Create README-ja_JP.md (#34638)
* Create README-ja_JP.md

* Update README-uk_UA.md

* Update README-pt_BR.md

* Update README-zh_CN.md

* Update README-sp_MX.md
2022-03-22 14:49:15 +08:00
Yunwoo Ji
2709c5f747
docs: fix default value of height in drawer component (#34652) 2022-03-22 13:23:34 +08:00
renovate[bot]
7f0aa8146f
chore(deps): update actions/cache action to v3 (#34645)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 10:59:37 +08:00
Long Hao (龙濠)
7c182926bc
fix: wrong word and cancel export inner interface (#34643)
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-03-22 10:32:54 +08:00
github-actions[bot]
2f65904de2
chore: auto merge branchs (#34635)
chore: merge master into feature
2022-03-22 02:18:06 +00:00
Hamed Mohammadzadeh
0fe8bb9c37
fix: Badge Animation enter and leave in RTL (#34641)
* fix: Badge Animation enter and leave in RTL

* [CodeFactor] Apply fixes to commit 87f1866

[ci skip] [skip ci]

Co-authored-by: codefactor-io <support@codefactor.io>
2022-03-22 10:08:17 +08:00
MadCcc
c0b58aaf93
feat: Tree support rootClassName & rootStyle (#34578)
* feat: tree support rootClassName & rootStyle

* feat: Tree support rootClassName and rootStyle

* chore: update rc-cascader

* chore: update rc-tree

* chore: update cascader

* chore: update deps
2022-03-22 00:02:01 +08:00
Hamed Mohammadzadeh
0a90ac34c7
fix: BackTop responsive in RTL (#34626) 2022-03-21 23:12:34 +08:00
章鱼
4debb88f24
fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive (#34614)
* fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive

* test: add test for Calendar
2022-03-21 23:11:48 +08:00
期贤
232e236215 chore: fix remote no work error 2022-03-21 20:02:11 +08:00
期贤
8bb11e6d12 docs: update changelogs 2022-03-21 18:46:51 +08:00
陈帅
491178cca9
docs: add 4.19.3 changhelog (#34617)
Co-authored-by: 期贤 <qixian.cs@antgroup.com>
2022-03-21 17:05:26 +08:00
MadCcc
47282f73bf
fix: clear icon style (#34610) 2022-03-21 12:04:34 +08:00
paul
8562427674
feat(row): add support for space-evenly (#34606)
* feat(row): add support for space-evenly

* docs: update demo snapshot.

Co-authored-by: gp5251 <gp5251@qq.com>
2022-03-21 09:49:21 +08:00
afc163
bd79b2d2b7
Update issue-open-check.yml 2022-03-20 23:06:54 +08:00
xrkffgg
ee8e7851b6
ci: fix result 2022-03-20 11:07:34 +08:00
xrkffgg
89e9819c75
ci: update result 2022-03-20 11:06:50 +08:00
afc163
07b8fb12a6
chore(🤖): upgrade github actions (#34599) 2022-03-19 21:53:48 +08:00
github-actions[bot]
6607417313
chore: auto merge branchs (#34595)
chore: sync master into feature
2022-03-19 11:56:59 +00:00
afc163
7f487369d3
Update issue-open-check.yml 2022-03-19 18:56:55 +08:00
afc163
02597a3cce
Update issue-open-check.yml 2022-03-19 18:49:06 +08:00
黑雨
4374b2c283
feat: dialog,image add rootClassName api (#34574)
* feat: dialog add rootClassName api

* feat: rc-image add rootClassName api

* feat: update doc
2022-03-19 18:44:43 +08:00
afc163
b409980f9c
chore(🤖): Update issue-open-check.yml (#34589)
* Update issue-open-check.yml

* Delete issue-sync-dingtalk.yml

* Update issue-open-check.yml
2022-03-19 18:22:27 +08:00
afc163
c7a106b635
Delete chain-alert.yml 2022-03-19 18:21:52 +08:00
afc163
425ea1a92b
chore: add issues similarity analysis and dingtalk issue notice actions (#34583)
* chore: add Issues Similarity Analysis action

* Delete suggest-related-links.yml

* Create issue-sync-dingtalk.yml

* Update issue-sync-dingtalk.yml

* Update issue-sync-dingtalk.yml

* Update issue-sync-dingtalk.yml

* Update issues-similarity-analysis.yml
2022-03-19 18:05:42 +08:00