afc163
3819b1825d
docs: turn off dumi analyze in production mode ( #50373 )
2024-08-12 14:00:58 +08:00
红
e188445b22
fix(popover): arrow. pointAtCenter misalignment error ( #50260 )
...
* fix(popover): 'arrow. pointAtCenter' misalignment error
* chore: add debug demo
* chore: update snaphots
* chore: update
* chore: Reverse components/popover/demo/basic.tsx
* chore: update snaphots
* chore: skip debug demo test
* chore: update demo
* chore: update snapshot
* chore: skip debug demo test
ref: https://github.com/ant-design/ant-design/pull/50260#discussion_r1708926635
2024-08-12 11:56:29 +08:00
lijianan
16f018906b
fix(site): the img element of site should not be block ( #50367 )
2024-08-12 09:31:56 +08:00
lijianan
313b5ae924
fix(site): fix lost indent of site ( #50366 )
...
* fix(site): lost indent of site
* fix: fix style
2024-08-12 00:41:04 +08:00
afc163
b7151d7202
docs: fix github url typo ( #50365 )
2024-08-11 23:45:32 +08:00
afc163
e1e0c0bcd8
docs( ✨ ): release 5.20.1 ( #50363 )
...
* docs: release 5.20.1
* docs: release 5.20.1
* docs: release 5.20.1
* update changelog
* update changelog
* update changelog
* fix surge preview
* Update scripts/print-changelog.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-11 22:53:01 +08:00
github-actions[bot]
8880ea7a70
chore: auto merge branches ( #50362 )
...
chore: merge master into feature
2024-08-11 09:58:50 +00:00
栗嘉男
e5f094aabb
chore: merge master into feature
2024-08-11 17:39:06 +08:00
栗嘉男
9334eb8a09
Merge branch 'master' into master-merge-feature
2024-08-11 17:38:10 +08:00
afc163
0ae6d696ed
chore: Update pr-open-notify.yml ( #50361 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-11 17:36:11 +08:00
afc163
5b5d3853d1
chore: fix surge deploy by locking version to 0.23.1 ( #50359 )
2024-08-11 17:35:59 +08:00
栗嘉男
ec20d455a3
chore: merge master into feature
2024-08-11 17:30:20 +08:00
lijianan
5aa5c3d591
fix(Table): set z-index unit to false ( #50357 )
2024-08-11 16:18:49 +08:00
lijianan
429cf1b3b2
refactoring: rewrite renderCircle with React Component ( #50358 )
2024-08-11 16:18:29 +08:00
afc163
dd343218a2
chore: fix surge preview deploy not throw error ( #50356 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-11 15:29:37 +08:00
lijianan
dab9ab69d0
fix(Table): style value should support CSS var ( #50355 )
...
* fix(Table): zIndex value should support CSS var
* fix: fix
2024-08-11 15:05:47 +08:00
afc163
0c97a6fa43
test: speed up test workflow ( #50346 )
...
* test: faster test.yml
* test: upgrade to node 20
* fix depends
* fix needs
* fix needs
* fix needs
* fix needs
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* test: update test.yml
* fix: lib es test
* fix: lib es test
* fix: lib es test
* skip dist test in react lagacy
* Update test.yml
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-11 14:14:06 +08:00
renovate[bot]
d6be2b22af
chore(deps): update dependency cheerio to v1.0.0 ( #50352 )
...
* chore(deps): update dependency cheerio to v1.0.0
* Update check-site.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update scripts/check-site.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-08-11 13:10:28 +08:00
lijianan
857ee24e38
type(Table): TypeScript improvement ( #50351 )
...
* type: Table TypeScript improvement
* type: Table TypeScript improvement
* type: Table TypeScript improvement
* fix: fix demo
* fix: fix demo
* fix: fix type
* fix: fix type
* fix: fix type
* fix: fix type
2024-08-11 10:58:13 +08:00
柚子
f05c3809d5
style: modify z-index value to css token ( #50349 )
...
* typo fix
Signed-off-by: 柚子 <69612382+Yuzu-io@users.noreply.github.com>
* typo fix
Signed-off-by: 柚子 <69612382+Yuzu-io@users.noreply.github.com>
* type: Remove type assertions
* fix: Correct CSS property order and media feature notation
* style: Modify the component style zIndex value to a variable
---------
Signed-off-by: 柚子 <69612382+Yuzu-io@users.noreply.github.com>
2024-08-10 19:49:42 +08:00
github-actions[bot]
b3930bf864
chore: upgrade deps ( #50342 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-10 10:29:39 +08:00
github-actions[bot]
a87d532fff
chore: auto merge branches ( #50341 )
...
chore: merge master into feature
2024-08-09 14:53:43 +00:00
lijianan
4c2a2b0c0d
feat: FloatButton support dynamic z-index ( #50311 )
...
* feat: FloatBtn support dynamic z-index
* feat: FloatBtn support dynamic z-index
* test: fix test case
* fix: fix
* test: add test case
* test: fix test case
* chore: clear
2024-08-09 22:22:45 +08:00
Googleplex
33b4be4851
docs(AutoComplete): add missing options in en-US document ( #50340 )
...
Signed-off-by: Googleplex <yyoung2001@gmail.com>
2024-08-09 21:21:43 +08:00
afc163
c9fab94fd3
demo: improve typography copyable demo ( #50336 )
2024-08-09 19:21:26 +08:00
thinkasany
2fba70d33f
docs(modal): use Record<SemanticDOM> instead of classnames/styles type ( #50330 )
2024-08-09 17:04:34 +08:00
thinkasany
7085ab39d0
type: ts definition improvement ( #50324 )
...
* type: improve type assert
* type: improve type assert
* chore: modify the path
2024-08-09 12:58:01 +08:00
lijianan
96a06943a5
demo: site & demo update ( #50322 )
2024-08-09 11:24:29 +08:00
二货爱吃白萝卜
09264eb1d1
fix: Typography ellipsis ( #50315 )
...
* fix: get P
* test: add test case
2024-08-09 10:27:25 +08:00
github-actions[bot]
10bff9cfa2
chore: upgrade deps ( #50321 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-09 03:17:00 +08:00
lijianan
8bee926647
docs: update Version of variant ( #50319 )
2024-08-08 23:25:58 +08:00
github-actions[bot]
c9fcef725c
chore: auto merge branches ( #50317 )
...
chore: merge master into feature
2024-08-08 15:06:53 +00:00
栗嘉男
7ca54f8902
chore: merge master into feature
2024-08-08 22:39:36 +08:00
二货爱吃白萝卜
0cf4a27e96
fix: tree switch bg height ( #50313 )
...
* fix: tree switch bg height
* fix: use before instead
2024-08-08 20:21:23 +08:00
thinkasany
426082dfc1
chore(tree-select): improve code style by restProps ( #50314 )
2024-08-08 19:28:32 +08:00
二货爱吃白萝卜
dd3bfae425
docs: add watermark faq ( #50307 )
2024-08-08 17:03:07 +08:00
二货爱吃白萝卜
6c6111a62c
docs: fix site css sandbox open ( #50305 )
2024-08-08 16:28:08 +08:00
二货机器人
eda6c4dce4
fix: form should update
2024-08-08 15:15:03 +08:00
vagusX
05083493b0
chore: retry upload add delay ( #50302 )
2024-08-08 14:48:18 +08:00
二货爱吃白萝卜
3f3999cd1b
fix: tour default zIndex ( #50300 )
2024-08-08 13:59:35 +08:00
afc163
2a877f066a
chore: improve pr template ( #50301 )
...
* chore: update pr template
* chore: update pr template
* chore: update pr template
2024-08-08 13:47:50 +08:00
afc163
b13c19aa68
docs: add offcial pronunciation of antd ( #50297 )
2024-08-08 11:32:36 +08:00
github-actions[bot]
de7676ad58
chore: upgrade deps ( #50294 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-08 02:23:55 +08:00
afc163
ef489fcb05
fix: fast-color compile error by upgrade color-picker ( #50293 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-08 00:27:47 +08:00
二货爱吃白萝卜
c23d1875fe
fix: ColorPicker not support compact ( #50291 )
...
* fix: ColorPicker not support compact
* test: update snapshot
* test: update snapshot
2024-08-07 23:18:34 +08:00
Lansana Diomande
37abf776f4
fix(Calendar): make Calendar locale overriding locale from ConfigProvider ( #50236 )
...
Co-authored-by: Lansana DIOMANDE <lansana.diomande@cartier.comm>
2024-08-07 23:12:32 +08:00
afc163
0aaab501d5
style(Skeleton): remove default children of Skeleton.Node ( #50278 )
...
* style(Skeleton): remove default children of Skeleton.Node
* style(Skeleton): remove default children of Skeleton.Node
* Update components/skeleton/style/index.ts
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>
2024-08-07 23:12:15 +08:00
ice
a711cf4039
test(getScroll): When window is undef ( #50266 )
...
* test(getScroll): When window is undef
* test: document -> null
* test: mock
2024-08-07 20:11:57 +08:00
二货爱吃白萝卜
f662194e4d
docs: fix limit demo ( #50287 )
2024-08-07 16:51:35 +08:00
Guo Yunhe
3f4eb4b9d1
feat(upload): showUploadList options showPreviewIcon, showDownloadIcon and showRemoveIcon support function ( #50245 )
2024-08-07 11:42:33 +08:00