Commit Graph

16931 Commits

Author SHA1 Message Date
二货爱吃白萝卜
000589bf7d
docs: update Flex diff (#45270) 2023-10-11 14:45:09 +08:00
JiaQi
dd4ef28239
docs: add description of the available components of Space.Compact (#45259) 2023-10-11 10:31:36 +08:00
MadCcc
854db006c4
Merge pull request #45225 from ant-design/master
chore: merge master into feature
2023-10-09 14:20:11 +08:00
MadCcc
04c804eb2c
fix: Input addonBg should work (#45222) 2023-10-09 09:41:30 +08:00
afc163
cece6e27df
style: fix Modal.confirm description long text layout (#45212)
* style: fix Modal.confirm description long text layout

* demo: update Modal demos
2023-10-08 16:38:54 +08:00
JiaQi
b57dc7a4cc
fix(typography): menu item title cannot be centered vertically (#41146)
* fix(typography): menu item title cannot be centered vertically

* chore: add example
2023-10-08 09:57:58 +08:00
lijianan
be92498f15
refactor: rewrite Affix CC => FC (#42674)
* fix

* test

* Update index.ts

* fix

* fix

* fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* update docs

* Update components/affix/index.tsx

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: lijianan <574980606@qq.com>

* fix

* test: add test case

* Update components/affix/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* update demo

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-07 18:53:14 +08:00
JiaQi
f42d0667c8
fix(Autocomplete): internal input cannot apply fontFamily (#45197) 2023-10-07 17:06:28 +08:00
JiaQi
2f063a26e6
style: inputNumber border unmerged (#45004)
* style: inputNumber border unmerged

* chore: update snapshot
2023-10-07 17:06:10 +08:00
lijianan
e1f3b795e5
Merge pull request #45198 from ant-design/master
chore: merge master into feature
2023-10-07 17:00:49 +08:00
Amumu
485e95236d
chore: update snapshot (#45196) 2023-10-07 03:03:54 -05:00
Adrián Salgado
fc2b4af8cf
fix(SliderTooltipProps): extends from SliderTooltipProps (#44656) 2023-10-07 12:14:30 +08:00
a2192281be
docs: improve document type description (#45189) 2023-10-06 21:27:41 +08:00
ajuner
9af09d56b6
docs(table): update pro-component link (#45118)
Signed-off-by: ajuner <106791576@qq.com>
2023-10-04 21:40:44 -05:00
栗嘉男
ad5efc0fc3 chore: merge master into feature 2023-10-05 03:13:04 +08:00
mingming-ma
a4939fabcf
fix: CheckableTag support ref (#45164)
* fix: CheckableTag support ref (#45070)

* optimize test code (#45070)
2023-10-03 22:59:54 +08:00
Antoni Sierakowski
c3ea21ab82
fix: add missing Tour pl_PL locale (#45166)
Co-authored-by: Antoni Sierakowski <antoni.sierakowski@alphamoon.ai>
2023-10-03 21:58:14 +08:00
栗嘉男
b972466de9 fix: fix 2023-10-03 10:52:04 +08:00
Sven
90d6377d65
fix: Avatar group responsive font not working (#34722)
* fix: Avatar group responsive font not working

* Update index.less

* chore: 兼容IE

* Update components/avatar/style/index.less

* Update avatar.tsx

---------

Co-authored-by: Sven <laishiwen@coding.net>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-03 06:56:51 +08:00
Rinku Chaudhari
c4040ec81b
chore: fix docs comments (#45156)
* refactor: convertLegacyProps function moved to buttonHelpers

* docs: spelling and grammar fixes

* docs: fix comments grammar
2023-10-03 05:44:09 +08:00
Jung Min O
3586a7d85f
fix: update ko_KR lang (#45150)
Signed-off-by: Jung Min O <owjs3901@naver.com>
2023-09-30 20:02:48 +08:00
kiner-tang(文辉)
780a50bed0
types: export notification's ArgsProps type as NotificationArgsProps (#45147) 2023-09-30 17:40:44 +08:00
github-actions[bot]
d4cdcefcfc
chore: auto merge branches (#45117)
chore: feature merge master
2023-09-27 12:55:52 +00:00
MadCcc
9f55e6c11a
fix: Button two Chinese chars (#45126) 2023-09-27 20:17:40 +08:00
kiner-tang(文辉)
051a038728
docs: update docs about filter and sorter in table (#45108)
* docs: update docs about Filter and sorter

* chore: trigger argos

* chore: trigger argos

---------

Co-authored-by: kiner-tang(文辉) <134478213+lke-twh@users.noreply.github.com>
2023-09-27 09:45:47 +08:00
二货爱吃白萝卜
7e692ad585
feat: Cascader.Panel support (#45089)
* chore: init

* chore: panel style

* docs: update demo

* chore: fill style

* test: update snapshot

* docs: update demo

* chore: push

* docs: update desc

* chore: fix icons

* chore: use shared hooks

* test: update snapshot

* chore: fix lint
2023-09-26 17:34:49 +08:00
MadCcc
a6c91c5064
fix: DatePicker fontFamily (#45088) 2023-09-26 13:42:56 +08:00
MadCcc
29be72bc38
fix: Tour step.type should work (#45086)
* fix: Tour step.type should work

* chore: code clean

* chore: update memo deps

* chore: code clean
2023-09-26 13:42:43 +08:00
Zhaolin Liang
ef7c500a8e
fix(Button): loading icon appearing when rendering (#45030) 2023-09-26 11:57:03 +08:00
kiner-tang(文辉)
69d048784f
feat: Drawer support classNames (#44935)
* feat: drawer support classNames

* docs: update docs

* feat: bump rc-drawer

* feat: bump rc-drawer

* feat: optimize style

* feat: optimize type

* feat: optimize type

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 20:37:37 +08:00
Zong-Ke Zhang
3e70e3175b
docs(Dropdown): Add Docs the pop-up menu position will follow the right-click position (#45076)
* docs(Dropdown): Add Docs the pop-up menu position will follow the right-click position

* Update components/dropdown/demo/context-menu.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com>

---------

Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com>
Co-authored-by: Heising <heising@travelconnect.cn>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-25 20:12:08 +08:00
github-actions[bot]
01a62798a6
chore: auto merge branches (#45067)
chore: feature merge master
2023-09-25 10:15:22 +00:00
二货爱吃白萝卜
ba4c9a1a66
docs: update (#45068) 2023-09-25 17:35:48 +08:00
Amumu
bfc5728ef5
docs: add faq (#45050)
* docs: add faq

* link

* fix docs

* Update components/upload/index.zh-CN.md

Co-authored-by: 红 <wxh1220@gmail.com>
Signed-off-by: Amumu <yoyo837@hotmail.com>

* Update components/upload/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Amumu <yoyo837@hotmail.com>

* Update components/upload/index.zh-CN.md

Signed-off-by: Amumu <yoyo837@hotmail.com>

* Update components/upload/index.en-US.md

Signed-off-by: Amumu <yoyo837@hotmail.com>

---------

Signed-off-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 红 <wxh1220@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-25 16:58:04 +08:00
二货爱吃白萝卜
55190b6360
docs: reorder (#45065)
* docs: reorder

* docs: update
2023-09-25 16:48:53 +08:00
kiner-tang(文辉)
ceed98582c
feat(modal): support classNames (#44934)
* feat: modal support classNames

* docs: update docs

* feat: bump rc-dialog

* feat: bump rc-dialog

* feat: update rc-image

* feat: optimize style

* feat: optimize type

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

---------

Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-09-25 14:27:41 +08:00
Isaac Batista
966e5a770f
demo: fix typescript undefined error on search.tsx (#45027)
Without this typescript will not compile

Signed-off-by: Isaac Batista <isaacbatst@gmail.com>
2023-09-25 12:18:20 +08:00
dingkang
2a3815d4df
fix: Typography When setting fontSize to an odd number bug (#45031)
* fix: Typography When setting fontSize to an odd number bug

* chore: update .npmrc to resolve sharp install fail

* fix: retry CI

* chore: update .npmrc

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 11:44:59 +08:00
MadCcc
54a2df3f53
fix: input should have correct padding with controlHeight (#45048)
* fix: input should have correct padding with controlHeight

* chore: update snapshot

* chore: update snapshot
2023-09-25 11:44:17 +08:00
github-actions[bot]
db541f9907
chore: auto merge branches (#45047)
chore: merge master into feature
2023-09-25 03:36:55 +00:00
dingkang
3ffe70ae4e
fix: table cellPaddingBlock token bug (#45040)
* fix: table cellPaddingBlock token bug

* style: fix table cellPaddingBlock token bug

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 10:49:10 +08:00
二货爱吃白萝卜
3e325f4eed
feat: add fresh prop for tooltip (#45020)
* chore: init

* docs: add fresh

* docs: add faq

* docs: update
2023-09-22 15:45:22 +08:00
MadCcc
3928ce9fc1
fix: Popover shift (#45015)
* fix: Popover shift

* chore: update snapshot
2023-09-22 15:00:44 +08:00
二货爱吃白萝卜
05878dd300
feat: Slider support multiple points (#45000)
* feat: slider support multiple & classNames

* test: update snapshot

* chore: fix lint
2023-09-22 14:19:53 +08:00
MadCcc
431e00b1d0
feat: apply new input component border style (#45009)
* feat: apply new input component border style

* feat: ColorPicker & DatePicker

* chore: fix lint
2023-09-22 13:55:54 +08:00
二货爱吃白萝卜
7e1ecf9133
docs: add faq (#45016) 2023-09-22 13:41:36 +08:00
JiaQi
51fc8dcbcd
refactor(tootip): delete the logic related to the disabled children (#44895)
* refactor(tootip): delete the logic related to the disabled children

* chore: update test case

* chore: update snapshots
2023-09-22 10:11:31 +08:00
JiaQi
1745594d5d
doc: add alert token table (#45003) 2023-09-22 09:57:58 +08:00
github-actions[bot]
081b33d7b8
chore: auto merge branches (#44995)
chore: feature merge master
2023-09-21 09:30:12 +00:00
二货爱吃白萝卜
ef03563334
test: update snapshot (#44989)
* test: update snapshot

* test: update snapshot

* test: fix test logic
2023-09-21 16:37:54 +08:00