Skip to content
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 #585

Closed
wants to merge 1,007 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    34a2058 View commit details
    Browse the repository at this point in the history
  2. demo: update Popover & Tooltip & Popconfirm demo (#49815)

    * demo: update demo
    
    * fix: fix
    
    * fix: fix
    
    * fix: fix
    li-jia-nan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a55195f View commit details
    Browse the repository at this point in the history
  3. docs(button): delete useless introductions (#49820)

    * docs(button): delete useless introductions
    
    * docs: remove space
    coding-ice committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6b9df6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96cc5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b182b13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd2dc30 View commit details
    Browse the repository at this point in the history
  7. chore: auto merge branches (#49834)

    chore: merge master into feature
    github-actions[bot] committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3dcf2cb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. type(token): height / width support string | number (#49837)

    * type(token): height / width support string | number
    
    * rever
    thinkasany committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d8b4f07 View commit details
    Browse the repository at this point in the history
  2. docs: update .github/PULL_REQUEST_TEMPLATE.md (#49839)

    * Update pr_cn.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    ---------
    
    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c1b8a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a090c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e97a27d View commit details
    Browse the repository at this point in the history
  5. Revert "type: improve tree component assert" (#49835)

    * Revert "type: improve tree component assert (#49784)"
    
    This reverts commit 5f09772.
    
    * fix: fix
    li-jia-nan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d063f56 View commit details
    Browse the repository at this point in the history
  6. fix: issues in imageTest.tsx (#49826)

    * chore(deps): removed deprecated `crypto@1.0.1`
    
    * fix: issues in `imageTest.tsx`
    RubuJam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1d84cca View commit details
    Browse the repository at this point in the history
  7. feat: support custom status render in qrcode (#49563)

    * feat: support custom status render in qrcode
    
    * feat: support custom status render in qrcode
    
    * feat: add test case
    
    * fix: code review
    
    * fix: code review
    
    * fix: code review
    
    * fix: code review
    
    * feat: optimize code
    
    * feat: optimize code
    
    * Update components/qr-code/index.zh-CN.md
    
    Co-authored-by: lijianan <574980606@qq.com>
    Signed-off-by: kiner-tang <1127031143@qq.com>
    
    * Update components/qr-code/index.en-US.md
    
    Co-authored-by: lijianan <574980606@qq.com>
    Signed-off-by: kiner-tang <1127031143@qq.com>
    
    * feat: opt code
    
    Signed-off-by: kiner-tang <1127031143@qq.com>
    
    * feat: optimize code
    
    * feat: optimize code
    
    * feat: optimize code
    
    * feat: optimize code
    
    * feat: optimize code
    
    * Update components/qr-code/index.en-US.md
    
    Signed-off-by: kiner-tang <1127031143@qq.com>
    
    * Update components/qr-code/index.zh-CN.md
    
    Signed-off-by: kiner-tang <1127031143@qq.com>
    
    ---------
    
    Signed-off-by: kiner-tang <1127031143@qq.com>
    Co-authored-by: lijianan <574980606@qq.com>
    kiner-tang and li-jia-nan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3851af9 View commit details
    Browse the repository at this point in the history
  8. ci: add stackblitz templates (#49841)

    * ci: add stackblitz templates
    
    ref: #49647 (comment)
    
    * chore: update ignore
    
    * chore: fix
    
    * chore: fix ci
    
    * chore: update
    
    * chore: update
    
    * chore: 节约 ci 资源
    
    * Revert "chore: 节约 ci 资源"
    
    This reverts commit 0a3bb29.
    Wxh16144 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    85c31f1 View commit details
    Browse the repository at this point in the history
  9. fix: fix list.item actions empty (#49842)

    * fix: fix list.item actions empty
    
    Signed-off-by: Cody Chan <int64ago@gmail.com>
    
    * Update components/list/Item.tsx
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    * Apply suggestions from code review
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    ---------
    
    Signed-off-by: Cody Chan <int64ago@gmail.com>
    Signed-off-by: afc163 <afc163@gmail.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    int64ago and afc163 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    53b6688 View commit details
    Browse the repository at this point in the history
  10. chore: upgrade deps (#49851)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ebdbc57 View commit details
    Browse the repository at this point in the history
  11. chore: auto merge branches (#49850)

    chore: merge master into feature
    github-actions[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d9f70d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. type: support string | number (#49810) (#49855)

    * type(token): height / width support string | number
    
    * rever
    thinkasany committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    da1d8df View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. chore(deps): update dependency eslint-plugin-compat to v6 (#49856)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    fc56192 View commit details
    Browse the repository at this point in the history
  2. type: remove type assertions (#49859)

    * 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
    
    ---------
    
    Signed-off-by: 柚子 <69612382+Yuzu-io@users.noreply.github.com>
    Yuzu-io committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d540893 View commit details
    Browse the repository at this point in the history
  3. fix: Add missing translations for Kannada language (kn_IN) (#49860)

    * feat: add missing kn_IN translations
    
    * chore: update kn_IN translations snapshots
    neerajap-01 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    57d2cd4 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency glob to v11 (#49857)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7346f92 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. type: code optimization (#49864)

    * type: code optimization
    
    * fix: fix
    li-jia-nan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fe3378f View commit details
    Browse the repository at this point in the history
  2. site: fix a11y issue that <button> is nested inside <a> in homepage (#…

    …49848)
    
    * site: fix a11y issue that <button> is nested inside <a>
    
    * Update .dumi/theme/common/LinkButton.tsx
    
    Co-authored-by: lijianan <574980606@qq.com>
    Signed-off-by: afc163 <afc163@gmail.com>
    
    ---------
    
    Signed-off-by: afc163 <afc163@gmail.com>
    Co-authored-by: lijianan <574980606@qq.com>
    afc163 and li-jia-nan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7329c8a View commit details
    Browse the repository at this point in the history
  3. docs: fix typos (#49869)

    thinkasany committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a84279a View commit details
    Browse the repository at this point in the history
  4. docs: dead anchor (#49877)

    coding-ice committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    513a8ba View commit details
    Browse the repository at this point in the history
  5. fix: Spin ptg style (#49876)

    zombieJ committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    97fca5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc56db6 View commit details
    Browse the repository at this point in the history
  7. refactor: Use @ant-design/fast-color instead (#49846)

    * chore: use fast
    
    * chore: tmp of it
    
    * test: update snapshot
    
    * fix: demo
    
    * chore: fix warning
    
    * fix: test
    
    * chore: fix ts
    
    * chore: fix lint
    
    * test: update snapshot
    
    * chore: use proxy
    
    * test: coverage
    zombieJ committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5dd072d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0adecd8 View commit details
    Browse the repository at this point in the history
  9. chore: upgrade deps (#49672)

    * chore(deps-dev): bump tsx from 4.11.2 to 4.16.0
    
    Bumps [tsx](https://github.com/privatenumber/tsx) from 4.11.2 to 4.16.0.
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.11.2...v4.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsx
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lijianan <574980606@qq.com>
    dependabot[bot] and li-jia-nan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0e9de2e View commit details
    Browse the repository at this point in the history
  10. chore: auto merge branches (#49893)

    chore: merge master into feature
    github-actions[bot] committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    105bd19 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9d3939 View commit details
    Browse the repository at this point in the history
  2. docs: dead anchor (#49897)

    coding-ice committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f1699d3 View commit details
    Browse the repository at this point in the history
  3. fix: descriptions buttom right padding style (#49895)

    * fix: descriptions buttom right padding style
    
    * feat: demo
    
    * feat: demo
    
    * feat: test
    
    * feat: style
    
    * feat: paddingInlineEnd
    
    * feat: test
    
    * feat: remove long demo
    
    * feat: add demo
    
    * feat: add demo
    
    * feat: add demo
    crazyair committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    88c629e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d038993 View commit details
    Browse the repository at this point in the history
  5. docs(breadcrumb): add with params demo (#49902)

    * docs(breadcrumb): add with params demo
    
    * test: add snap
    coding-ice committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca66d5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acf73c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    66c4004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abca9a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. site: update site style (#49938)

    * site: update site style
    
    * site: update site style
    li-jia-nan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    82da7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad70505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290d10c View commit details
    Browse the repository at this point in the history
  4. chore: Update README.md (#49939)

    * chore: Update README.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    * Update README-zh_CN.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    ---------
    
    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    87fb6de View commit details
    Browse the repository at this point in the history
  5. feat: Slider support editable (#49923)

    * feat: Slider support editable
    
    * test: update snapshot
    
    * test: update snapshot
    
    * docs: update docs
    
    * chore: fix lint
    
    * test: update snapshot
    
    * test: coverage
    zombieJ committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    21194da View commit details
    Browse the repository at this point in the history
  6. fix(table):sorter value exception (#49533)

    * fix(module:table):列属性为动态时,onchange函数sorter值异常问题
    
    * 测试用例补充
    
    * Update components/table/hooks/useSorter.tsx
    
    Co-authored-by: afc163 <afc163@gmail.com>
    Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>
    
    * Update Sorter.value.test.tsx
    
    去除当前测试用例中的window.requestAnimationFrame和window.cancelAnimationFrame
    
    Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>
    
    * 格式调整
    
    * 格式调整
    
    * 格式调整
    
    * button增加type适配lint规范
    
    * 重新调整过滤条件,修复sorter值异常问题
    
    * 去除无用参数
    
    * 格式修改
    
    * Update components/table/__tests__/Sorter.value.test.tsx
    
    Co-authored-by: afc163 <afc163@gmail.com>
    Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>
    
    * 去除无用注释,代码优化
    
    * 去除无用注释,代码优化
    
    ---------
    
    Signed-off-by: zyf <81416635+Zyf665@users.noreply.github.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    Zyf665 and afc163 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ebc3a99 View commit details
    Browse the repository at this point in the history
  7. fix: missed translation in ar (#49852)

    * fix: missed translation in ar
    
    * feat(i18n): add changelog
    
    * fix: missed translation in ar
    
    * fix: rebase master
    
    * fix: remove changelog
    
    * Update CHANGELOG.en-US.md
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    * Update ar_EG.ts
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    * Update index.test.tsx.snap
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    ---------
    
    Signed-off-by: lijianan <574980606@qq.com>
    Co-authored-by: lijianan <574980606@qq.com>
    ahmedsamirdev and li-jia-nan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ef6767d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. feat: InputTextAreaMentions support onClear prop (#49905)

    * feat: Input support onClear
    
    * chore: lint
    
    * chore: lint
    
    * Update package.json
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    * docs: update docs
    
    * fix: fix
    
    * Update package.json
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    * Update package.json
    
    Signed-off-by: lijianan <574980606@qq.com>
    
    * chore: fix
    
    * chore: fix
    
    * chore: fix
    
    * feat: test
    
    * feat: 1.6.2
    
    ---------
    
    Signed-off-by: lijianan <574980606@qq.com>
    Co-authored-by: 叶枫 <645381995@qq.com>
    li-jia-nan and crazyair committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a134dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a84f7e View commit details
    Browse the repository at this point in the history
  3. chore(color-picker): improve TS type (#49949)

    * chore(color-picker): improve TS type
    
    * Update components/color-picker/index.en-US.md
    
    Co-authored-by: thinkasany <480968828@qq.com>
    Signed-off-by: 红 <wxh16144@qq.com>
    
    ---------
    
    Signed-off-by: 红 <wxh16144@qq.com>
    Co-authored-by: thinkasany <480968828@qq.com>
    Wxh16144 and thinkasany committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f0bc8b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def8925 View commit details
    Browse the repository at this point in the history
  5. docs: changelog for 5.19.3 (#49962)

    * docs: changelog for 5.19.3
    
    * chore: bump version to 5.19.3
    
    * docs: update changelog
    
    * docs: add i18n emoji for changelog lint
    
    * docs: add changelog
    
    * docs: update
    PeachScript committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    92a5973 View commit details
    Browse the repository at this point in the history
  6. docs: correct changelog symbol (#49970)

    Signed-off-by: Peach <scdzwyxst@gmail.com>
    PeachScript committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7defec2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e74c4f View commit details
    Browse the repository at this point in the history
  8. chore: auto merge branches (#49981)

    chore: merge master into feature
    github-actions[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f2ac3fc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. fix(Descriptions): style bordered table overflow (#49946)

    Co-authored-by: lidong01 <lidong01@corp.netease.com>
    leefinder and lidong01 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2efbdbf View commit details
    Browse the repository at this point in the history
  2. docs: supplement type for classnames and styles (#49984)

    * docs(modal): supplement type for classnames and styles
    
    * fix
    thinkasany committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ad4e522 View commit details
    Browse the repository at this point in the history
  3. chore: replace "ant" with defaultPrefixCls (#49985)

    * chore: replace ant with defaultPrefixCls
    
    * chore: fix lint
    li-jia-nan committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2584ce6 View commit details
    Browse the repository at this point in the history
  4. docs: fix Tabs moreProps link (#49986)

    * docs: fix Tabs moreprops link
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    * Update index.en-US.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    * Update components/tabs/index.zh-CN.md
    
    Signed-off-by: afc163 <afc163@gmail.com>
    
    ---------
    
    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1fce22a View commit details
    Browse the repository at this point in the history
  5. feat: Slider range.editable support minCount & maxCount (#49987)

    * docs: update docs
    
    * docs: update demo
    zombieJ committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8c30909 View commit details
    Browse the repository at this point in the history
  6. chore: sideEffects could be false now (#49991)

    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2194603 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    29490fa View commit details
    Browse the repository at this point in the history
  2. chore: upgrade @ant-design/icons to 5.4.0 (#49993)

    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e906a80 View commit details
    Browse the repository at this point in the history
  3. chore: auto merge branches (#50005)

    chore: merge master into feature
    github-actions[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0681d6c View commit details
    Browse the repository at this point in the history
  4. feat(tree): add switcherLoadingIcon prop (#49716)

    * feat(tree): add switcherLoadingIcon prop
    
    * refactor: lint
    
    * Update components/tree/index.en-US.md
    
    add version desc
    
    Co-authored-by: lijianan <574980606@qq.com>
    Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
    
    * docs: add version desc
    
    ---------
    
    Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
    Co-authored-by: lijianan <574980606@qq.com>
    coding-ice and li-jia-nan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5a9a2d9 View commit details
    Browse the repository at this point in the history
  5. demo: refactor form login demo (#50010)

    * demo: refactor form login demo
    
    * demo: refactor form login demo
    
    * remove site-form-item-icon
    afc163 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    43dca48 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    823b230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6840adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f26bd View commit details
    Browse the repository at this point in the history
  4. refactor(theme): migrate and refactor type OverrideToken by `@ant-d…

    …esign/cssinjs-utils`
    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c057cb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c6c625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a0fc4c View commit details
    Browse the repository at this point in the history
  7. refactor(theme): migrate and refactor type OverrideComponent by `@a…

    …nt-design/cssinjs-utils`
    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    00660bc View commit details
    Browse the repository at this point in the history
  8. refactor(theme): migrate and refactor type GetDefaultToken by `@ant…

    …-design/cssinjs-utils`
    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a3cba98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ec77d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e8a550 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    adbda3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35a0297 View commit details
    Browse the repository at this point in the history
  13. docs: Update link to english Mozilla Docs in Table index.en-US.md (#5…

    …0029)
    
    Signed-off-by: Mikola <34740585+ptaberg@users.noreply.github.com>
    ptaberg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    55cfeef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    965b68c View commit details
    Browse the repository at this point in the history
  15. refactor(theme): migrate and refactor type TokenWithCommonCls by `@…

    …ant-design/cssinjs-utils`
    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5019af4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3ddb0e View commit details
    Browse the repository at this point in the history
  17. refactor(theme): migrate and refactor genStyleHooks `genComponentSt…

    …yleHook` `genSubStyleComponent`.
    
    [RFC](#49748)
    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c5c58d7 View commit details
    Browse the repository at this point in the history
  18. chore: update dependencies

    YumoImer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    012dc7f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    14b1f56 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    98b17f8 View commit details
    Browse the repository at this point in the history
  21. docs: Update components/notification/index.*.md (#50035)

    Signed-off-by: Vasilii A <3757319+vsn4ik@users.noreply.github.com>
    vsn4ik committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f6e9f85 View commit details
    Browse the repository at this point in the history
  22. 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>
    vagusX and PeachScript committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    38cf5e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    edb1b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71752f View commit details
    Browse the repository at this point in the history
  3. 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
    KurumiRin committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9f73399 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50030 from ant-design/refactor/cssinjs-utils

    refactor(theme): Migrate style utils to `@ant-design/cssinjs-utils`
    YumoImer committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6fa9ee1 View commit details
    Browse the repository at this point in the history
  5. style: antd-picker-content set direction ltr (#50045)

    * style: antd-picker-content set direction ltr
    
    * style: add style constraints
    Layouwen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e70ed08 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    0208484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    902aa2e View commit details
    Browse the repository at this point in the history
  3. type: improve ts type for transfer (#50018)

    * type: improve ts type for transfer
    
    * revert as any
    
    * fix type
    thinkasany committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    02d331b View commit details
    Browse the repository at this point in the history
  4. chore: fix husky (#50078)

    wanpan11 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    74cf96a View commit details
    Browse the repository at this point in the history
  5. 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>
    afc163 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0175a22 View commit details
    Browse the repository at this point in the history
  6. chore: update blog (#50069)

    * chore: update blog
    
    * chore(dumi): fix code previewer
    Wxh16144 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7120673 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    d5207c1 View commit details
    Browse the repository at this point in the history
  2. chore: auto merge branches (#50087)

    chore: merge master into feature
    github-actions[bot] committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ca1b0b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee1cc9 View commit details
    Browse the repository at this point in the history
  4. 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>
    afc163 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    11b81ff View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] and li-jia-nan committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b80d564 View commit details
    Browse the repository at this point in the history
  6. site: improve color type (#50089)

    * type(theme): improve color type
    
    * ThemeColorPickerProps
    
    * lint-fix
    thinkasany committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    96094b0 View commit details
    Browse the repository at this point in the history
  7. 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>
    3 people committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1fe95ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e37488 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06d69cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5604fcc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea9549a View commit details
    Browse the repository at this point in the history
  12. docs: fix typos (#50096)

    * docs: fix typos
    
    * fix
    thinkasany committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5f91755 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0285380 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #50103 from ant-design/master

    chore: merge master into feature
    li-jia-nan committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    65496b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd4199e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. site: update site/demo style (#50107)

    * site: update site/demo style
    
    * fix: fix lint
    li-jia-nan committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f56fee1 View commit details
    Browse the repository at this point in the history
  2. 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
    vagusX committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6202187 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. 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>
    3 people committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    be3d440 View commit details
    Browse the repository at this point in the history
  2. 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>
    li-jia-nan and afc163 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e8fa593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525e337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    836d1bb View commit details
    Browse the repository at this point in the history
  5. 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>
    li-jia-nan and afc163 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2e4b9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0499155 View commit details
    Browse the repository at this point in the history
  7. chore: auto merge branches (#50118)

    chore: merge master into feature
    github-actions[bot] committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    aed4665 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. 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
    zombieJ committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    832cffc View commit details
    Browse the repository at this point in the history
  2. 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>
    xrkffgg and afc163 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c7d24e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31efa5a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    5cacdd1 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade deps (#50141)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e43b1a2 View commit details
    Browse the repository at this point in the history
  3. fix: popup align position (#50134)

    * fix: popup align
    
    * chore: adjust tooltip
    
    * fix: var
    zombieJ committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3456257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b5810 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] and li-jia-nan committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fd6b3f1 View commit details
    Browse the repository at this point in the history
  6. chore: auto merge branches (#50149)

    chore: feature merge master
    github-actions[bot] committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8751e0d View commit details
    Browse the repository at this point in the history
  7. docs: Update README.md reproduce link (#50151)

    Signed-off-by: Tao <magicdawn@qq.com>
    magicdawn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6476754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aebc23f View commit details
    Browse the repository at this point in the history
  9. Update README-zh_CN.md reproduce link (#50152)

    Signed-off-by: Tao <magicdawn@qq.com>
    magicdawn committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    24833b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50f1172 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. chore: upgrade deps (#50180)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    791c27b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: Improve es_ES.ts (#50179)

    Add more natural language to Spanish translations
    
    Signed-off-by: Sergio <sergioalmela@gmail.com>
    sergioalmela committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bcf2f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6d884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c5332 View commit details
    Browse the repository at this point in the history
  4. fix(table):table grouping columns does not apply sorting (#50086)

    * 增加函数循环收集mergedColumns中所有key
    
    * 新增测试用例
    
    * ci问题调整,收集列keys函数调整
    Zyf665 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c6289dd View commit details
    Browse the repository at this point in the history
  5. docs: fix findDOMNode warnings (#50191)

    * docs: fix findDOMNode warnings
    
    * docs: fix findDOMNode warnings
    
    * fix ts type
    afc163 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d9990e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. chore: auto merge branches (#50198)

    chore: merge master into feature
    github-actions[bot] committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    249c94f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d04f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b36f02a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. chore: auto merge branches (#50215)

    chore: merge master into feature
    github-actions[bot] committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6cb0040 View commit details
    Browse the repository at this point in the history
  2. chore: auto merge branches (#50216)

    chore: merge feature into master
    github-actions[bot] committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d9b550a View commit details
    Browse the repository at this point in the history
  3. docs: improve Segmented docs with SegmentedItemType (#50205)

    * docs: improve Segmented docs with SegmentedItemType
    
    * chore: update
    
    * chore: update
    
    * test: update snapshot
    
    * docs: update
    vagusX committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9484dd3 View commit details
    Browse the repository at this point in the history
  4. 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>
    Andrik264 and li-jia-nan committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4b09f30 View commit details
    Browse the repository at this point in the history
  5. fix: unit for line-height for ColorPicker (#50220)

    * fix: unit for line-height for ColorPicker
    
    * chore: update
    vagusX committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    14a9449 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4b585a View commit details
    Browse the repository at this point in the history
  7. 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
    vagusX committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cbdbed3 View commit details
    Browse the repository at this point in the history
  8. docs: v5.20.0 (#50218)

    * 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>
    vagusX and afc163 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    997650e View commit details
    Browse the repository at this point in the history
  9. 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>
    FanetheDivine and afc163 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2e2d766 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. chore: upgrade deps (#50225)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    1ed1814 View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and afc163 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7fdfb29 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. docs: update components/_util/index.zh-CN.md (#50235)

    修改错别字
    hzyhbk committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    85392db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2275919 View commit details
    Browse the repository at this point in the history
  3. docs(ColorPicker): Update line-gradient.md (#50239)

    Signed-off-by: Meetacoo <37367461+Meetacoo@users.noreply.github.com>
    Meetacoo committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2432422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af61f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ace7e2 View commit details
    Browse the repository at this point in the history
  6. docs: fix typo (#50256)

    astfn committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d1151f3 View commit details
    Browse the repository at this point in the history
  7. 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>
    li-jia-nan committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1421ecc View commit details
    Browse the repository at this point in the history
  8. ci: antd 4.x eol (#50254)

    Wxh16144 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f77f5ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddcdb2a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    5f3ab95 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    a6b064b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f662194 View commit details
    Browse the repository at this point in the history
  3. test(getScroll): When window is undef (#50266)

    * test(getScroll): When window is undef
    
    * test: document -> null
    
    * test: mock
    coding-ice committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a711cf4 View commit details
    Browse the repository at this point in the history
  4. fix(Calendar): make Calendar locale overriding locale from ConfigProv…

    …ider (#50236)
    
    Co-authored-by: Lansana DIOMANDE <lansana.diomande@cartier.comm>
    Asanio06 and Lansana DIOMANDE committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    37abf77 View commit details
    Browse the repository at this point in the history
  5. fix: ColorPicker not support compact (#50291)

    * fix: ColorPicker not support compact
    
    * test: update snapshot
    
    * test: update snapshot
    zombieJ committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c23d187 View commit details
    Browse the repository at this point in the history
  6. fix: fast-color compile error by upgrade color-picker (#50293)

    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ef489fc View commit details
    Browse the repository at this point in the history
  7. chore: upgrade deps (#50294)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    de7676a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b13c19a View commit details
    Browse the repository at this point in the history
  2. chore: improve pr template (#50301)

    * chore: update pr template
    
    * chore: update pr template
    
    * chore: update pr template
    afc163 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2a877f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f3999c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0508349 View commit details
    Browse the repository at this point in the history
  5. fix: form should update

    zombieJ committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eda6c4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c6111a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd3bfae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    426082d View commit details
    Browse the repository at this point in the history
  9. fix: tree switch bg height (#50313)

    * fix: tree switch bg height
    
    * fix: use before instead
    zombieJ committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0cf4a27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8bee926 View commit details
    Browse the repository at this point in the history
  11. chore: upgrade deps (#50321)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    10bff9c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: Typography ellipsis (#50315)

    * fix: get P
    
    * test: add test case
    zombieJ committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    09264eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a0694 View commit details
    Browse the repository at this point in the history
  3. type: ts definition improvement (#50324)

    * type: improve type assert
    
    * type: improve type assert
    
    * chore: modify the path
    thinkasany committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7085ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fba70d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9fab94 View commit details
    Browse the repository at this point in the history
  6. docs(AutoComplete): add missing options in en-US document (#50340)

    Signed-off-by: Googleplex <yyoung2001@gmail.com>
    y-young committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    33b4be4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. chore: upgrade deps (#50342)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b3930bf View commit details
    Browse the repository at this point in the history
  2. 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>
    Yuzu-io committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f05c380 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. 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
    li-jia-nan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    857ee24 View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate[bot] and afc163 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d6be2b2 View commit details
    Browse the repository at this point in the history
  3. 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>
    afc163 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0c97a6f View commit details
    Browse the repository at this point in the history
  4. fix(Table): style value should support CSS var (#50355)

    * fix(Table): zIndex value should support CSS var
    
    * fix: fix
    li-jia-nan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    dab9ab6 View commit details
    Browse the repository at this point in the history
  5. chore: fix surge preview deploy not throw error (#50356)

    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    dd34321 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    429cf1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aa5c3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b5d385 View commit details
    Browse the repository at this point in the history
  9. chore: Update pr-open-notify.yml (#50361)

    Signed-off-by: afc163 <afc163@gmail.com>
    afc163 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0ae6d69 View commit details
    Browse the repository at this point in the history
  10. 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>
    afc163 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e1e0c0b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7151d7 View commit details
    Browse the repository at this point in the history
  12. fix(site): fix lost indent of site (#50366)

    * fix(site): lost indent of site
    
    * fix: fix style
    li-jia-nan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    313b5ae View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    16f0189 View commit details
    Browse the repository at this point in the history
  2. 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)
    Wxh16144 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e188445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3819b18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c8958f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bd9d54 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. type: revert Table generic with any (#50372)

    * fix: table generic default any
    
    * feat: = AnyObject
    crazyair committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7d66a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700e0ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f64ecf View commit details
    Browse the repository at this point in the history
  4. docs(card): use card semantic-dom instead of table (#50390)

    Co-authored-by: codefactor-io <support@codefactor.io>
    thinkasany and code-factor committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b34d208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    097a4a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3c01de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51d6a9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    533d621 View commit details
    Browse the repository at this point in the history
  9. chore: upgrade deps (#50406)

    Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
    github-actions[bot] and afc163 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e229523 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96f1ec7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    aa60e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9a1b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7005212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97aa299 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85afc8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5403c69 View commit details
    Browse the repository at this point in the history
  7. site: fix image width issue in markdown (#50399)

    Co-authored-by: afc163 <afc163@gmail.com>
    Jarryxin and afc163 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a89bd93 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    ab2d759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e50aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879ad65 View commit details
    Browse the repository at this point in the history
  4. docs: fix typos (#50430)

    thinkasany committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4f01f22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1a0fb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    ae44eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fda1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4235d11 View commit details
    Browse the repository at this point in the history
  4. fix(input-number): without controls suffix style (#50450)

    Co-authored-by: afc163 <afc163@gmail.com>
    coding-ice and afc163 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bda8cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7481e14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a23050 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    fa3fddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e80ef92 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    5561a46 View commit details
    Browse the repository at this point in the history
  2. docs: add 5.20.2 changelogs (#50492)

    * docs: add 5.20.2 changelogs
    
    * remove typo
    
    * v5.20.2
    
    * fix typo
    chenshuai2144 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5888e6a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. demo: improve variant demo (#50495)

    * demo(form): improve variant demo
    
    * chore: replace semented
    thinkasany committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    78a65ef View commit details
    Browse the repository at this point in the history
  2. refactor: use react cycle method (#50500)

    * refactor: use react cycle method
    
    * chore: clean up
    zombieJ committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0b6a2f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7edf931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de5c835 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    53495d6 View commit details
    Browse the repository at this point in the history
  2. 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
    zombieJ committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b9d5933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2c161f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bac8ef View commit details
    Browse the repository at this point in the history