-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from ant-design:master #606
Conversation
* docs: unify component export file as index.tsx * docs: compatible with old anchors * chore: clean * test: update snapshot * fix: window env --------- Co-authored-by: Peach <scdzwyxst@gmail.com>
* docs: replace the deprecated dropdownMatchSelectWidth * docs: replace dropdownMatchSelectWidth in config-provider * revert config-provider * test: update snapshot * test: update snapshot and revert config-provider test
refactor(theme): Migrate style utils to `@ant-design/cssinjs-utils`
* style: antd-picker-content set direction ltr * style: add style constraints
* type: improve ts type for transfer * revert as any * fix type
* docs: add PDF recommendations Signed-off-by: afc163 <afc163@gmail.com> * Update recommendation.en-US.md Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
* chore: update blog * chore(dumi): fix code previewer
chore: merge master into feature
* fix: Tour mobile view * Update .husky/pre-commit Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
* chore: bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 3 updates: [@antv/g6](https://github.com/antvis/g6), [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn). Updates `@antv/g6` from 4.8.24 to 5.0.10 - [Release notes](https://github.com/antvis/g6/releases) - [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md) - [Commits](https://github.com/antvis/g6/commits) Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0 - [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md) - [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0) Updates `eslint-plugin-unicorn` from 54.0.0 to 55.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v54.0.0...v55.0.0) --- updated-dependencies: - dependency-name: "@antv/g6" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-lodash dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update package.json Signed-off-by: lijianan <574980606@qq.com> * Update package.json Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com>
* type(theme): improve color type * ThemeColorPickerProps * lint-fix
…50064) * fix: content结果为null的情况不显示overlay * fix: 兼容undefined与null * Update index.tsx Signed-off-by: lijianan <574980606@qq.com> * Update getRenderPropValue.ts Signed-off-by: lijianan <574980606@qq.com> * chore: update snap * Update index.test.tsx Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: H JY <huangjunyi@ama-auto.com> Co-authored-by: lijianan <574980606@qq.com>
* docs: fix typos * fix
chore: merge master into feature
* site: update site/demo style * fix: fix lint
#50108) * ci: we can skip a single file uploading error when uploading a folder in scripts/visual-regression/upload.js * chore: update
* Update pl_PL.ts Added most translations for polish language Signed-off-by: Aleksander Marek <45952400+ang33l@users.noreply.github.com> * Update pl_PL.ts Signed-off-by: lijianan <574980606@qq.com> * Update index.test.tsx.snap Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: Aleksander Marek <45952400+ang33l@users.noreply.github.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: lijianan <574980606@qq.com>
* fix: invalid warning * docs: back of demo
* test: test driven * fix: format logic * chore: comment * chore: rm useless lint rule * chore: rm useless lint rule * chore: rm useless lint rule * chore: rm useless lint rule
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: liuyuan <yuanliu147@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor:update top-side-2.tsx Resolve the warning of console output "Warning: [antd: Breadcrumb] `Breadcrumb.Item and Breadcrumb.Separator` is deprecated. Please use `items` instead." Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com> * Update components/layout/demo/top-side-2.tsx Signed-off-by: afc163 <afc163@gmail.com> * Update components/layout/demo/top-side-2.tsx Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: afc163 <afc163@gmail.com> * test(layout): Update components/layout/__tests__/__snapshots__/demo-extend.test.ts.snap --------- Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com> Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: lijianan <574980606@qq.com>
Review changes with SemanticDiff. |
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
👋 Hi there!Everything looks good!
|
Feedback: |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hi @pull[bot]。 请注意,当前 PR 是分支间的互相合并,请使用 |
Hi @pull[bot]. Thanks for your contribution. The path |
Hi @pull[bot]. Thanks for your contribution. But, we don't have plan to add README of more languages. This current PR will be closed and team members will help on this. |
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )