[pull] master from ant-design:master#3394
Closed
pull[bot] wants to merge 8041 commits intocodehai:masterfrom
Closed
[pull] master from ant-design:master#3394pull[bot] wants to merge 8041 commits intocodehai:masterfrom
pull[bot] wants to merge 8041 commits intocodehai:masterfrom
Conversation
* demo: update Radio demo * fix: fix * fix: update * fix: fix * fix: fix * update snap
chore: sync master to feature
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* fix: Layout zero width trigger missing style * add unit
* chore: Update README.md Signed-off-by: afc163 <afc163@gmail.com> * Update README-zh_CN.md Signed-off-by: afc163 <afc163@gmail.com> * Update README.md Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
…2490) * fix: border-radius issue with `addonAfter` in compact mode * chore: add demo * chore: update snapshot
* docs: fix demo suspense * fix * fix
…on (#52498) * docs(tour): update prop types for target and placement in documentation * Update components/tour/index.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com> --------- Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
* docs: add changelog 5.23.2 * docs: update * Update CHANGELOG.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.en-US.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * docs: update * Update CHANGELOG.zh-CN.md Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.en-US.md Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> --------- Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
this patch should be used not only in develop, but also in production Signed-off-by: David Tackett <95411194+davidtakeiteasy@users.noreply.github.com>
* fix: notification blinks when it appears under App * fix
Bumps [react-scan](https://github.com/aidenybai/react-scan) from 0.0.54 to 0.1.0. - [Release notes](https://github.com/aidenybai/react-scan/releases) - [Commits](https://github.com/aidenybai/react-scan/commits/v0.1.0) --- updated-dependencies: - dependency-name: react-scan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nt th… (#50377) * fix: default cssvarkey picked when component themeconfig && parent themeconfig not setted at the same time 只有当组件theme和parentTheme都没有设置cssvarkey时,才使用默认的cssvarkey Signed-off-by: zhuzhu_coder <zjczoo@gmail.com> * Apply suggestions from code review Signed-off-by: afc163 <afc163@gmail.com> * Update components/config-provider/hooks/useTheme.ts Signed-off-by: afc163 <afc163@gmail.com> * Update components/config-provider/hooks/useTheme.ts Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: zhuzhu_coder <zjczoo@gmail.com> Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
* docs: improve root translation for semantic * update
* fix: fix loading.icon error when loading === null * Update button.tsx Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com>
fix: add Tour translations for tr_TR
…tUserAgent` instead `detectSync` (#53113) * chore(deps-dev): bump package-manager-detector Bumps the dev-dependencies group with 1 update: [package-manager-detector](https://github.com/antfu-collective/package-manager-detector). Updates `package-manager-detector` from 0.2.11 to 1.0.0 - [Release notes](https://github.com/antfu-collective/package-manager-detector/releases) - [Commits](antfu-collective/package-manager-detector@v0.2.11...v1.0.0) --- updated-dependencies: - dependency-name: package-manager-detector dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * chore: use getUserAgent instead detectSync --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
* fix(local): enhance code robustness * chore: rename * chore: 移除不必要的 memo * chore: components/date-picker/locale/example.json添加注释 * chore: 注释 * Revert "fix(local): enhance code robustness" This reverts commit c199788. # Conflicts: # components/locale/useLocale.ts * ♻️ clean: deprecated api * chore: revert change * revert * chore: remove outdated api * chore: 移除冗余配置 * chore: replace deprecated api * chore: remove invalid * Revert "chore: replace deprecated api" This reverts commit 9765043. * chore: update * chore: remove mark
* fix: dynamically resize the textarea's wrapper * fix: use requestAnimationFrame to wrap style updates * test: modify test simulate requestAnimationFrame * test: correct the test due to wrong logic --------- Co-authored-by: afc163 <afc163@gmail.com>
* test: remove ts-ignore * test: remove ts-ignore
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: replace native raf to rc-util/lib/raf * fix: fix
* chore: react-scan default noy run * Update package.json Signed-off-by: afc163 <afc163@gmail.com> * feat: update --------- Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* ci: skip Verify Files modify for renovate bot * fix
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: add cursor rules in .cursor/rules * docs: add non-component changelog rule * docs: update cursor rules format * feat: update cursor rules * refactor: remove duplicated styles.mdc * Apply suggestions from code review Signed-off-by: afc163 <afc163@gmail.com> * Apply suggestions from code review Signed-off-by: afc163 <afc163@gmail.com> * Delete .cursor/rules/component.mdc Signed-off-by: afc163 <afc163@gmail.com> * Apply suggestions from code review Signed-off-by: afc163 <afc163@gmail.com> * Delete pr_template.txt Signed-off-by: afc163 <afc163@gmail.com> * Delete .cursorrules Signed-off-by: afc163 <afc163@gmail.com> * Apply suggestions from code review Signed-off-by: afc163 <afc163@gmail.com> * Update .cursor/rules/project.mdc Signed-off-by: afc163 <afc163@gmail.com> * Update project.mdc Signed-off-by: afc163 <afc163@gmail.com> * Delete .cursor/rules/implementation.mdc Signed-off-by: afc163 <afc163@gmail.com> * Update project.mdc Signed-off-by: afc163 <afc163@gmail.com> * Apply suggestions from code review Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: afc163 <afc163@gmail.com> * feat: add server-side rendering guidelines * update * update --------- Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* chore: move style * refactor: use react life cycle * chore: adjust style * test: fix test logic * test: update snapshot * test: coverage
|
Hi @pull[bot]。 请注意,当前 PR 是分支间的互相合并,请使用 |
|
Hi @pull[bot]. Thanks for your contribution. The path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )