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
MadCcc
4f7ac9f6bc
fix: tooltip cannot close on disabled Radio ( #36483 )
* fix: tooltip cannot close on disabled Radio
* test: add test
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
二货机器人
41464e7068
chore: bump mentions ( #36479 )
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
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
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
舜岳
47f68d0e5c
fix: fix table container z-index ( #36420 )
2 years ago
Alan Deng
3fc4ff2dc6
docs(Typography): translate docs from English to Chinese ( #36417 )
2 years ago
hsk-kr
e262ae8133
docs: fix customize calendar example ( #36356 )
* docs: fix customize calendar example
* test: changed calendar snapshot
Co-authored-by: lico <lico@licoui-MacBookPro.local>
2 years ago
Kirill Barsukov
2e04982882
Update index.en-US.md ( #36400 )
Fixed a typo
2 years ago
Chang Wei
345cbcef0d
style: fix size of close icon on Modal header ( #36309 )
* fix: update default.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
Signed-off-by: Chang Wei <changwei1006@gmail.com>
* fix: update variable.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
Signed-off-by: Chang Wei <changwei1006@gmail.com>
* fix: update compact.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
Signed-off-by: Chang Wei <changwei1006@gmail.com>
2 years ago
Yunwoo Ji
e503f9d5ae
fix: correct border radius when table has title ( #36384 )
2 years ago
二货机器人
cff413eb6c
fix: Table hover perf ( #36383 )
2 years ago
MadCcc
ab19033876
docs: replace lib with es ( #36367 )
2 years ago
二货机器人
9bc30d1ed1
fix: ErrorList shaking ( #36358 )
* fix: ErrorList shaking
* fix: React 18 test case
2 years ago
afc163
b69f2895d9
style: Radio focus shadow should be transparency ( #36335 )
2 years ago
renovate[bot]
b2c31ae908
chore(deps): update dependency eslint-plugin-unicorn to v43 ( #36350 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
MadCcc
62313099bc
docs: v4.21.5 ( #36353 )
* docs: v4.21.5
* chore: add try time
* chore: update changelog
2 years ago
dingkang
40728fb4dc
test: replace layout test case with test lib ( #36323 )
* test: replace layout test case with test lib
* test: fix react 18
* test: clean up
Co-authored-by: zombiej <smith3816@gmail.com>
2 years ago
yykoypj
1d82f221b6
test: move test cases to @testing/library for Carousel ( #35926 )
* test: move test cases to @testing/library for Carousel
* fix: wait for animation
2 years ago
MadCcc
0a7b4d331d
fix: checkbox should be disabled by form ( #36345 )
* fix: checkbox should be disabled by form
* chore: code clean
* test: update snapshot
* chore: snapshot
2 years ago
MadCcc
8ab7851870
test: update snapshot ( #36344 )
* test: update snapshot
* test: update snapshot
2 years ago
Yuki Zhang
efe6d7c8a1
test: move test cases to testing lib for Switch ( #36326 )
* add
* test: wave
* fix: type
2 years ago
Yuki Zhang
201a66793f
test: move test cases to testing lib for Spin ( #36317 )
* test: move test cases to testing lib for Spin
* fix: types
* fix: lint
2 years ago
Jamki
5f933ebd2b
fix: Fixed an error when the loading property of the Button component… ( #36288 )
* fix: Fixed an error when the loading property of the Button component was passed into null
* Update components/button/button.tsx
Obviously, this suggestion is more concise , thanks a lot
Co-authored-by: afc163 <afc163@gmail.com>
* Update components/button/button.tsx
* Update components/button/button.tsx
Co-authored-by: kejianfeng <kejianfeng@cvte.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
MadCcc
42e030edd9
fix: arrow compatibility ( #36266 )
* fix: arrow campatibility
* chore: code clean
* chore: rm useless style
* chore: code clean
* fix: use inset
* chore: bundlesize optimization
* chore: rm useless style
* chore: rm useless style
2 years ago
afc163
33400eee8f
chore: reduce css bundle size ( #36307 )
2 years ago
二货机器人
d24f67f66b
test: Fix table empty test ( #36290 )
2 years ago
afc163
fe52f2c8dc
style: fix Table shadow bug in nested situation ( #36277 )
close #36203
2 years ago
dingkang
a2c7ea4ab6
test: replace test case with test lib ( #36276 )
2 years ago
Alan Deng
bf924df874
style(Divider): replace fixed class name with variable ( #36271 )
2 years ago
afc163
f4e5e8ddb5
docs: update English sketch file link ( #36269 )
* docs: English sketch file links from communicatity
* Update resources.en-US.md
2 years ago
afc163
3ee6c47da2
chore: update Belarusian locale ( #36265 )
* Edited Belarusian locale:
- Added missed entries
- Fixed some mistakes
* test: update snapshot
Co-authored-by: Aliaksiej Razumaŭ <belarusaed@gmail.com>
2 years ago
dependabot[bot]
4439891ced
chore(deps-dev): bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.12 ( #36255 )
Bumps [cheerio](https://github.com/cheeriojs/cheerio ) from 1.0.0-rc.10 to 1.0.0-rc.12.
- [Release notes](https://github.com/cheeriojs/cheerio/releases )
- [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md )
- [Commits](https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.10...v1.0.0-rc.12 )
---
updated-dependencies:
- dependency-name: cheerio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
陈帅
2d233fb147
docs: add 4.21.4 changelog ( #36246 )
* docs: add 4.21.4 changelog
* fix
* reset
2 years ago
MadCcc
483c8d39bd
refactor: wrap Wave with FC ( #36248 )
* refactor: wrap Wave with FC
* test: update test case
2 years ago
MadCcc
db62ade5f6
fix: popover arrow support custom color ( #36241 )
2 years ago