-
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 #605
Commits on Jul 23, 2024
-
docs: Update components/notification/index.*.md (#50035)
Signed-off-by: Vasilii A <3757319+vsn4ik@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6e9f85 - Browse repository at this point
Copy the full SHA f6e9f85View commit details -
docs: unify component export file as index.tsx (#50013)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 38cf5e8 - Browse repository at this point
Copy the full SHA 38cf5e8View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edb1b38 - Browse repository at this point
Copy the full SHA edb1b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b71752f - Browse repository at this point
Copy the full SHA b71752fView commit details -
docs: replace the deprecated dropdownMatchSelectWidth (#50027)
* 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
Configuration menu - View commit details
-
Copy full SHA for 9f73399 - Browse repository at this point
Copy the full SHA 9f73399View commit details -
Merge pull request #50030 from ant-design/refactor/cssinjs-utils
refactor(theme): Migrate style utils to `@ant-design/cssinjs-utils`
Configuration menu - View commit details
-
Copy full SHA for 6fa9ee1 - Browse repository at this point
Copy the full SHA 6fa9ee1View commit details -
style: antd-picker-content set direction ltr (#50045)
* style: antd-picker-content set direction ltr * style: add style constraints
Configuration menu - View commit details
-
Copy full SHA for e70ed08 - Browse repository at this point
Copy the full SHA e70ed08View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0208484 - Browse repository at this point
Copy the full SHA 0208484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902aa2e - Browse repository at this point
Copy the full SHA 902aa2eView commit details -
type: improve ts type for transfer (#50018)
* type: improve ts type for transfer * revert as any * fix type
Configuration menu - View commit details
-
Copy full SHA for 02d331b - Browse repository at this point
Copy the full SHA 02d331bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cf96a - Browse repository at this point
Copy the full SHA 74cf96aView commit details -
docs: add PDF recommendations (#50076)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 0175a22 - Browse repository at this point
Copy the full SHA 0175a22View commit details -
* chore: update blog * chore(dumi): fix code previewer
Configuration menu - View commit details
-
Copy full SHA for 7120673 - Browse repository at this point
Copy the full SHA 7120673View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5207c1 - Browse repository at this point
Copy the full SHA d5207c1View commit details -
chore: auto merge branches (#50087)
chore: merge master into feature
Configuration menu - View commit details
-
Copy full SHA for ca1b0b1 - Browse repository at this point
Copy the full SHA ca1b0b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee1cc9 - Browse repository at this point
Copy the full SHA 4ee1cc9View commit details -
fix: Tour mobile view (#50082)
* fix: Tour mobile view * Update .husky/pre-commit Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 11b81ff - Browse repository at this point
Copy the full SHA 11b81ffView commit details -
chore: bump the dev-dependencies group with 1 update (#50077)
* 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>
Configuration menu - View commit details
-
Copy full SHA for b80d564 - Browse repository at this point
Copy the full SHA b80d564View commit details -
site: improve color type (#50089)
* type(theme): improve color type * ThemeColorPickerProps * lint-fix
Configuration menu - View commit details
-
Copy full SHA for 96094b0 - Browse repository at this point
Copy the full SHA 96094b0View commit details -
fix: should not display overlay when the content is null/undefined (#…
…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>
Configuration menu - View commit details
-
Copy full SHA for 1fe95ec - Browse repository at this point
Copy the full SHA 1fe95ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e37488 - Browse repository at this point
Copy the full SHA 4e37488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d69cf - Browse repository at this point
Copy the full SHA 06d69cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5604fcc - Browse repository at this point
Copy the full SHA 5604fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9549a - Browse repository at this point
Copy the full SHA ea9549aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f91755 - Browse repository at this point
Copy the full SHA 5f91755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0285380 - Browse repository at this point
Copy the full SHA 0285380View commit details -
Merge pull request #50103 from ant-design/master
chore: merge master into feature
Configuration menu - View commit details
-
Copy full SHA for 65496b5 - Browse repository at this point
Copy the full SHA 65496b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd4199e - Browse repository at this point
Copy the full SHA cd4199eView commit details
Commits on Jul 27, 2024
-
site: update site/demo style (#50107)
* site: update site/demo style * fix: fix lint
Configuration menu - View commit details
-
Copy full SHA for f56fee1 - Browse repository at this point
Copy the full SHA f56fee1View commit details -
ci: we can skip a single file uploading error when uploading a folder… (
#50108) * ci: we can skip a single file uploading error when uploading a folder in scripts/visual-regression/upload.js * chore: update
Configuration menu - View commit details
-
Copy full SHA for 6202187 - Browse repository at this point
Copy the full SHA 6202187View commit details
Commits on Jul 28, 2024
-
fix: add missed translation in pl_PL (#50023)
* 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>
Configuration menu - View commit details
-
Copy full SHA for be3d440 - Browse repository at this point
Copy the full SHA be3d440View commit details -
site: rewrite with CSS logical properties (#50109)
* site: use CSS logical properties * Update components/anchor/demo/targetOffset.tsx Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: lijianan <574980606@qq.com> * fix: fix * fix: fix * chore: fix * fix: add more * fix: add more --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e8fa593 - Browse repository at this point
Copy the full SHA e8fa593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525e337 - Browse repository at this point
Copy the full SHA 525e337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 836d1bb - Browse repository at this point
Copy the full SHA 836d1bbView commit details -
site: rewrite with CSS logical properties again (#50113)
* site: use CSS logical properties * Update components/anchor/demo/targetOffset.tsx Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: lijianan <574980606@qq.com> * fix: fix * fix: fix * chore: fix * fix: add more * fix: add more * site: rewrite with CSS logical properties --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e4b9cb - Browse repository at this point
Copy the full SHA 2e4b9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0499155 - Browse repository at this point
Copy the full SHA 0499155View commit details -
chore: auto merge branches (#50118)
chore: merge master into feature
Configuration menu - View commit details
-
Copy full SHA for aed4665 - Browse repository at this point
Copy the full SHA aed4665View commit details
Commits on Jul 29, 2024
-
feat: ColorPicker support gradient color (#50050)
* refactor: support type update * chore: update clear style * chore: bump color picker * chore: use slider * chore: bump color picker * chore: range slider * chore: layout * chore: useModeColor * chore: simplify * chore: bump color picker * refactor: event * chore: tmp lock check * chore: of it * chore: update ts def * chore: update ts def * chore: remove useless ts * chore: linear * chore: adjust style * chore: rm useless code * chore: fill color * chore: basic linear * chore: support toStr * chore: limit minCount * chore: use cache * chore: drag support: * chore: yes * chore: update demo * chore: useLayoutEffect instead * chore: fix click to add point * chore: add smmoth * chore: support of locale * chore: add locale * chore: fix lint * chore: adjust style * chore: fix lint * chore: fix style * test: fix test case * chore: fix popover * test: fix test case * chore: fix test * test: clean up * chore: fix lint * chore: fix lint * chore: fix lint * test: coverage * test: coverage * test: coverage * test: coverage * test: coverage * test: coverage * chore: fix docs * docs: update demo desc * chore: enhance hover range * fix: delete not working * chore: fix lint * test: coverage * test: coverage * chore: clean up * chore: adjust * chore: highlight * chore: adjust style * chore: fix lint * chore: update demo * chore: memo perf * refactor: up to down colors * test: update snapshot
Configuration menu - View commit details
-
Copy full SHA for 832cffc - Browse repository at this point
Copy the full SHA 832cffcView commit details -
docs: add changelog 5.19.4 (#50129)
* docs: add changelog 5.19.4 * docs: update * 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 --------- Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7d24e2 - Browse repository at this point
Copy the full SHA c7d24e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31efa5a - Browse repository at this point
Copy the full SHA 31efa5aView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cacdd1 - Browse repository at this point
Copy the full SHA 5cacdd1View commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e43b1a2 - Browse repository at this point
Copy the full SHA e43b1a2View commit details -
fix: popup align position (#50134)
* fix: popup align * chore: adjust tooltip * fix: var
Configuration menu - View commit details
-
Copy full SHA for 3456257 - Browse repository at this point
Copy the full SHA 3456257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b5810 - Browse repository at this point
Copy the full SHA 98b5810View commit details -
chore: bump the dev-dependencies group with 1 update (#50133)
* chore: bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 3 updates: [@antv/g6](https://github.com/antvis/g6), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash). 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 `@types/node` from 20.14.13 to 22.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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) --- updated-dependencies: - dependency-name: "@antv/g6" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/node" 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 ... 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>
Configuration menu - View commit details
-
Copy full SHA for fd6b3f1 - Browse repository at this point
Copy the full SHA fd6b3f1View commit details -
chore: auto merge branches (#50149)
chore: feature merge master
Configuration menu - View commit details
-
Copy full SHA for 8751e0d - Browse repository at this point
Copy the full SHA 8751e0dView commit details -
docs: Update README.md reproduce link (#50151)
Signed-off-by: Tao <magicdawn@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 6476754 - Browse repository at this point
Copy the full SHA 6476754View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebc23f - Browse repository at this point
Copy the full SHA aebc23fView commit details -
Update README-zh_CN.md reproduce link (#50152)
Signed-off-by: Tao <magicdawn@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 24833b5 - Browse repository at this point
Copy the full SHA 24833b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f1172 - Browse repository at this point
Copy the full SHA 50f1172View commit details
Commits on Jul 31, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 791c27b - Browse repository at this point
Copy the full SHA 791c27bView commit details
Commits on Aug 1, 2024
-
fix: Improve es_ES.ts (#50179)
Add more natural language to Spanish translations Signed-off-by: Sergio <sergioalmela@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bcf2f0e - Browse repository at this point
Copy the full SHA bcf2f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6d884 - Browse repository at this point
Copy the full SHA 2a6d884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c5332 - Browse repository at this point
Copy the full SHA 03c5332View commit details -
fix(table):table grouping columns does not apply sorting (#50086)
* 增加函数循环收集mergedColumns中所有key * 新增测试用例 * ci问题调整,收集列keys函数调整
Configuration menu - View commit details
-
Copy full SHA for c6289dd - Browse repository at this point
Copy the full SHA c6289ddView commit details -
docs: fix findDOMNode warnings (#50191)
* docs: fix findDOMNode warnings * docs: fix findDOMNode warnings * fix ts type
Configuration menu - View commit details
-
Copy full SHA for d9990e3 - Browse repository at this point
Copy the full SHA d9990e3View commit details
Commits on Aug 2, 2024
-
chore: auto merge branches (#50198)
chore: merge master into feature
Configuration menu - View commit details
-
Copy full SHA for 249c94f - Browse repository at this point
Copy the full SHA 249c94fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d04f1 - Browse repository at this point
Copy the full SHA 93d04f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36f02a - Browse repository at this point
Copy the full SHA b36f02aView commit details
Commits on Aug 3, 2024
-
chore: auto merge branches (#50215)
chore: merge master into feature
Configuration menu - View commit details
-
Copy full SHA for 6cb0040 - Browse repository at this point
Copy the full SHA 6cb0040View commit details -
chore: auto merge branches (#50216)
chore: merge feature into master
Configuration menu - View commit details
-
Copy full SHA for d9b550a - Browse repository at this point
Copy the full SHA d9b550aView commit details -
docs: improve Segmented docs with SegmentedItemType (#50205)
* docs: improve Segmented docs with SegmentedItemType * chore: update * chore: update * test: update snapshot * docs: update
Configuration menu - View commit details
-
Copy full SHA for 9484dd3 - Browse repository at this point
Copy the full SHA 9484dd3View commit details -
fix: add missed translation in uk_UA (#50178)
* Update uk_UA.ts Signed-off-by: Andrii Milishchuk <andrewmilishchuk@gmail.com> * Update index.test.tsx.snap Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: Andrii Milishchuk <andrewmilishchuk@gmail.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 4b09f30 - Browse repository at this point
Copy the full SHA 4b09f30View commit details -
fix: unit for line-height for ColorPicker (#50220)
* fix: unit for line-height for ColorPicker * chore: update
Configuration menu - View commit details
-
Copy full SHA for 14a9449 - Browse repository at this point
Copy the full SHA 14a9449View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b585a - Browse repository at this point
Copy the full SHA f4b585aView commit details -
test: set maxWorkers for test:visual-regression (#50219)
* test: set maxWorkers for test:visual-regression * chore: print args * chore: set max-workers to 4 * test: use move instead of copy * chore: set max-workers to 2
Configuration menu - View commit details
-
Copy full SHA for cbdbed3 - Browse repository at this point
Copy the full SHA cbdbed3View commit details -
* docs: v5.20.0 * docs: fix changelog lint * chore: update * chore: update * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: vagusX <vagusxl@gmail.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: vagusX <vagusxl@gmail.com> * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: vagusX <vagusxl@gmail.com> * chore: update * docs: update --------- Signed-off-by: vagusX <vagusxl@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 997650e - Browse repository at this point
Copy the full SHA 997650eView commit details -
docs(Form): supplement the documentation of Form (#50223)
* docs: 对Form组件的文档做补充 * Apply suggestions from code review Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: Fane <141594291+FanetheDivine@users.noreply.github.com> --------- Signed-off-by: Fane <141594291+FanetheDivine@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e2d766 - Browse repository at this point
Copy the full SHA 2e2d766View commit details
Commits on Aug 4, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ed1814 - Browse repository at this point
Copy the full SHA 1ed1814View commit details -
chore(deps): update dependency @typescript-eslint/parser to v8 (#50228)
* chore(deps): update dependency @typescript-eslint/parser to v8 * Update package.json Signed-off-by: afc163 <afc163@gmail.com> * fix eslint errors --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 7fdfb29 - Browse repository at this point
Copy the full SHA 7fdfb29View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85392db - Browse repository at this point
Copy the full SHA 85392dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2275919 - Browse repository at this point
Copy the full SHA 2275919View commit details -
docs(ColorPicker): Update line-gradient.md (#50239)
Signed-off-by: Meetacoo <37367461+Meetacoo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2432422 - Browse repository at this point
Copy the full SHA 2432422View commit details -
Configuration menu - View commit details
-
Copy full SHA for af61f44 - Browse repository at this point
Copy the full SHA af61f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ace7e2 - Browse repository at this point
Copy the full SHA 1ace7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1151f3 - Browse repository at this point
Copy the full SHA d1151f3View commit details -
chore: update componentCls key again (#50251)
* chore: update componentCls key again * Update components/skeleton/style/index.ts Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 1421ecc - Browse repository at this point
Copy the full SHA 1421eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77f5ae - Browse repository at this point
Copy the full SHA f77f5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcdb2a - Browse repository at this point
Copy the full SHA ddcdb2aView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f3ab95 - Browse repository at this point
Copy the full SHA 5f3ab95View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6b064b - Browse repository at this point
Copy the full SHA a6b064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f662194 - Browse repository at this point
Copy the full SHA f662194View commit details -
test(getScroll): When window is undef (#50266)
* test(getScroll): When window is undef * test: document -> null * test: mock
Configuration menu - View commit details
-
Copy full SHA for a711cf4 - Browse repository at this point
Copy the full SHA a711cf4View commit details -
fix(Calendar): make Calendar locale overriding locale from ConfigProv…
…ider (#50236) Co-authored-by: Lansana DIOMANDE <lansana.diomande@cartier.comm>
Configuration menu - View commit details
-
Copy full SHA for 37abf77 - Browse repository at this point
Copy the full SHA 37abf77View commit details -
fix: ColorPicker not support compact (#50291)
* fix: ColorPicker not support compact * test: update snapshot * test: update snapshot
Configuration menu - View commit details
-
Copy full SHA for c23d187 - Browse repository at this point
Copy the full SHA c23d187View commit details -
fix: fast-color compile error by upgrade color-picker (#50293)
Signed-off-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ef489fc - Browse repository at this point
Copy the full SHA ef489fcView commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de7676a - Browse repository at this point
Copy the full SHA de7676aView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b13c19a - Browse repository at this point
Copy the full SHA b13c19aView commit details -
chore: improve pr template (#50301)
* chore: update pr template * chore: update pr template * chore: update pr template
Configuration menu - View commit details
-
Copy full SHA for 2a877f0 - Browse repository at this point
Copy the full SHA 2a877f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3999c - Browse repository at this point
Copy the full SHA 3f3999cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0508349 - Browse repository at this point
Copy the full SHA 0508349View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda6c4d - Browse repository at this point
Copy the full SHA eda6c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6111a - Browse repository at this point
Copy the full SHA 6c6111aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3bfae - Browse repository at this point
Copy the full SHA dd3bfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 426082d - Browse repository at this point
Copy the full SHA 426082dView commit details -
fix: tree switch bg height (#50313)
* fix: tree switch bg height * fix: use before instead
Configuration menu - View commit details
-
Copy full SHA for 0cf4a27 - Browse repository at this point
Copy the full SHA 0cf4a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bee926 - Browse repository at this point
Copy the full SHA 8bee926View commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10bff9c - Browse repository at this point
Copy the full SHA 10bff9cView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09264eb - Browse repository at this point
Copy the full SHA 09264ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a0694 - Browse repository at this point
Copy the full SHA 96a0694View commit details -
type: ts definition improvement (#50324)
* type: improve type assert * type: improve type assert * chore: modify the path
Configuration menu - View commit details
-
Copy full SHA for 7085ab3 - Browse repository at this point
Copy the full SHA 7085ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fba70d - Browse repository at this point
Copy the full SHA 2fba70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fab94 - Browse repository at this point
Copy the full SHA c9fab94View commit details -
docs(AutoComplete): add missing options in en-US document (#50340)
Signed-off-by: Googleplex <yyoung2001@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33b4be4 - Browse repository at this point
Copy the full SHA 33b4be4View commit details
Commits on Aug 10, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3930bf - Browse repository at this point
Copy the full SHA b3930bfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f05c380 - Browse repository at this point
Copy the full SHA f05c380View commit details
Commits on Aug 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 857ee24 - Browse repository at this point
Copy the full SHA 857ee24View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d6be2b2 - Browse repository at this point
Copy the full SHA d6be2b2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0c97a6f - Browse repository at this point
Copy the full SHA 0c97a6fView commit details -
fix(Table): style value should support CSS var (#50355)
* fix(Table): zIndex value should support CSS var * fix: fix
Configuration menu - View commit details
-
Copy full SHA for dab9ab6 - Browse repository at this point
Copy the full SHA dab9ab6View commit details -
chore: fix surge preview deploy not throw error (#50356)
Signed-off-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd34321 - Browse repository at this point
Copy the full SHA dd34321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429cf1b - Browse repository at this point
Copy the full SHA 429cf1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa5c3d - Browse repository at this point
Copy the full SHA 5aa5c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5d385 - Browse repository at this point
Copy the full SHA 5b5d385View commit details -
chore: Update pr-open-notify.yml (#50361)
Signed-off-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0ae6d69 - Browse repository at this point
Copy the full SHA 0ae6d69View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e1e0c0b - Browse repository at this point
Copy the full SHA e1e0c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7151d7 - Browse repository at this point
Copy the full SHA b7151d7View commit details -
fix(site): fix lost indent of site (#50366)
* fix(site): lost indent of site * fix: fix style
Configuration menu - View commit details
-
Copy full SHA for 313b5ae - Browse repository at this point
Copy the full SHA 313b5aeView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16f0189 - Browse repository at this point
Copy the full SHA 16f0189View commit details -
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: #50260 (comment)
Configuration menu - View commit details
-
Copy full SHA for e188445 - Browse repository at this point
Copy the full SHA e188445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3819b18 - Browse repository at this point
Copy the full SHA 3819b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8958f - Browse repository at this point
Copy the full SHA 8c8958fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd9d54 - Browse repository at this point
Copy the full SHA 7bd9d54View commit details
Commits on Aug 13, 2024
-
type: revert Table generic with any (#50372)
* fix: table generic default any * feat: = AnyObject
Configuration menu - View commit details
-
Copy full SHA for 7d66a8e - Browse repository at this point
Copy the full SHA 7d66a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 700e0ae - Browse repository at this point
Copy the full SHA 700e0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f64ecf - Browse repository at this point
Copy the full SHA 2f64ecfView commit details -
docs(card): use card semantic-dom instead of table (#50390)
Co-authored-by: codefactor-io <support@codefactor.io>
Configuration menu - View commit details
-
Copy full SHA for b34d208 - Browse repository at this point
Copy the full SHA b34d208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097a4a1 - Browse repository at this point
Copy the full SHA 097a4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c01de - Browse repository at this point
Copy the full SHA b3c01deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d6a9b - Browse repository at this point
Copy the full SHA 51d6a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 533d621 - Browse repository at this point
Copy the full SHA 533d621View commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e229523 - Browse repository at this point
Copy the full SHA e229523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f1ec7 - Browse repository at this point
Copy the full SHA 96f1ec7View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa60e53 - Browse repository at this point
Copy the full SHA aa60e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9a1b1 - Browse repository at this point
Copy the full SHA 3b9a1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7005212 - Browse repository at this point
Copy the full SHA 7005212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aa299 - Browse repository at this point
Copy the full SHA 97aa299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85afc8d - Browse repository at this point
Copy the full SHA 85afc8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5403c69 - Browse repository at this point
Copy the full SHA 5403c69View commit details -
site: fix image width issue in markdown (#50399)
Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a89bd93 - Browse repository at this point
Copy the full SHA a89bd93View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab2d759 - Browse repository at this point
Copy the full SHA ab2d759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e50aab - Browse repository at this point
Copy the full SHA 5e50aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879ad65 - Browse repository at this point
Copy the full SHA 879ad65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f01f22 - Browse repository at this point
Copy the full SHA 4f01f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a0fb8 - Browse repository at this point
Copy the full SHA d1a0fb8View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae44eb9 - Browse repository at this point
Copy the full SHA ae44eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fda1a - Browse repository at this point
Copy the full SHA 72fda1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4235d11 - Browse repository at this point
Copy the full SHA 4235d11View commit details -
fix(input-number): without controls suffix style (#50450)
Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bda8cb0 - Browse repository at this point
Copy the full SHA bda8cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7481e14 - Browse repository at this point
Copy the full SHA 7481e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a23050 - Browse repository at this point
Copy the full SHA 8a23050View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa3fddb - Browse repository at this point
Copy the full SHA fa3fddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e80ef92 - Browse repository at this point
Copy the full SHA e80ef92View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5561a46 - Browse repository at this point
Copy the full SHA 5561a46View commit details -
docs: add 5.20.2 changelogs (#50492)
* docs: add 5.20.2 changelogs * remove typo * v5.20.2 * fix typo
Configuration menu - View commit details
-
Copy full SHA for 5888e6a - Browse repository at this point
Copy the full SHA 5888e6aView commit details
Commits on Aug 20, 2024
-
demo: improve variant demo (#50495)
* demo(form): improve variant demo * chore: replace semented
Configuration menu - View commit details
-
Copy full SHA for 78a65ef - Browse repository at this point
Copy the full SHA 78a65efView commit details -
refactor: use react cycle method (#50500)
* refactor: use react cycle method * chore: clean up
Configuration menu - View commit details
-
Copy full SHA for 0b6a2f7 - Browse repository at this point
Copy the full SHA 0b6a2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edf931 - Browse repository at this point
Copy the full SHA 7edf931View commit details -
Configuration menu - View commit details
-
Copy full SHA for de5c835 - Browse repository at this point
Copy the full SHA de5c835View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53495d6 - Browse repository at this point
Copy the full SHA 53495d6View commit details -
fix: ellipsis check for over (#50514)
* fix: ellipsis check for over * chore: use another way * refactor: measure update * chore: no measure if native * chore: clean up
Configuration menu - View commit details
-
Copy full SHA for b9d5933 - Browse repository at this point
Copy the full SHA b9d5933View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c161f - Browse repository at this point
Copy the full SHA c2c161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bac8ef - Browse repository at this point
Copy the full SHA 4bac8efView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d04f8b2 - Browse repository at this point
Copy the full SHA d04f8b2View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7548dd0 - Browse repository at this point
Copy the full SHA 7548dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714a6e1 - Browse repository at this point
Copy the full SHA 714a6e1View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acc10b4 - Browse repository at this point
Copy the full SHA acc10b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 269964a - Browse repository at this point
Copy the full SHA 269964aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d73035d - Browse repository at this point
Copy the full SHA d73035dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be7cf7b - Browse repository at this point
Copy the full SHA be7cf7bView commit details -
docs: changelog 5.20.3 (#50568)
* docs: changelog 5.20.3 * chore: update docs * docs: update date * chore: add runtimePublicPath * chore: update runtimePublicPath value
Configuration menu - View commit details
-
Copy full SHA for d72255f - Browse repository at this point
Copy the full SHA d72255fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4b17a - Browse repository at this point
Copy the full SHA ac4b17aView commit details -
Merge pull request #50544 from ant-design/chore/private_export
chore: export private variable.
Configuration menu - View commit details
-
Copy full SHA for 4e446e1 - Browse repository at this point
Copy the full SHA 4e446e1View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cab753c - Browse repository at this point
Copy the full SHA cab753cView commit details -
fix: Disable the Rate component within Form.Item when the form is dis…
…abled (#50594) Co-authored-by: Nicolò Zandarin <nicolo.zandarin@atroos.com>
Configuration menu - View commit details
-
Copy full SHA for 1cd79e3 - Browse repository at this point
Copy the full SHA 1cd79e3View commit details -
refactor: reimplement Typography code (#50561)
Co-authored-by: lijianan <574980606@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 9f274a0 - Browse repository at this point
Copy the full SHA 9f274a0View commit details
Commits on Aug 28, 2024
-
chore(deps-dev): bump the dev-dependencies group with 1 update (#50597)
* chore(deps-dev): bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 4 updates: [@antv/g6](https://github.com/antvis/g6), [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash), [jsdom](https://github.com/jsdom/jsdom) and [puppeteer](https://github.com/puppeteer/puppeteer). Updates `@antv/g6` from 4.8.24 to 5.0.17 - [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/5.0.17) 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 `jsdom` from 24.1.3 to 25.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@24.1.3...25.0.0) Updates `puppeteer` from 22.15.0 to 23.2.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-v22.15.0...puppeteer-v23.2.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: jsdom dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: puppeteer 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> * 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>
Configuration menu - View commit details
-
Copy full SHA for 288a96d - Browse repository at this point
Copy the full SHA 288a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fbb8e - Browse repository at this point
Copy the full SHA 20fbb8eView commit details -
chore(deps-dev): bump tsx from 4.11.2 to 4.19.0 (#50598)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2945441 - Browse repository at this point
Copy the full SHA 2945441View commit details -
Configuration menu - View commit details
-
Copy full SHA for de92a2c - Browse repository at this point
Copy the full SHA de92a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0a0d2 - Browse repository at this point
Copy the full SHA 8a0a0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911ea14 - Browse repository at this point
Copy the full SHA 911ea14View commit details -
Configuration menu - View commit details
-
Copy full SHA for df933e9 - Browse repository at this point
Copy the full SHA df933e9View commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06738b8 - Browse repository at this point
Copy the full SHA 06738b8View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3616a5 - Browse repository at this point
Copy the full SHA a3616a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd2c06 - Browse repository at this point
Copy the full SHA bfd2c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27b062 - Browse repository at this point
Copy the full SHA b27b062View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ee092 - Browse repository at this point
Copy the full SHA c2ee092View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d54838 - Browse repository at this point
Copy the full SHA 3d54838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e9878 - Browse repository at this point
Copy the full SHA 33e9878View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc07f2 - Browse repository at this point
Copy the full SHA cfc07f2View commit details
Commits on Aug 31, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9570ae0 - Browse repository at this point
Copy the full SHA 9570ae0View commit details -
Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: KAROS\81948 <chenwenfan@harmonycloud.cn>
Configuration menu - View commit details
-
Copy full SHA for 612d5c0 - Browse repository at this point
Copy the full SHA 612d5c0View commit details
Commits on Sep 1, 2024
-
fix: add Transfer.deselectAll to tr_TR (#50672)
* fix(locale): add Transfer.deselectAll to tr_TR * refactor: position
Configuration menu - View commit details
-
Copy full SHA for b440972 - Browse repository at this point
Copy the full SHA b440972View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d80b956 - Browse repository at this point
Copy the full SHA d80b956View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb2cd2 - Browse repository at this point
Copy the full SHA bdb2cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89322ab - Browse repository at this point
Copy the full SHA 89322abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8046fc - Browse repository at this point
Copy the full SHA b8046fcView commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b66ca04 - Browse repository at this point
Copy the full SHA b66ca04View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afabec6 - Browse repository at this point
Copy the full SHA afabec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71533ff - Browse repository at this point
Copy the full SHA 71533ffView commit details -
chore(deps): update dependency puppeteer to v23 (#50354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38e3cc6 - Browse repository at this point
Copy the full SHA 38e3cc6View commit details -
enhance: tree perf of large data (#50689)
* enhance: tree perf of large data * test: update test case * test: update test case * test: update test case * test: update test case
Configuration menu - View commit details
-
Copy full SHA for e91244f - Browse repository at this point
Copy the full SHA e91244fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 962b6d5 - Browse repository at this point
Copy the full SHA 962b6d5View commit details -
chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#50700)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb14742 - Browse repository at this point
Copy the full SHA bb14742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340cbc9 - Browse repository at this point
Copy the full SHA 340cbc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1692fb - Browse repository at this point
Copy the full SHA d1692fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d19d825 - Browse repository at this point
Copy the full SHA d19d825View commit details -
docs: add refine with antd (#49280)
Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9748a0e - Browse repository at this point
Copy the full SHA 9748a0eView commit details
Commits on Sep 4, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 389626a - Browse repository at this point
Copy the full SHA 389626aView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01da79c - Browse repository at this point
Copy the full SHA 01da79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce443fe - Browse repository at this point
Copy the full SHA ce443feView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7bab78 - Browse repository at this point
Copy the full SHA e7bab78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c24aa - Browse repository at this point
Copy the full SHA c5c24aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba023f5 - Browse repository at this point
Copy the full SHA ba023f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f55f2 - Browse repository at this point
Copy the full SHA 89f55f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b0a98 - Browse repository at this point
Copy the full SHA f5b0a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127ccb3 - Browse repository at this point
Copy the full SHA 127ccb3View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61e365f - Browse repository at this point
Copy the full SHA 61e365fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5bb7c - Browse repository at this point
Copy the full SHA ac5bb7cView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5003f05 - Browse repository at this point
Copy the full SHA 5003f05View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a870e6b - Browse repository at this point
Copy the full SHA a870e6bView commit details -
docs: changelog for 5.20.6 (#50763)
* docs: changelog for 5.20.6 * chore: bump version to 5.20.6 * docs: remove line break * docs: combine log * docs: update combine
Configuration menu - View commit details
-
Copy full SHA for 5cb88bc - Browse repository at this point
Copy the full SHA 5cb88bcView commit details
Commits on Sep 10, 2024
-
fix: Sider support ConfigProvider theme (#50780)
* fix: Sider support cp * fix: css layout * chore: size limit
Configuration menu - View commit details
-
Copy full SHA for 4fffbea - Browse repository at this point
Copy the full SHA 4fffbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09895d9 - Browse repository at this point
Copy the full SHA 09895d9View commit details
Commits on Sep 11, 2024
-
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 769331d - Browse repository at this point
Copy the full SHA 769331dView commit details -
refactor: ColorPicker panel free for uncontrolled (#50785)
* refactor: change on drag will change panel color * docs: update demo * test: update snapshot * chore: wrap with useEvent * fix: order of events * fix: sync logic
Configuration menu - View commit details
-
Copy full SHA for 82b05b2 - Browse repository at this point
Copy the full SHA 82b05b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ee36a - Browse repository at this point
Copy the full SHA 94ee36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f338a - Browse repository at this point
Copy the full SHA 13f338aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd89cd - Browse repository at this point
Copy the full SHA 6dd89cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6e786 - Browse repository at this point
Copy the full SHA 7d6e786View commit details -
Configuration menu - View commit details
-
Copy full SHA for f091037 - Browse repository at this point
Copy the full SHA f091037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c5d43 - Browse repository at this point
Copy the full SHA 27c5d43View commit details -
fix: Typography copyable support array children (#50813)
* test: test driven * test: test driven * fix: test case
Configuration menu - View commit details
-
Copy full SHA for 3b8ea07 - Browse repository at this point
Copy the full SHA 3b8ea07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45146a - Browse repository at this point
Copy the full SHA e45146aView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bf6d60 - Browse repository at this point
Copy the full SHA 7bf6d60View commit details -
fix: invalid useApp warning (#50829)
* fix: invalid warning * docs: back of demo
Configuration menu - View commit details
-
Copy full SHA for 22fb6f6 - Browse repository at this point
Copy the full SHA 22fb6f6View commit details
Commits on Sep 13, 2024
-
fix: ColorPicker hex precision (#50843)
* 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
Configuration menu - View commit details
-
Copy full SHA for ce13565 - Browse repository at this point
Copy the full SHA ce13565View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5defa9 - Browse repository at this point
Copy the full SHA b5defa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b0d88 - Browse repository at this point
Copy the full SHA b2b0d88View commit details -
ci: send Unconfirmed Issues to DingTalk (#50810)
Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a63b9e9 - Browse repository at this point
Copy the full SHA a63b9e9View commit details -
chore: disable mako outside MacOS and Linux (#50837)
Co-authored-by: liuyuan <yuanliu147@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 388203f - Browse repository at this point
Copy the full SHA 388203fView commit details -
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd0f0cd - Browse repository at this point
Copy the full SHA bd0f0cdView commit details
Commits on Sep 15, 2024
-
chore(deps): update dependency typescript to ~5.6.0 (#50871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab72043 - Browse repository at this point
Copy the full SHA ab72043View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8338e - Browse repository at this point
Copy the full SHA fd8338eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef11e1b - Browse repository at this point
Copy the full SHA ef11e1bView commit details -
chore(deps): update dependency @codecov/webpack-plugin to v1 (#50872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be35e77 - Browse repository at this point
Copy the full SHA be35e77View commit details -
demo: update top-side-2.tsx (#50865)
* 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>
Configuration menu - View commit details
-
Copy full SHA for ff69603 - Browse repository at this point
Copy the full SHA ff69603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b08dea - Browse repository at this point
Copy the full SHA 3b08deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb630d3 - Browse repository at this point
Copy the full SHA eb630d3View commit details