二货机器人
b8a2f0a0c7
feat: Modal PureRender type support `type` ( #36544 )
* feat: Modal type support PurePanel
* feat: Modal PurePanel support type
* chore: do fix
* chore: do fix
* fix: Static logic locale
2 years ago
MadCcc
dc017f5141
feat: dark color algorithm ( #36546 )
* feat: dark color algorithm
* test: fix lint
* chore: update colorError
* chore: color update
2 years ago
MadCcc
99d9d66f3b
chore: update token script ( #36548 )
* chore: update token script
* chore: rm dist token collect
2 years ago
二货机器人
f654b6cce0
feat: Popconfirm support PurePanel ( #36538 )
* refactor: move popconfirm content out
* fix: lint
* chore: use locale
2 years ago
github-actions[bot]
b4bbe51ed7
chore: auto merge branches ( #36533 )
chore: Next merge master
2 years ago
zombiej
22857b4d93
Merge remote-tracking branch 'origin/master' into next-merge-master
2 years ago
zombiej
ed5f4c3626
test: update snapshot
2 years ago
zombiej
3ffd0d8a46
chore: next merge master
2 years ago
二货机器人
006c055cf8
refactor: move popconfirm content out ( #36530 )
* refactor: move popconfirm content out
* fix: lint
2 years ago
afc163
2255dbada6
docs: update select documentation
2 years ago
Wuxh
14c7c63bbf
fix: fixed the non draggable element did not hide the draggable icon ( #36511 )
fix #33708
2 years ago
二货机器人
2c3ad833f1
feat: Popover Pure Panel ( #36514 )
* feat: Popver shadow
* test: Update snapshot
* chore: clean up
2 years ago
Jon
92c8bdc88f
fix: SVG Upload Preview Error ( #36402 )
* Update utils.tsx
* style: unify img styling
Unify the styling of img attribute setting.
* test: add previewImage test for svg file
Add previewImage test for SVG upload
* fix: remove charset
Remove charset in data url for text content.
* test: fix test
* fix: typo
* fix: correct patching for svg upload error
* fix: correct patching for svg upload error
* test: update test
2 years ago
二货机器人
8a0764dd69
feat: Tooltip support pure render ( #36512 )
* chore: init
* feat: Pure Panel Tooltip
* test: snapshot
* chore: clean up
2 years ago
github-actions[bot]
1314942f3e
chore: auto merge branches ( #36504 )
chore: Next merge master
2 years ago
MadCcc
2a1bdec970
refactor: link style only related with hashId ( #36498 )
* refactor: link style only related with hashId
* chore: code clean
2 years ago
zombiej
17f020f0a7
chore: merge master
2 years ago
二货机器人
e9ab30dde1
chore: bump rc-tooltip ( #36501 )
2 years ago
Wuxh
c86d02e03f
docs: simplified `Layout` component sample code ( #36497 )
the component example code expands to take up the entire monitor screen and is not well read
2 years ago
afc163
008681c1bf
style: Table expandIcon style when column is fixed and ellipsis ( #36496 )
close #36485
2 years ago
xrkffgg
c32aa462c0
ci: split notice ( #36495 )
2 years ago
二货机器人
5cc54947a1
feat: Mentions support Pure Render ( #36487 )
* feat: Dropdown support PurePanel
* chore: clean up
* docs: init
* feat: Mentions PurePanel
* test: Update snapshot
* chore: clean up
2 years ago
MadCcc
4f7ac9f6bc
fix: tooltip cannot close on disabled Radio ( #36483 )
* fix: tooltip cannot close on disabled Radio
* test: add test
2 years ago
github-actions[bot]
2a335c6544
chore: auto merge branches ( #36482 )
chore: Next merge master
2 years ago
MadCcc
1cbc37f7bc
fix: style
2 years ago
xrkffgg
563de19aeb
ci: add conch msg ( #36481 )
* ci: add conch msg
* Update release-helper.yml
2 years ago
二货机器人
6599c2780e
fix: Select with percent width leaves unexpected height in Form ( #36484 )
2 years ago
zombiej
5bd221ad39
chore: merge master
2 years ago
二货机器人
41464e7068
chore: bump mentions ( #36479 )
2 years ago
MadCcc
98994ab692
fix: collapse motion ( #36477 )
2 years ago
afc163
6497d0dfef
docs: moment version mismatched issue ( #36473 )
https://github.com/ant-design/ant-design/issues/36465#issuecomment-1181275538
2 years ago
bobo
7dfc80504a
docs: update index.zh-CN.md ( #36471 )
去掉文案描述中多的标点
2 years ago
二货机器人
94a3d51cb0
feat: Dropdown support PurePanel ( #36461 )
* feat: Dropdown support PurePanel
* chore: clean up
2 years ago
MadCcc
cdbfe45df1
feat: generate anchor style for all components ( #36460 )
* test: fix lint
* chore: code clean
* doc: anchor color
* chore: style order
2 years ago
二货机器人
1bf275fa9a
feat: Picker support PureRender ( #36458 )
* feat: Picker support PureRender
* test: update snapshot
* fix: timepicker wrapper
2 years ago
Sg
6ada28cce2
docs: fix typo ( #36457 )
fix typo in useWatch.md
2 years ago
Dawnlck
1643acf0d0
feat: Add support to Skeleton, which allow deployer use custom node as prop. ( #36441 )
* feat: Skeleton component supports for custom node
* fix: Clear redundant code
* refactor: Remove changes in package.json
* test: Update the snapshot of Skeleton demo
* Update components/skeleton/demo/element.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
二货机器人
20b3f20f5f
docs: 4.21.6 changelog ( #36455 )
2 years ago
afc163
91ff1dcce2
style: fix Skeleton active lost border-radius in Safari ( #36445 )
* style: fix Skeleton active lost border-radius in Safari
* perf: reduce skeleton css bundle size
* chore: fix bundle size limit
* chore: fix active typing
2 years ago
Leon Kattendick
46be23a5db
fix: breadcrumb seperators hidden when used in list ( #36448 )
2 years ago
王小王
4614d15dc4
docs: fix typo ( #36450 )
面包屑部分, "是"应该改为"时"
2 years ago
afc163
cebbe23393
fix: Upload item removed should keep status className ( #36439 )
* fix: Upload item removed should keep status className
* add test case
* test: fix act warning
* revert act test
* test: update snapshot
2 years ago
Alan Deng
1d0ae5712d
docs(Typography): fix `editable.onChange` parameter ( #36443 )
2 years ago
NinJa
4e03961b91
feat: Update Doc ( #36437 )
Co-authored-by: meng.jia <meng.jia@ly.com>
2 years ago
MadCcc
4d607dca94
chore: 5.0.0-experimental.4
2 years ago
MadCcc
b9e71b93a8
chore: rm alpha warning notification and add console error ( #36433 )
* chore: rm alpha warning notification and add console error
* chore: ignore in test
* chore: ignore coverage
2 years ago
github-actions[bot]
112cbdea38
chore: auto merge branches ( #36431 )
chore: Next merge master
2 years ago
simplejason
1a8edd992c
fix: fix wrong color of date picker with status set ( #35685 )
* fix: fix wrong color of date picker with status set
* Update status.less
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
zombiej
3f9dfb4781
chore: next merge master
2 years ago
MadCcc
644b7ecea4
chore: update post-publish script
2 years ago