lijianan
66c0a31345
fix: update snap for fix master CI fail ( #38997 )
2022-11-25 18:32:31 +08:00
MadCcc
1fbb865204
fix: menu overflow ( #38989 )
2022-11-25 16:00:01 +08:00
afc163
72f7596209
docs: update dayjs weekStart demo ( #38990 )
...
close #38987
2022-11-25 15:58:56 +08:00
Amumu
e77b59ad37
fix(table): Fix reset columns filter err ( #38982 )
...
* fix(table): fix filter state when reset columns
* fix(table): Fix the problem that the old filter state still takes effect when the list filter column changes
* test: add test case
2022-11-25 15:13:05 +08:00
MadCcc
e04c2d69ae
docs: collect token API from tsdoc ( #38964 )
...
* chore: token doc
* docs: token meta
* chore: code clean
* chore: code clean
* chore: json
* chore: rename
* chore: style
2022-11-25 14:23:11 +08:00
Dunqing
963f95faba
fix: incorrect Select and Pagination text color for dark theme ( #38979 )
...
* fix: incorrect select text for dark theme
* Update components/select/style/index.tsx
Co-authored-by: afc163 <afc163@gmail.com>
* fix: same
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-25 12:26:04 +08:00
Zhanghao
e66fcbd449
fix: The card body's border-radius will be invalid when the bodyStyle has backgroundColor attribute #38912 ( #38973 )
2022-11-25 11:53:28 +08:00
MadCcc
9c7b395a7d
fix: error palette ( #38933 )
...
* fix: error palette
* chore: update doc
* chore: update
* fix: button danger border color
2022-11-25 11:43:33 +08:00
黑雨
8fd6ae54e9
feat: fix support options ( #38968 )
...
* feat: fix support options
* feat: update package
2022-11-25 11:12:59 +08:00
Wuxh
8cd63a4d89
fix(badge): fix Badge
and showZero
can't be used with custom color ( #38967 )
...
* test(badge): add case
* fix(badge): fix `Badge` and `showZero` can't be used with custom color
issue: https://github.com/ant-design/ant-design/issues/38965
* test: update snapshots
* docs(badge): update demos
* test: update snapshot
2022-11-24 23:53:22 +08:00
Sagie501
3bdd9d0ff9
docs: Update Radio docs ( #38957 )
...
* Update index.en-US.md
* Update index.zh-CN.md
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-24 23:51:00 +08:00
二货爱吃白萝卜
50377083ba
fix: form missing motion validate ( #38962 )
...
* fix: form missing motion validate
* test: Update snapshot
2022-11-24 21:43:35 +08:00
Yuki Zhang
a7ee3364eb
test: add test cases for Space.Compact context ( #38929 )
2022-11-24 20:13:16 +08:00
lijianan
0c3ba124b4
fix[BackTop]: delete visible & use visibilityHeight=0 replace visible ( #38763 )
...
* type: delete visible & code optimization
* add PureBackTop
* fix: update snap
* fix: cov
* fix: add istanbul ignore
* fix
* feat: use visibilityHeight=0 replace visible=true
* snap
* cov
* test case
* test case
* fix
* fix cov
* fix test
* simplify code
* rename function
2022-11-24 14:59:17 +08:00
Yuki Zhang
5fa56ece32
fix: Space.Compact when wrapping a single child component ( #38896 )
...
* fix: Space.Compact when wrapping a single child component
* fix: css selector priority
2022-11-24 12:10:54 +08:00
Yunhwan Logan Na
535501108e
docs: fix broken sub-menu docs ( #38930 )
...
* Fix broken sub-menu docs
* Update components/menu/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-24 12:04:05 +08:00
afc163
be9c46ccac
docs: fix customize theme doc url ( #38928 )
2022-11-24 11:26:38 +08:00
thinkasany
98041591ff
fix: optimized type ( #38925 )
2022-11-24 10:08:44 +08:00
二货爱吃白萝卜
c2f75a2ba3
fix: Tabs missing slide motion def ( #38892 )
2022-11-23 23:56:24 +08:00
MadCcc
5d9cb2e50d
refactor: Optimize theme export and add docs ( #38902 )
...
* refactor: Optimize theme export and add docs
* chore: fix lint
* chore: fix lint
* chore: fix lint
2022-11-23 20:22:38 +08:00
thinkasany
9e8b834d4a
docs: Optimize documents ( #38882 )
2022-11-23 11:06:20 +08:00
dainli
8907c3910f
bugfix(DisabledContextProvider): fix disabled logic ( #38886 )
...
* bugfix(DisabledContextProvider): fix disabled logic
* test: add test for ConfigProvider componentDisabled
Co-authored-by: dian.li <dian.li@yunzhanghu.com>
2022-11-23 11:05:06 +08:00
黑雨
e12580bedb
dcos: update Tour api doc ( #38877 )
2022-11-23 00:02:21 +08:00
jjlstruggle
c4c2ee7e32
fix(button): Button block prop not working ( #38869 )
2022-11-22 23:25:25 +08:00
Yuki Zhang
0b54a18afe
fix: context issues for Space.Compact ( #38870 )
...
* fix: context issues for Space.Compact
* test: update snapshots
2022-11-22 22:52:40 +08:00
afc163
bc252da0ad
docs: update table demo ( #38861 )
...
* Update size.tsx
* chore: update snapshot
2022-11-22 20:34:20 +08:00
章鱼怪
ee3b94fcfc
fix: Dropdown.Button's dropdownRender is not executed ( #38862 )
2022-11-22 20:33:10 +08:00
Wuxh
e93f660830
fix(badge): fix the style issue in RTL mode ( #38829 )
...
* chore: update style
* docs(badge): add debug demo
* test: update snapshot
* test: offset solution
ref: https://github.com/ant-design/ant-design/pull/38828
* chore: update style
* Revert "test: offset solution"
This reverts commit aacf9c3378
.
* Revert "docs(badge): add debug demo"
This reverts commit 52b0dab942
.
* test: update snapshot
2022-11-22 19:15:44 +08:00
afc163
0cca743a9e
docs: fix TextArea showCount demo ( #38849 )
...
* docs: fix TextArea showCount demo
* chore: update snapshot
2022-11-22 17:02:07 +08:00
MadCcc
5038bf467d
docs: theme switch ( #38848 )
...
* docs: theme switch
* chore: code clean
* fix: conflict with theme editor
* docs: use own theme in theme editor
* chore: code clean
2022-11-22 17:00:28 +08:00
Sheralijon
870080bfd0
fix: expand icon row-indentation issue ( #38823 )
2022-11-22 15:28:31 +08:00
二货机器人
b9cab0fa2e
chore: add FormItemInputContext for v3 compatible usage
2022-11-22 11:40:17 +08:00
isaced
c7a1074dc2
docs(Tabs): fix markdown format ( #38810 )
2022-11-21 22:16:01 +08:00
HzLin
f11d628be6
docs(Badge): change file name ( #38801 )
2022-11-21 18:18:04 +08:00
MadCcc
91b25d554e
feat: empty simple in dark theme ( #38785 )
...
* feat: empty simple in dark theme
* chore: fix lint
* chore: update snapshot
* chore: update snaot
2022-11-21 17:12:10 +08:00
karasu
2de26c0cbd
fix: collapsed inline menu style ( #38791 )
2022-11-21 16:40:59 +08:00
子瞻 Luci
68b88d98f4
fix(menu): menu horizontal border bottom when dark ( #38741 )
2022-11-21 12:03:17 +08:00
lijianan
e92cb1ae4f
fix: back-top animation error ( #38770 )
2022-11-21 11:46:44 +08:00
hms181231
153f232243
test: Update button test case ( #38768 )
...
* test: Update button test case
* test: Update button test case
2022-11-21 10:00:13 +08:00
hms181231
f9ef37e9be
test: Update message test case ( #38766 )
2022-11-21 00:51:58 +08:00
JarvisArt
c51bba2530
fix: menu expansion submenu jitter ( #38748 )
2022-11-20 01:08:15 +08:00
Sonu Sharma
7728eec447
docs: spelling and grammar fix ( #38743 )
2022-11-19 22:56:58 +08:00
二货爱吃白萝卜
c511557e76
fix: style parse error ( #38742 )
2022-11-19 21:49:11 +08:00
lijianan
ff73eb9eb1
chore: simplify strokeWidth code ( #38733 )
2022-11-19 18:27:48 +08:00
Dave
d32a1fe274
fix(types): external module type error (CompoundedComponent) ( #38666 )
...
* fix(types): external module type error (CompoundedComponent)
* refactor(types): rename and replace internal CompoundedComponent type
2022-11-19 16:56:23 +08:00
hms181231
39689bd81c
chore: Definition message.config type ( #38723 )
...
* chore: message config ts
* chore: message config test case
2022-11-19 15:24:28 +08:00
Tom Xu
77ea4038d1
chore: remo format and remove prettierrc arrowParens ( #38722 )
2022-11-19 13:47:33 +08:00
lijianan
52cb37f487
chore: remove throttleByAnimationFrameDecorator ( #38693 )
...
* chore: remove throttleByAnimationFrameDecorator
* fix
* fix
2022-11-19 13:45:56 +08:00
JarvisArt
30fb068ba5
fix: submenu margin ( #38714 )
2022-11-18 23:58:17 +08:00
hms181231
52d2b41f9d
chore: Update message hooks demo ( #38707 )
...
* chore: update message hooks demo
* chore: update message hooks demo
2022-11-18 23:36:29 +08:00