kiner-tang
506753c3ef
feat: Tag support aria-* in closable ( #47678 )
...
* feat: Tag support aria-* in closable
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* refactor: useClosable
* chore: modal
* fix: check logic
* chore: clean up
* feat: optimize code
* feat: optimize code
---------
Signed-off-by: kiner-tang <1127031143@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2024-03-31 11:56:55 +08:00
lijianan
5fbfecd5b2
feat: CP support FloatButton.Group closeIcon ( #47953 )
2024-03-19 17:14:22 +08:00
kiner-tang
6928fbc06d
feat: Modal support aria-* in closable ( #47650 )
...
* feat: Modal support aria-* in closable
* feat: Modal support aria-* in closable
* feat: Modal support aria-* in closable
* chore: bump rc-image
* feat: update snap
* feat: update snap
2024-03-01 10:58:50 +08:00
kiner-tang
15216614ed
feat: Drawer support aria in closable ( #47543 )
...
* feat: drawer support aria in closable prop
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
2024-02-28 14:11:15 +08:00
lijianan
271daafa39
feat: CP support Input.TextArea allowClear、autoComplete、className、classNames、style、styles ( #47589 )
...
* feat: CP support Input allowClear
* feat: CP support Input allowClear
* fix: fix
* fix: fix
* revert
* revert
* Update Input.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update getAllowClear.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update getAllowClear.tsx
Signed-off-by: lijianan <574980606@qq.com>
* test: add test case
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-28 09:54:48 +08:00
lijianan
6c0d3e46c4
feat: CP support Input allowClear ( #47602 )
2024-02-27 10:25:35 +08:00
lijianan
b28b0d883f
feat: CP support Menu expandIcon ( #47561 )
...
* feat: CP support Menu expandIcon
* fix: test case fix
* fix: test case fix
* fix: fix
* fix: fix
* chore: rename
* type: add type
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-26 09:55:08 +08:00
lijianan
cf51b5f34d
feat: CP support collapse expandIcon ( #47473 )
...
* feat: CP support Avatar icon
* fix: fix
* fix: fix
* test: fix test case
* fix: fix
* fix: fix type
* Update avatar.tsx
Signed-off-by: lijianan <574980606@qq.com>
* Update avatar.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-20 14:02:43 +08:00
MadCcc
b96f4c8003
feat: css var prefix follow prefixCls by default ( #47481 )
...
* feat: css var prefix follow prefixCls by default
* docs: update
2024-02-20 09:47:21 +08:00
kiner-tang
23cb9c5fd6
feat: Alert support aria-* in closable ( #47474 )
...
* feat: Alert support aria-* in closable
* feat: Alert support aria-* in closable
* feat: Alert support aria-* in closable
2024-02-19 13:40:19 +08:00
afc163
39e7bc5d2f
Merge pull request #47383 from ant-design/master
...
chore: merge master into feature
2024-02-07 13:30:01 +08:00
MadCcc
2f6218a0f3
fix: inherit should not affect hashed and cssVar ( #47360 )
...
* fix: inherit should not affect hashed and cssVar
* chore: update
* chore: add test case
2024-02-06 17:38:03 +08:00
lijianan
cfe722667a
feat: Tabs support removeIcon prop ( #47334 )
...
* feat: Tabs support removeIcon prop
* feat: Tabs support removeIcon prop
* Update components/config-provider/index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-05 11:45:24 +08:00
lijianan
0e28360622
feat: CP support Transfer selectionsIcon ( #47301 )
2024-02-02 10:48:05 +08:00
lijianan
326ae986b9
Merge pull request #47297 from ant-design/master
...
chore: merge master into feature
2024-02-01 23:59:16 +08:00
lijianan
e009ca9d4a
feat: CP support Tabs addIcon & moreIcon ( #47274 )
...
* feat: CP support Tabs addIcon & moreIcon
* fix: fix
* fix: fix
* fix: fix
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-02-01 19:14:54 +08:00
lijianan
a206593d28
feat: CP support Image closeIcon ( #47252 )
...
* feat: CP support Image closeIcon
* type: update type
* type: update type
* fix: fix
2024-02-01 17:43:00 +08:00
mr-chenguang
f1f4788e38
fix: use flex to correct avatar child position ( #47236 )
...
* fix: remove avatar border when height less then 16
* fix: 使用 flex 完成子元素居中布局
* fix: fix avatar tests snapshot
* fix: fix avatar tests snapshot
* Update components/avatar/style/index.ts
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
* fix: changealign
* fix: update avatar snapshots
* fix:update snapshot
* fix: update snapshot
* fix: update snapshot
---------
Signed-off-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-01-31 18:20:21 +08:00
lijianan
651914c46d
feat: CP support Tag closeIcon ( #47250 )
2024-01-31 10:07:16 +08:00
lijianan
b233f27ba0
feat: CP support Notification closeIcon ( #47244 )
...
* feat: CP support Notification closeIcon
* fix: fix
2024-01-30 20:13:22 +08:00
lijianan
231e873b3f
Merge pull request #47238 from ant-design/master
...
chore: merge master into feature
2024-01-30 20:00:58 +08:00
lijianan
aa36678a29
feat: CP support Alert closeIcon ( #47235 )
2024-01-30 16:47:42 +08:00
zhoulixiang
6ed0254ad5
feat: Add classNames and styles prop for card ( #46811 )
...
* feat: support classNames and styles for card
* feat: add lost info
* docs: update context of card
* feat: optimize classNames and styles code of card
* test: update card test case
* feat: remove headWrapper
* test: correct test
* feat: remove redundant snapshot
* feat: update config provider for card
* feat: update classNames and styles of card
* feat: add warning for headStyle and bodyStyle of card
* test: replace bodyStyle to styles.body in demo of flex
* docs: add jsDoc about deprecated for headStyle and bodyStyle
* snap: update table counts of card from 3 to 4
* docs: update version for styles and classnames of card
---------
Signed-off-by: zhoulixiang <18366276315@163.com>
Co-authored-by: vagusX <vagusxl@gmail.com>
2024-01-30 15:00:25 +08:00
lijianan
a11d3b4b63
feat: CP support Modal closeIcon ( #47226 )
...
* feat: CP support Modal closeIcon
* fix: fix
2024-01-30 14:42:46 +08:00
lijianan
5031ca9032
feat: CP support Table expandIcon ( #47225 )
...
* feat: CP support Table expandIcon
* fix: fix
* type: fix type
2024-01-30 13:57:49 +08:00
MadCcc
441ba5f5d1
fix: component style without hash ( #46609 )
...
* fix: Select style without hash
* fix: common style logic
* fix: lint
* fix: menu style
* chore: update checkbox demo
* chore: fix test
* chore: rm test
2024-01-30 11:08:02 +08:00
二货爱吃白萝卜
18e85a7b81
feat: New Picker ( #46982 )
...
* chore: init
* chore: link picker
* chore: move files
* chore: update style
* chore: update types
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: fix test case
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: clesn up useless types
* chore: update types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: fix types
* chore: update style
* chore: clean up
* chore: update types
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* fix: format
* chore: update deps
* chore: feature merge master (#46794 )
* fix: Fix typo s/Notificaiton/Notification/ (#46775 )
* docs: supplement form preserve field description (#46788 )
close https://github.com/ant-design/ant-design/issues/46773
* docs: tweak changelog drawer width in small screen (#46791 )
* docs: Update compatible-style.zh-CN.md (#46790 )
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: hugo-syn <61210734+hugo-syn@users.noreply.github.com>
Co-authored-by: Shunze Chen <qianlonwork@outlook.com>
Co-authored-by: afc163 <afc163@gmail.com>
* chore: update locale size
* chore: lock dumi
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: bump version
* test: update snapshot
* test: update snapshot
* chore: bump version
* chore: update limit
* test: update snapshot
* docs: update 7 days sample
* chore: rm useless style
* chore: clean up style
* docs: add buddihist era demo
* refactor: interface
* chore: add multiple types
* docs: add demo
* chore: init style
* chore: init style
* chore: fill style
* chore: fill style
* chore: style
* chore: size of it
* chore: size style
* docs: add align demo
* docs: needConfirm
* chore: fix showWeek style
* test: update snapshot
* chore: fix ts
* chore: fix ts
* chore: fix ts
* chore: fix ts
* fix: week style
* docs: update dayjs note
* fix: style missing
* chore: fix footer extra style missing
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: demo update
* docs: update demo
* docs: min & max date
* test: update snapshot
* docs: add order
* chore: update deps
* test: update snapshot
* test: update snapshot
* chore: adjust style
* chore: clean up style
* test: update snapshot
* chore: fix comment
* chore: update align
* chore: bump rc-picker
* test: update snapshot
* test: update snapshot
* test: update snapshot
---------
Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: hugo-syn <61210734+hugo-syn@users.noreply.github.com>
Co-authored-by: Shunze Chen <qianlonwork@outlook.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-01-29 15:34:48 +08:00
lijianan
095b846cad
feat: CP support Tour closeIcon ( #47200 )
...
* feat: CP support Tour closeIcon
* fix: fix
2024-01-29 11:01:30 +08:00
栗嘉男
e32001138a
chore: merge master into feature
2024-01-27 12:15:05 +08:00
lijianan
5955c7e8b0
locale: rm PageHeader locale ( #47163 )
...
* chore: rm PageHeader locale
* test: fix test case
2024-01-26 16:00:58 +08:00
lijianan
bb6b475f22
feature: CP support Drawer closeicon ( #46894 )
...
* feat: CP support Drawer closeIcon
* fix: fix
* fix: fix
* type: update
* type: lint
* fix: fix
* fix: fix
* Update index.en-US.md
Signed-off-by: lijianan <574980606@qq.com>
* Update index.zh-CN.md
Signed-off-by: lijianan <574980606@qq.com>
* type: fix type
---------
Signed-off-by: lijianan <574980606@qq.com>
2024-01-26 10:52:17 +08:00
afc163
023f3ec719
demo: xsgames.co/randomusers => dicebear.com ( #47028 )
...
* demo: xsgames.co/randomusers => dicebear.com
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
2024-01-18 17:18:40 +08:00
lijianan
c157a3f9ea
demo: update Watermark demo ( #46899 )
...
* feat: CP support Table expandIcon
* revert
* demo: update demo
2024-01-13 14:27:42 +08:00
MadCcc
2fe9b46bc1
feat: Button support lineHeight token ( #46936 )
...
* feat: Button support lineHeight token
* refactor: rm format
* chore: code clean
* chore: fix test
2024-01-12 15:03:03 +08:00
afc163
f2b89da945
refactor: Drawer styles properties ( #46858 )
...
* refactor: Drawer styles props
* chore: add type test case
* chore: update snapshot
* test: add style jest snapshot
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: add deprecated warning
* fix: scroll area of drawer
* chore: fix demo style
* chore: update snapshot
* chore: update snapshot
* refactor: remove unused style code
* test: fix test case
* test: fix Drawer PurePanel image diff
* test: fix Drawer PurePanel image diff
* chore: fix demo
2024-01-09 10:20:40 +08:00
lijianan
928eaf411a
Merge pull request #46830 from ant-design/master
...
chore: merge master into feature
2024-01-07 23:18:42 +08:00
MadCcc
5ee391f191
refactor: Line Progress use pseudo ( #46789 )
...
* refactor: Line Progress use pseudo
* chore: code clean
* chore: update snapshot
2024-01-05 10:11:37 +08:00
lijianan
276e66cdaa
Merge pull request #46710 from ant-design/master
...
chore: merge master into feature
2023-12-31 06:57:55 +08:00
afc163
8705640a19
fix: Upload accessibility experience ( #46432 )
...
* fix: Upload tab experience
* test: update snapshot
* fix lint
2023-12-30 15:21:52 +08:00
lijianan
7fd21c5163
test: update snap
2023-12-23 04:35:12 +08:00
lijianan
ef3dd04731
test: update snap
2023-12-23 02:51:31 +08:00
lijianan
a09ed506d3
chore: merge master into feature
2023-12-22 03:26:11 +08:00
MadCcc
bf7085882d
feat: DatePicker support variant ( #46568 )
...
* feat: DatePicker support variant
* chore: update snapshot
* chore: update api table
* chore: update snapshot
2023-12-21 20:43:40 +08:00
二货爱吃白萝卜
76f6ddc7e6
fix: ColorPicker not support prefixCls
( #46561 )
...
* fix: ColorPicker should support prefixCls
* test: add test case
2023-12-21 14:39:43 +08:00
MadCcc
5f395fbed3
feat: select/cascader/tree-select support variant filled ( #46549 )
...
* feat: Select filled style
* chore: update snapshot
* feat: Cascader and TreeSelect support variant
* feat: multiple style
* fix: import
* chore: fix lint
* chore: update auto-complete docs
* fix: clearIcon bg
* chore: code clean
2023-12-21 13:39:04 +08:00
MadCcc
3af521d422
feat: Input/InputNumber/Mentions support filled
variant ( #46435 )
...
* feat: Input filled variant
* feat: InputNumber filled variant
* feat: mentions variant
* fix: TextArea status with affix
* chore: update snapshot
* chore: update snapshot
* feat: pagination input
* fix: fix diff
* feat: input-number disabled
* fixL InputNumber
* chore: update snapshot
* feat: better style
* chore: update
* chore: update snapshot
* feat: use variant classNames
* chore: update snapshot
* feat: mentions affix style
* chore
2023-12-18 17:53:31 +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
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
4203208af5
feat: cssVar could be disabled by set to false ( #45987 )
...
* feat: cssVar could be disabled by set to false
* chore: update test case
2023-11-22 09:46:18 +08:00