Commit Graph

17224 Commits

Author SHA1 Message Date
二货爱吃白萝卜
eff720837c
test: Update image snapshot logic (#46529)
* test: mix snapshot

* test: clean up

* test: fix order

* test: fix test logic

* test: fix reset

* test: refactor code

* test: clean fetch

* chore: lint

* test: clean up

* test: delay check

* chore: refactor fetch

* docs: update diff html

* test: add ssr support

* chore: part use ssr

* chore: update style

* chore: slice of it

* docs: fix cut
2023-12-21 10:30:08 +08:00
MadCcc
37fd3273af
fix: DatePicker style in cssVar mode (#46526) 2023-12-19 15:06:07 +08:00
Long Hao (龙濠)
ce28f36adb
docs: Update FormItem getValueProps desc (#46485)
Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: vagusX <vagusxl@gmail.com>
2023-12-19 13:53:36 +08:00
afc163
b3956a9ba2
docs: fix Rate demo type for strict mode (#46520)
* docs: fix Rate demo type for strict mode

* Apply suggestions from code review

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-19 12:38:09 +08:00
Eloi0424
0d1bf57aef
docs: Input.Password onVisibleChange type (#46504) 2023-12-18 15:55:28 +08:00
MadCcc
71dc26c595
fix: Tag style for ssr (#46500) 2023-12-18 11:06:58 +08:00
635e05b7d8
docs(color-picker): improve example (#45527)
* docs: improved color-picker demo #45527

chore: improve customization panel cls

chore: update demo

chore: update snapshots

test: add case

chore: update

chore: update snapshots

chore: to simplify the complex things

chore: update snapshots

* revert files

* chore: revert change

* chore: update snapshot
2023-12-15 16:29:51 +08:00
afc163
c009504818
Revert "fix: remove unnecessary title attributes for label in Form (#46462)" (#46472)
This reverts commit 7710e57c1a.
2023-12-15 13:53:51 +08:00
sunsunmonkey
7710e57c1a
fix: remove unnecessary title attributes for label in Form (#46462)
* fix: remove unnecessary title attributes for label in Form

* test: update snap
2023-12-15 10:02:51 +08:00
afc163
f5e0c67fea
fix: Upload disabled should not affect download icon (#46454)
* fix: Upload disabled should not affect download icon

* test: update snapshot
2023-12-15 09:57:13 +08:00
afc163
afa7343241
style: Dragger add vertical padding style (#46457) 2023-12-14 19:20:46 +08:00
afc163
54a4efe472
fix: Upload actions hover color (#46456)
* fix: Upload actions hover color

* revert demo change

* fix: lint error
2023-12-14 19:20:26 +08:00
叶枫
4272d0c547
docs: remove callback doc (#46452) 2023-12-14 17:23:55 +08:00
二货爱吃白萝卜
1671d279e5
fix: getValueProps should trigger update (#46445) 2023-12-14 15:55:19 +08:00
MadCcc
2e0942ab26
refactor: separate cssVarCls from hashId (#46424)
* refactor: cssVarCls

* refactor: update

* chore: update

* fix: cascader & tree-select

* fix: ribbon
2023-12-14 14:58:53 +08:00
afc163
12db87449b
style: fix Checkbox style when customize token.lineWidth (#46431)
* style: fix Checkbox style when customize token.lineWidth

* test: update snapshot
2023-12-13 21:46:25 +08:00
MadCcc
b3b5df442c
fix: Select multiple padding (#46427) 2023-12-13 17:31:36 +08:00
sunsunmonkey
b777d1c0c6
docs(segment): change to Disabled name (#46421) 2023-12-13 15:34:17 +08:00
MadCcc
a7a3c51ee8
fix: remove useless hashId in Notice (#46415) 2023-12-13 11:04:41 +08:00
Jeongseok Kang
89712f29b1
docs: Update Breadcrumb items type (#46399) 2023-12-12 18:00:43 +08:00
lijianan
e68bdc8998
fix: Flex component don't apply extra font style (#46404) 2023-12-12 17:39:53 +08:00
Qin Zan
82777bca93
test: add Unit Testing (#46393)
* Unit Testing

Added unit tests for the DatePicker show time field and month range relative start and end selection.

* Remove duplicated test
2023-12-12 12:30:27 +08:00
afc163
2d28495c9c
docs: update Layout demos (#46378)
* docs: update Layout demos

* test: update snapshot
2023-12-11 12:22:23 +08:00
afc163
0ac72622a8
docs: fix soft breaks in markdown (#46374) 2023-12-11 12:12:51 +08:00
阿菜 Cai
0a671878ec
feat(descriptions): support html attributes id type (#46367)
test(descriptions): add html attributes `id`  test
close #46350

Co-authored-by: lijianan <574980606@qq.com>
2023-12-11 00:05:47 +08:00
vagusX
8d7e0bc922
feat: new visual regression implements (#46127) 2023-12-09 21:49:47 +08:00
lijianan
02396c986c
site: update demo Tabs usage (#46351) 2023-12-09 19:32:10 +08:00
Abhay Aggarwal
985b7ac889
demo: fixed a grammatical error (#46343)
* Fixed a grammatical error | "start" -> "started"

Fixed the issue of tense on the button at the example in flex section of the documentation

Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>

* added the jest snapshots

---------

Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
2023-12-09 18:29:30 +08:00
lijianan
b5084a3da9
test: add test case for Spin (#46347) 2023-12-09 15:03:48 +08:00
flyflydogdog
eaeb75eb44
chore: type refactor (#46346)
* type: type refactor

* chore: fix type WrapProps

* chore: remove generic of Component

---------

Co-authored-by: 张宁宁 <zhangnn1@yonghui.cn>
2023-12-09 13:31:45 +08:00
MadCcc
fbe3a39389
fix: table filterDropdown should accept cssvar (#46314) 2023-12-07 19:21:43 +08:00
lijianan
4030bb3d05
fix: rm pointer-events when Spin fullscreen (#46303) 2023-12-07 14:27:15 +08:00
@linhf2023
cca77e61b9
fix(form): legacy hideRequiredMark props priority (#46299)
* fix(form): Reduce global requireMark priority

* chore: add test

---------

Co-authored-by: linhf123 <wb-lhf780012@antgroup.com>
2023-12-07 11:22:31 +08:00
github-actions[bot]
d0cc4087dd
chore: upgrade deps (#46255)
* chore: upgrade deps

* upgrade and fix snapshot

---------

Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: tanghui <yoyo837@hotmail.com>
2023-12-06 20:22:42 +08:00
yuza
5a89fb3f80
docs: add missing to (#46279) 2023-12-06 09:38:16 +08:00
OctKun
c156d715bf
docs: update docs (#46266)
ref https://github.com/ant-design/ant-design/issues/32618

Signed-off-by: OctKun <cainchen97@qq.com>
2023-12-05 22:30:17 +08:00
MadCcc
937a1a2a85
fix: compatible with react 17 (#46261) 2023-12-05 11:33:43 +08:00
zhoulixiang
4f9c5764d0
fix: fix the padding of notification title when notification is closable (#46211)
Fix the issue where the notification title overlaps with the title when it is too long

Signed-off-by: zhoulixiang <18366276315@163.com>
2023-12-04 20:16:51 +08:00
MadCcc
7bd08ba257
fix: less var (#46250) 2023-12-04 20:07:20 +08:00
vagusx
71bd883126 Merge remote-tracking branch 'origin/master' into feature-merge-master-12-04 2023-12-04 10:32:45 +08:00
afc163
83f969b2be
style: Button support gradient background (#46192)
* style: Button support gradient background

* chore: fix test case
2023-12-01 23:25:46 +08:00
82781bd1f3
deps: bump rc-pagination@4.x (#46204)
* deps: bump rc-pagination@4.x

* chore: update snap
2023-12-01 17:15:46 +08:00
MadCcc
77d1328f5e
fix: line Progress gradient should be full width (#46209)
* fix: line Progress gradient should be full width

* chore: code clean

* chore: update snapshot
2023-12-01 16:48:53 +08:00
MadCcc
8816dc04c7 Merge branch 'master' into feature-merge-master 2023-11-30 20:22:00 +08:00
afc163
6d963b7949
style: Alert background could be linear-gradient (#46188) 2023-11-30 18:03:38 +08:00
叶枫
f5e0408649
feat: support selector (#46180)
* feat: support selector

* fix: ts text

* feat: md

* feat: snap
2023-11-30 17:34:50 +08:00
二货爱吃白萝卜
1235d8f54a
chore: workflow add welcome back (#46186) 2023-11-30 15:02:32 +08:00
afc163
c656d8baf7
chore: improve select demo description (#46184)
* chore: upgrade select demo description

Signed-off-by: afc163 <afc163@gmail.com>

* Update coordinate.md

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
2023-11-30 14:27:36 +08:00
MadCcc
0f7f0cc6e4
feat: deprecate onAfterChange for onChangeComplete (#46182) 2023-11-30 13:37:46 +08:00
lijianan
55183fa304
type: update FloatButtonProps type with React.DOMAttributes (#46175)
* type: update FloatButtonProps type with React.DOMAttributes

* test: add test
2023-11-30 11:06:41 +08:00