Yuki Zhang
51da7e3dc1
feat: Anchor component changed to data-driven ( #39034 )
...
* feat: Anchor component changed to data-driven
* test: add test cases for data driven items
* fix: type
* chore: mark deprecated for anchor children prop
* docs: add items description
* test: update snapshot
* docs: demos changed to data-driven
* docs: Keep the old jsx syntax demo for debugging
2022-11-30 15:55:43 +08:00
github-actions[bot]
7037b470c0
chore: auto merge branches ( #39111 )
...
chore: feature merge master
2022-11-30 03:25:40 +00:00
MadCcc
ffbb19e090
chore: lint ( #39102 )
...
* chore: enable tsc for demos
* chore: site lint
* chore: fix lint
2022-11-30 11:05:41 +08:00
Semro
02e2104b45
docs: fix typo ( #39104 )
2022-11-30 10:07:11 +08:00
@linhf2021
59d6e6a6c2
docs: antd 5 deletes Message.warn ( #39092 )
2022-11-29 20:28:17 +08:00
snowingfox
6e9fed530b
fix: fix typo ( #39089 )
2022-11-29 19:48:53 +08:00
Humble
626814729a
style: fix color change ( #38921 ) ( #39077 )
2022-11-29 15:43:58 +08:00
易风
f15f85b196
docs: Refine the table options ( #39070 )
...
* docs: Refine the table options
* docs: Refine the table options
2022-11-29 15:41:21 +08:00
sribich
8cca17f5ce
fix: adjust spin styles to support sm/lg variants ( #38923 )
...
* fix: adjust spin styles to support sm/lg variants
* doc: add sized tip examples to Spin docs
* test: update spin component snapshots
2022-11-29 14:09:58 +08:00
MadCcc
def280b6a1
fix: dev ssr ( #39069 )
...
* fix: dev ssr
* chore: code clean
2022-11-29 11:29:53 +08:00
afc163
5310a0fa0c
docs: fill documentation about message/notification/Modal.xxx ( #39068 )
...
close #39066
2022-11-29 10:39:57 +08:00
MadCcc
a546eedd88
fix: FloatButton motion ( #39061 )
2022-11-28 23:08:07 +08:00
lijianan
0a004930d3
type: fix demo types error ( #39059 )
2022-11-28 21:38:36 +08:00
lijianan
4efa3b2896
test: console.error
should nullable in Console ( #39050 )
2022-11-28 14:19:25 +08:00
afc163
aae35a4d3c
perf(bundlesize): remove lodash padStart/padEnd ( #39040 )
2022-11-28 00:20:50 +08:00
justanotheranonymoususer
42a12e26f4
fix: Card meta default width ( #39026 )
2022-11-27 22:14:21 +08:00
lijianan
390d497015
docs: add docs description ( #39029 )
2022-11-27 17:39:35 +08:00
lijianan
b4f6e931ab
docs: add en description ( #39024 )
2022-11-27 01:58:55 +08:00
MadCcc
c224855c89
Merge branch 'master' into feature-merge-master
2022-11-25 20:15:08 +08:00
lijianan
30f7dcc107
docs: update demo use Space ( #39001 )
...
* docs: update demo use Space
* update snap
2022-11-25 19:33:07 +08:00
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
Cat-XHS
ce5d71d66f
feat(tour): TourStepProps ButtonProps ts definition update ( #38939 )
...
* feat: tour ts define update
* test: add more unit test
2022-11-24 15:38:42 +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