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

Sync 4.21.7 version from Antd #83

Merged
merged 1,361 commits into from
Jul 26, 2022
Merged

Sync 4.21.7 version from Antd #83

merged 1,361 commits into from
Jul 26, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 19, 2022

  1. docs: Convert part demo to ts version (ant-design#35641)

    * docs(badge): replace class component with hooks
    
    * docs(button): replace class component with hooks
    
    * docs(calendar): replace class component with hooks
    
    * docs(card): replace class component with hooks
    
    * docs(button): replace class component with hooks
    
    * chore(deps): remove webpack devDependencies
    
    * docs(cascader): replace class component with hooks
    
    * docs(checkbox): replace class component with hooks
    
    * docs(collapse): replace class component with hooks
    
    * docs(comment): replace class component with hooks
    
    * docs(descriptions): replace class component with hooks
    
    * docs(config-provider): replace class component with hooks
    
    * docs(date-picker): replace class component with hooks
    
    * docs(drawer): replace class component with hooks
    
    * docs(dropdown): replace class component with hooks
    
    * docs(dropdown): replace class component with hooks
    
    * docs(empty): replace class component with hooks
    
    * docs(grid): replace class component with hooks
    
    * docs(input): replace class component with hooks
    
    * docs(input-number): replace class component with hooks
    
    * docs(demo): fix lint error
    
    * docs(layout): replace class component with hooks
    
    * docs(list): replace class component with hooks
    
    * docs(mentions): replace class component with hooks
    
    * docs: fix code review issue
    
    * docs(modal): replace class component with hooks
    
    * docs(pagination): replace class component with hooks
    
    * docs(popconfirm): replace class component with hooks
    
    * docs(popover): replace class component with hooks
    
    * docs(progress): replace class component with hooks
    
    * docs(rate): replace class component with hooks
    
    * docs(radio): replace class component with hooks
    
    * docs: jsx to TS demo
    poyiding authored May 19, 2022
    Configuration menu
    Copy the full SHA
    40e3d7a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    905eada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af11c6 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/react-resizable from 1.7.4 to 3.0.0 (ant…

    …-design#35658)
    
    Bumps [@types/react-resizable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-resizable) from 1.7.4 to 3.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-resizable)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-resizable"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    f55778c View commit details
    Browse the repository at this point in the history
  4. test: refactor test cases of Timeline with testing library (ant-desig…

    …n#35654)
    
    * test: refactor test cases of TimeLine
    
    * fix: lint errors
    jrr997 authored May 20, 2022
    Configuration menu
    Copy the full SHA
    042c718 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump react-intl from 5.25.1 to 6.0.1 (ant-design#35659)

    Bumps [react-intl](https://github.com/formatjs/formatjs) from 5.25.1 to 6.0.1.
    - [Release notes](https://github.com/formatjs/formatjs/releases)
    - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@5.25.1...react-intl@6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: react-intl
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    eaefc86 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

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

Commits on May 22, 2022

  1. docs: 4.20.6 changelog (ant-design#35671)

    * docs: 4.20.6 changelog
    
    * docs: fix build
    zombieJ authored May 22, 2022
    Configuration menu
    Copy the full SHA
    e27aaeb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. chore: merge master

    zombieJ committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f58efe9 View commit details
    Browse the repository at this point in the history
  2. test: Update snapshot

    zombieJ committed May 23, 2022
    Configuration menu
    Copy the full SHA
    23c4e1c View commit details
    Browse the repository at this point in the history
  3. chore: auto merge branchs (ant-design#35677)

    chore: Feature merge master
    github-actions[bot] authored May 23, 2022
    Configuration menu
    Copy the full SHA
    3952bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6874c View commit details
    Browse the repository at this point in the history
  5. chore: short auto merge time

    zombieJ committed May 23, 2022
    Configuration menu
    Copy the full SHA
    919667a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3a893b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. fix: division in less for Segmented (ant-design#35701)

    * fix: division in less for Segmented
    
    * fix: update
    vagusX authored May 24, 2022
    Configuration menu
    Copy the full SHA
    95f56f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00eb63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56bcd1e View commit details
    Browse the repository at this point in the history
  4. docs: update demo code (ant-design#35695)

    * docs: update demo code
    
    * chore: increase bundle size
    
    * Revert "chore: increase bundle size"
    
    This reverts commit 1c75e5a.
    MadCcc authored May 24, 2022
    Configuration menu
    Copy the full SHA
    764069b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. fix: drawer can not ref form instance when open (ant-design#35706)

    * fix: drawer can not ref form instance when open
    
    * fix: test
    
    * feat: div ref
    
    * feat: test
    
    * feat: test
    
    * feat: test
    
    * feat: test
    crazyair authored May 25, 2022
    Configuration menu
    Copy the full SHA
    5e5ad93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e2d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48a049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be61009 View commit details
    Browse the repository at this point in the history
  5. chore: auto merge branchs (ant-design#35723)

    chore: feature merge master
    github-actions[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    b843fbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c0d45a View commit details
    Browse the repository at this point in the history
  7. feat: config provider support componentDisabled (ant-design#35718)

    * feat: config provider support componentDisable
    
    * test: update snapshot
    
    * docs: update
    
    * chore: code
    MadCcc authored May 25, 2022
    Configuration menu
    Copy the full SHA
    414f049 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    303c988 View commit details
    Browse the repository at this point in the history
  9. test: Replace alert part test with testing lib (ant-design#35736)

    Co-authored-by: chenkan1 <chenkan1@huya.com>
    shezhangzhang and chenkan1 authored May 25, 2022
    Configuration menu
    Copy the full SHA
    990a602 View commit details
    Browse the repository at this point in the history
  10. chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 (ant-design#35737)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.6.4...v4.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    1666313 View commit details
    Browse the repository at this point in the history
  11. docs(select): fix type (ant-design#35726)

    * fix: demo ts type
    
    * mend
    
    * Update select-users.md
    zhao-huo-long authored May 25, 2022
    Configuration menu
    Copy the full SHA
    1fda3ec View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    02c0c13 View commit details
    Browse the repository at this point in the history
  2. feat: Config provider pagination showSizeChanger (ant-design#35750)

    * feat: support showSizeChanger
    
    * test: test case
    zombieJ authored May 26, 2022
    Configuration menu
    Copy the full SHA
    1ed1fda View commit details
    Browse the repository at this point in the history
  3. fix: the ts wrong of card inteface (ant-design#35753)

    * fix: the ts wrong of card inteface
    
    * fix: add export cardproprs
    
    * feat: add card type test
    LongHaoo authored May 26, 2022
    Configuration menu
    Copy the full SHA
    c644371 View commit details
    Browse the repository at this point in the history
  4. docs(👍): update recommendation (ant-design#35758)

    * docs: update recommendation
    
    * Update recommendation.en-US.md
    afc163 authored May 26, 2022
    Configuration menu
    Copy the full SHA
    534abc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d797dfc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. refactor: Collapse replace expandIconPosition with logical position (a…

    …nt-design#35770)
    
    * refactor: change collapse to logic position
    
    * test: Update snapshot
    
    * chore: force trigger CI
    zombieJ authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7a8fce5 View commit details
    Browse the repository at this point in the history
  2. chore: feature merge master

    zombieJ committed May 27, 2022
    Configuration menu
    Copy the full SHA
    bd2b726 View commit details
    Browse the repository at this point in the history
  3. chore: auto merge branchs (ant-design#35772)

    chore: Feature merge master
    github-actions[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7a2a4e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acdd164 View commit details
    Browse the repository at this point in the history
  5. refactor: bump rc-collapse to stable dom (ant-design#35781)

    * chore: bump rc-collapse to stable dom
    
    * chore: clean up
    zombieJ authored May 27, 2022
    Configuration menu
    Copy the full SHA
    9578f06 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. test: Replace card component test with testing lib (ant-design#35751)

    * test: Replace card component test with testing lib
    
    * test: update the snapshot
    LongHaoo authored May 28, 2022
    Configuration menu
    Copy the full SHA
    e7393ee View commit details
    Browse the repository at this point in the history
  2. docs: add note to custom BackTop demo (ant-design#35625)

    * docs: add note to custom BackTop demo
    
    * Apply suggestions from code review
    
    Co-authored-by: afc163 <afc163@gmail.com>
    Harukisatoh and afc163 authored May 28, 2022
    Configuration menu
    Copy the full SHA
    363e077 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    effa554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596d24e View commit details
    Browse the repository at this point in the history
  3. chore: auto merge branchs (ant-design#35799)

    chore: sync master to feature
    github-actions[bot] authored May 29, 2022
    Configuration menu
    Copy the full SHA
    70aa243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f642916 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. chore(deps): update dependency eslint-plugin-jest to ~26.4.0 (ant-des…

    …ign#35801)
    
    * chore(deps): update dependency eslint-plugin-jest to ~26.4.0
    
    * Update package.json
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    3 people authored May 30, 2022
    Configuration menu
    Copy the full SHA
    b535068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8281c06 View commit details
    Browse the repository at this point in the history
  3. docs: changelog for 4.20.7 (ant-design#35804)

    * docs: changelog for 4.20.7
    
    * chore: bump version to 4.20.7
    
    * docs: update changelog
    PeachScript authored May 30, 2022
    Configuration menu
    Copy the full SHA
    336fef0 View commit details
    Browse the repository at this point in the history
  4. refactor: Fix Dropdown nesting menu injection logic (ant-design#35810)

    * refactor: Dependency Inversion
    
    * test: update snapshot
    
    * test: Update snapshot
    
    * test: more
    
    * fix: table dropdown logic
    
    * fix: menu lint
    zombieJ authored May 30, 2022
    Configuration menu
    Copy the full SHA
    99c16aa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    a61671f View commit details
    Browse the repository at this point in the history
  2. test: move test cases to @testing/library for Modal (ant-design#35785)

    * test: move test cases to @testing/library for Modal
    
    * update
    
    * fix: test
    
    * test: add test case for mouse position
    
    * chore: revert
    foryuki authored May 31, 2022
    Configuration menu
    Copy the full SHA
    b46e839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ced6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd25f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    166100e View commit details
    Browse the repository at this point in the history
  2. perf: active skeleton animated with transform (ant-design#35836)

    * active skeleton animated with transform
    
    * properties order fixed
    
    * properties order fixed
    
    * properties order fixed
    
    Co-authored-by: afc163 <afc163@gmail.com>
    slotDumpling and afc163 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    1251a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d13f02a View commit details
    Browse the repository at this point in the history
  4. docs: update FAQ titles

    afc163 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cc9e3c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dc56e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81a2b2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    938cdab View commit details
    Browse the repository at this point in the history
  8. fix: drawer close twice children is undefined (ant-design#35853)

    * fix: drawer close twice children is undefined
    
    * fix: drawer close twice children is undefined
    
    * chore: code
    
    * fix: test
    crazyair authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c3fc5db View commit details
    Browse the repository at this point in the history
  9. chore: merge feature

    afc163 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6423e22 View commit details
    Browse the repository at this point in the history
  10. test: update snapshot

    afc163 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    792d230 View commit details
    Browse the repository at this point in the history
  11. chore: auto merge branchs (ant-design#35857)

    chore: merge master into feature
    github-actions[bot] authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    1223895 View commit details
    Browse the repository at this point in the history
  12. fix: remove extraneous space from rc-segmented version (ant-design#35863

    )
    
    The extra spaces confuses third-party tooling
    momesana authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d239ae5 View commit details
    Browse the repository at this point in the history
  13. feat: Progress steps support custom strokeColor for each step (ant-de…

    …sign#35855)
    
    * feat: <Progress steps /> could accept string[] as strokeColor
    
    close ant-design#35852
    close ant-design#26858
    
    * fix: tsx demo
    
    * docs: add version column
    afc163 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2113c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. chore: stlye patch of statistic (ant-design#35874)

    * chore: stlye patch of statistic
    
    * test: Udpate snapshot
    zombieJ authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8b27d06 View commit details
    Browse the repository at this point in the history
  2. test: replace Input part test with test lib (ant-design#35754)

    * test: replace Input part test with test lib
    
    * test: test input case
    
    * test: update textarea case
    
    Co-authored-by: z1399 <zhenggq@dtdream.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    3 people authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6e55310 View commit details
    Browse the repository at this point in the history
  3. refactor: pagination mini className (ant-design#35881)

    * refactor: pagination mini cls
    
    * test: update snapshot
    
    * test: update snapshot
    
    * chore: code clean
    
    * chore: code clean
    
    * test: update snapshot
    
    * test: update snapshot
    MadCcc authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a5d8db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5074ef View commit details
    Browse the repository at this point in the history
  5. feat: tabs support popupClassName (ant-design#35892)

    * feat: tabs support popupClassName
    
    * docs: update
    MadCcc authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    77823c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bae50c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. chore(deps): update dependency @types/jest to v28 (ant-design#35907)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9346858 View commit details
    Browse the repository at this point in the history
  2. chore: auto merge branchs (ant-design#35910)

    branch: merge master into feature
    github-actions[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2c1d512 View commit details
    Browse the repository at this point in the history
  3. chore: auto merge branchs (ant-design#35911)

    branch: merge feature into master
    github-actions[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7bd78e7 View commit details
    Browse the repository at this point in the history
  4. ci: fix typo

    xrkffgg authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    423ebea View commit details
    Browse the repository at this point in the history
  5. fix: 类型“FormListFieldData”上不存在属性“fieldKey”。(ant-design#35883) (ant-de…

    …sign#35884)
    
    * fix: 类型“FormListFieldData”上不存在属性“fieldKey”。(ant-design#35883)
    
    * add deprecated tag to fieldKey
    
    * add changelog
    
    * Revert "add changelog"
    
    This reverts commit 2cc174f.
    nanianlisao authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c9145d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d303889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebe9c3c View commit details
    Browse the repository at this point in the history
  8. fix: remove important in radio style (ant-design#35920)

    * fix: remove important in radio style
    
    * chore: code clean
    MadCcc authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d1de6d9 View commit details
    Browse the repository at this point in the history
  9. docs: correct types (ant-design#35919)

    * docs: correct types
    
    * ++
    
    Co-authored-by: afc163 <afc163@gmail.com>
    kungege and afc163 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    7bb5a7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b29d749 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22c8bc4 View commit details
    Browse the repository at this point in the history
  12. docs: add changelog 4.21.0 (ant-design#35915)

    * docs: add changelog 4.21.0
    
    * Update CHANGELOG.en-US.md
    
    Co-authored-by: Amumu <yoyo837@hotmail.com>
    
    * Update CHANGELOG.zh-CN.md
    
    Co-authored-by: Amumu <yoyo837@hotmail.com>
    
    * docs: add
    
    * Update CHANGELOG.en-US.md
    
    * docs: fix
    
    * docs: add
    
    * docs: update
    
    * docs: fix
    
    * docs: remove 35407
    
    Co-authored-by: Amumu <yoyo837@hotmail.com>
    xrkffgg and yoyo837 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c22fce2 View commit details
    Browse the repository at this point in the history
  13. Feat: support 'treeExpandAction' prop for TreeSelect (ant-design#35618)

    * Feat: support 'treeExpandAction' prop for TreeSelect
    
    * chore: bump rc-tree
    
    * chore: fix lint
    
    * fix: fix directory tree duplicate expandAction
    
    * fix: fix directory tree duplicate expandAction
    
    * fix: fix directory tree duplicate expandAction
    
    * chore: add docs
    
    Co-authored-by: zombiej <smith3816@gmail.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    3 people authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4dd6fca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d7122c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d56ba70 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e56abdf View commit details
    Browse the repository at this point in the history
  17. chore: auto merge branches (ant-design#35922)

    chore: Master merge feature
    github-actions[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ae6279a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e04120 View commit details
    Browse the repository at this point in the history
  19. fix: Form.Item noStyle should not be affected by parent Form.Item (an…

    …t-design#35849)
    
    * fix: Form.Item noStyle should not be affected by parent Form.Item
    
    * test: update snapshot
    
    * fix: status
    
    * chore: code clean
    
    * fix: modal and drawer
    
    * test: fix lint
    
    * chore: code clean
    
    * refactor: noFormStyle
    
    * chore: code clean
    
    * revert: revert change in Form.Item
    
    * chore: code clean
    MadCcc authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1f080c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. test: replace test case with test library (ant-design#35925)

    * test: replace test case with test library
    
    * test: replace test case with test library
    
    * test: update snapshots
    poyiding authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    dfd1897 View commit details
    Browse the repository at this point in the history
  2. docs: clean up useless space

    zombieJ committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    eafe3fc View commit details
    Browse the repository at this point in the history
  3. test: refactor tree with testing lib (ant-design#35937)

    * test: tree test
    
    * test: clean up
    
    * chore: bump rc-tree
    
    * test: Update snapshot
    
    * test: Update for react 18
    zombieJ authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    771836c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    08a9c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0389d2 View commit details
    Browse the repository at this point in the history
  3. fix: menu items typings (ant-design#35790)

    * Fix menu items typings
    
    * add test case for menu item type checking
    MasaoBlue authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d099dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56bb2b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. chore: upgrade react-slick to 0.29.1 (ant-design#35959)

    * chore: upgrade react-slick to 0.29.0
    
    * Update package.json
    afc163 authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c80ddb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ed96d View commit details
    Browse the repository at this point in the history
  3. Fix color generation for grey colors (ant-design#35954)

    Co-authored-by: afc163 <afc163@gmail.com>
    christian-lechner and afc163 authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    da9324f View commit details
    Browse the repository at this point in the history
  4. test: move test cases to @testing/library for Typography (ant-design#…

    …35955)
    
    * test: move test cases to @testing/library for Typography
    
    * fix: waitFor for tooltip test
    
    * fix: sleep to wait copy hide
    
    * test: refactor focus test
    yykoypj authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cfc790d View commit details
    Browse the repository at this point in the history
  5. chore: Update it_IT.tsx (ant-design#35970)

    Fix italian translation for Table.cancelSort key
    gariggio authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4c0ac91 View commit details
    Browse the repository at this point in the history
  6. docs: Segmented API type (ant-design#35974)

    * Update index.en-US.md
    
    * Update index.zh-CN.md
    hoosin authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4fd49a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. chore: fix typo

    afc163 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    74287ac View commit details
    Browse the repository at this point in the history
  2. chore: bump rc-dialog version (ant-design#35969)

    * chore: bump rc-dialog version
    
    * chore: trigger
    
    * chore: trigger
    
    * docs: RM peer conflict demo
    
    * chore: bump deps version
    
    * chore: bump ver
    
    * chore: bump
    
    * chore: bump
    
    * chore: test
    
    * chore: rm peer
    
    * chore: clean all peer
    
    * chor: bump rc-image
    zombieJ authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    66c3639 View commit details
    Browse the repository at this point in the history
  3. fix: Button has no disabled style when link type (ant-design#35975)

    Co-authored-by: MadCcc <1075746765@qq.com>
    MuxinFeng and MadCcc authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f2a5d2f View commit details
    Browse the repository at this point in the history
  4. fix: DropdownProps definition (ant-design#35990)

    Co-authored-by: jhonebee <zhangjin19960908@gamil.com>
    Co-authored-by: MadCcc <1075746765@qq.com>
    3 people authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a86feb7 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump stylelint from 14.8.3 to 14.9.0 (ant-design#35998)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.9.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@14.8.3...14.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9ddde89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7aa754 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. fix: Fixed the getContainer property in Image not reading the setting…

    …s in ConfigProvider (ant-design#36002)
    
    * fix: 35942
    
    * test: 添加测试用例
    
    * fix:
    
    * fix:
    robothot authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    c7638a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961383f View commit details
    Browse the repository at this point in the history
  3. Update package.json

    afc163 authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    e963060 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    f93480a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency stylelint-config-standard to v26 (ant-…

    …design#36017)
    
    * chore(deps): update dependency stylelint-config-standard to v26
    
    * chore: ignore selector-not-notation rule
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    3 people authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    e1a6241 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. test: move test cases to testing lib for Statistic (ant-design#36019)

    Co-authored-by: afc163 <afc163@gmail.com>
    foryuki and afc163 authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3f822ac View commit details
    Browse the repository at this point in the history
  2. test: replace Table part test with test lib (ant-design#35989)

    * test: replace Table part test with test lib
    
    * test: replace table test with test library
    
    * test: update snapshot
    
    * test: replace last mount
    
    * test: fix 18 testing
    
    Co-authored-by: zombiej <smith3816@gmail.com>
    poyiding and zombieJ authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    52b049d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250497a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    2956527 View commit details
    Browse the repository at this point in the history
  2. docs: fix menu API table (ant-design#36043)

    * docs: fix menu API table
    
    * Update index.en-US.md
    afc163 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c72c700 View commit details
    Browse the repository at this point in the history
  3. docs: fix demos (ant-design#36040)

    * docs: fix demos
    
    * ++
    kungege authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    524c936 View commit details
    Browse the repository at this point in the history
  4. fix: fix incorrect form status with noStyle (ant-design#36054)

    * fix: form status
    
    * test: update test case
    MadCcc authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    147468a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e1d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    88858c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6195376 View commit details
    Browse the repository at this point in the history
  3. fix:when props.value is not undefined, can't reset value and focus (a…

    …nt-design#34728)
    
    * fix: when props.value is not undefined, can't reset value and focus
    
    * test: add test case
    
    Co-authored-by: MadCcc <1075746765@qq.com>
    Pulset and MadCcc authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0e6e1c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. feat: Synchronize the update of antd 4.20.2 version

    zhang lay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8383515 View commit details
    Browse the repository at this point in the history
  2. test: move test cases to @testing/library for Upload (ant-design#36024)

    * test: move test cases to @testing/library for Upload
    
    * refactor: use jest.fn to replace done logic
    
    * test: sample of moving test to testing lib
    
    * test: check for 17
    
    * refactor: manual control timer for React18
    
    * refactor: animateEnd for useless middle state snapshot for 'handle error'
    
    Co-authored-by: zombiej <smith3816@gmail.com>
    yykoypj and zombieJ authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    83eb5e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    853a04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89717f1 View commit details
    Browse the repository at this point in the history
  3. fix: Typescript - Tree component DirectoryTreeProps, missing Node Type (

    ant-design#36092)
    
    * fix: edit DirectoryTreeProps
    
    * test: add DirectoryTree type test
    
    * fix: edit type
    
    Co-authored-by: JaylanChen <JaylanChen@126.com>
    JaylanChen and JaylanChen authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f19cf66 View commit details
    Browse the repository at this point in the history
  4. fix: Table customize filterDropdown with Menu should not block defaul…

    …t selectable (ant-design#36098)
    
    * fix: Table customize Menu should be selectable
    
    * test: Add test case
    
    * test: Update snapshow
    zombieJ authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    63fc505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96ccdfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad45f6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fe88a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef286d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

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

Commits on Jun 20, 2022

  1. fix: Table multiple dropdown not closed (ant-design#36132)

    * fix: Table dropdown can not close
    
    * test: Test case
    
    * test: cov
    
    * chore: bump rc-util
    
    * chore: reorder
    
    * chore: bump rc-util
    
    * chore: rm test
    
    * chore: clean up
    zombieJ authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0ff19bb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. fix: component.displayName To distinguish the environment (ant-design…

    …#36126)
    
    Co-authored-by: afc163 <afc163@gmail.com>
    yaogengzhu and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1cec18e View commit details
    Browse the repository at this point in the history
  2. fix: repeat a css class in readOnly, which has been declared in rc-in…

    …put-number (ant-design#36120)
    
    Co-authored-by: afc163 <afc163@gmail.com>
    Adrian-Zephyr-Liao and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7045aa7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency inquirer to v9 (ant-design#36121)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    renovate[bot] and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5120b38 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump jsdom from 19.0.0 to 20.0.0 (ant-design#36133)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 19.0.0 to 20.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@19.0.0...20.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    dependabot[bot] and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b7cf4e6 View commit details
    Browse the repository at this point in the history
  5. docs(Input): add proper type for inputRef (ant-design#36135)

    * docs(Input): add proper type for `inputRef`
    
    * docs: use `InputRef` instead of `ElementRef`
    
    Co-authored-by: afc163 <afc163@gmail.com>
    Dennis273 and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    24a7da8 View commit details
    Browse the repository at this point in the history
  6. style: enlarge draggable area for Slider handle (ant-design#36018)

    * active skeleton animated with transform
    
    * properties order fixed
    
    * properties order fixed
    
    * properties order fixed
    
    * bigger dragable area for slider handle
    
    * Update components/slider/style/index.less
    
    Co-authored-by: afc163 <afc163@gmail.com>
    
    * Update index.less
    
    6px
    
    Co-authored-by: afc163 <afc163@gmail.com>
    slotDumpling and afc163 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1d8d871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    092bfd7 View commit details
    Browse the repository at this point in the history
  8. fix: Dropdown with group menu can not close (ant-design#36148)

    * test: test driven
    
    * fix: Dropdown with Menu list group
    zombieJ authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9ab8cc4 View commit details
    Browse the repository at this point in the history
  9. style: Code style optimization (ant-design#36144)

    * style: code style optimization
    
    * style: code style optimization
    
    * style: code style optimization
    li-jia-nan authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8227a53 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. style: Remove methed of Array push (ant-design#36157)

    * style: code style optimization
    
    * style: code style optimization
    
    * style: code style optimization
    
    * style: code style optimization
    li-jia-nan authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    db58f19 View commit details
    Browse the repository at this point in the history
  2. style: fix Button loading icon margin issue (ant-design#36168)

    * style: fix Button loading icon margin issue
    
    * test: update snapshot
    
    * test: fix tsx demo error
    afc163 authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    15b8b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2c631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c172a0 View commit details
    Browse the repository at this point in the history
  5. refactor: performance optimization (ant-design#36177)

    * style: code style optimization
    
    * style: code style optimization
    
    * style: code style optimization
    
    * style: code style optimization
    
    * fix: Code style optimization
    
    * style: format
    li-jia-nan authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4401c74 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    1c8415c View commit details
    Browse the repository at this point in the history
  2. Fix breaks (ant-design#36186)

    * Added type assertion so function no longer returns any/unknown
    
    * Add type constraint since Object.keys is called on this value
    RyanCavanaugh authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    726dd85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88415f4 View commit details
    Browse the repository at this point in the history
  4. fix: type incompatibility in strict mode (ant-design#36189)

    * fix: type incompatibility
    
    * fix: type
    Dunqing authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    3ea2817 View commit details
    Browse the repository at this point in the history
  5. fix: Reset the last selection key (ant-design#34705)

    * fix: reset last selection key
    
    * reset last selection key when deselect
    
    * fix: add test case
    
    * fix: remove unused code
    
    * fix: enzyme bug
    
    * fix: update test
    
    * styles: remove empty line
    
    * fix: lint error
    
    * test: migrate to testing-libary
    
    * fix: xxx.simulate is not a function
    
    * fix: lint error
    
    * fix: use wrong
    
    * fix: solved test not work
    
    Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
    Dunqing and dengqing authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2971e3b View commit details
    Browse the repository at this point in the history
  6. fix: Upload listType="picture-card" select button when children is em…

    …pty (ant-design#36196)
    
    * fix: Upload listType="picture-card" select button should be hidden when children is empty
    
    close ant-design#36183
    
    * test: fix test case
    afc163 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7357f55 View commit details
    Browse the repository at this point in the history
  7. perf: unify regeneratorRuntime import path for bundle size (ant-desig…

    …n#36200)
    
    * perf: unify regeneratorRuntime import path for bundle size
    
    close ant-design#36198
    
    * Update package.json
    afc163 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7c4e6c4 View commit details
    Browse the repository at this point in the history
  8. Docs: FAQ add explanation of null in controlled components. (ant-desi…

    …gn#36082)
    
    * docs: fix Chinese language grammar mistake in FAQ
    
    * docs: FAQ add explanation of null in controlled components
    
    * docs: update null in controlled components FAQ
    
    * docs: update null in controlled components FAQ (add lost word)
    
    * docs: null in controlled components FAQ optimization
    
    * docs: FAQ add explanation of null in controlled components (English)
    
    * docs: update faq docs
    
    * docs: update faq docs(chinese)
    
    * docs: optimize faq docs
    
    * Update faq.en-US.md
    
    * Update faq.en-US.md
    
    * Update faq.en-US.md
    
    * Update faq.zh-CN.md
    
    * Update faq.en-US.md
    
    Co-authored-by: shezhangzhang <chenkan@ChenKan-Mac.local>
    Co-authored-by: MadCcc <1075746765@qq.com>
    3 people authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    478bd67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e8280d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. fix: nested Table margin style (ant-design#36209)

    * fix: nested Table margin style
    
    * fix: tsx demo
    
    * test: update snapshot
    afc163 authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f8a9cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    326978e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295f1ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d733de8 View commit details
    Browse the repository at this point in the history
  5. chore: fix eslint warning and bisheng terminal log (ant-design#36220)

    * chore: fix eslint warning
    
    * chore: fix bisheng log
    
    * Update basic.md
    afc163 authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    eeedb87 View commit details
    Browse the repository at this point in the history
  6. docs: update Tabs demo code (ant-design#36217)

    * docs:update demo code
    
    * docs: update Tabs demo code
    
    * docs: update Tabs demo code
    zty42 authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    93400e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. chore(deps-dev): bump @types/jest-image-snapshot from 4.3.2 to 5.1.0 (a…

    …nt-design#36229)
    
    Bumps [@types/jest-image-snapshot](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest-image-snapshot) from 4.3.2 to 5.1.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest-image-snapshot)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest-image-snapshot"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    ee28570 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. chore(deps): update dependency remark-cli to v11 (ant-design#36237)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    a613a26 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    c0411d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db62ade View commit details
    Browse the repository at this point in the history
  3. refactor: wrap Wave with FC (ant-design#36248)

    * refactor: wrap Wave with FC
    
    * test: update test case
    MadCcc authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    483c8d3 View commit details
    Browse the repository at this point in the history
  4. docs: add 4.21.4 changelog (ant-design#36246)

    * docs: add 4.21.4 changelog
    
    * fix
    
    * reset
    chenshuai2144 authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2d233fb View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.12 (ant-de…

    …sign#36255)
    
    Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 1.0.0-rc.12.
    - [Release notes](https://github.com/cheeriojs/cheerio/releases)
    - [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md)
    - [Commits](cheeriojs/cheerio@v1.0.0-rc.10...v1.0.0-rc.12)
    
    ---
    updated-dependencies:
    - dependency-name: cheerio
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4439891 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. chore: update Belarusian locale (ant-design#36265)

    * Edited Belarusian locale:
     - Added missed entries
     - Fixed some mistakes
    
    * test: update snapshot
    
    Co-authored-by: Aliaksiej Razumaŭ <belarusaed@gmail.com>
    afc163 and bielarusajed authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3ee6c47 View commit details
    Browse the repository at this point in the history
  2. docs: update English sketch file link (ant-design#36269)

    * docs: English sketch file links from communicatity
    
    * Update resources.en-US.md
    afc163 authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f4e5e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf924df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c7ea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    33400ee View commit details
    Browse the repository at this point in the history
  2. fix: arrow compatibility (ant-design#36266)

    * fix: arrow campatibility
    
    * chore: code clean
    
    * chore: rm useless style
    
    * chore: code clean
    
    * fix: use inset
    
    * chore: bundlesize optimization
    
    * chore: rm useless style
    
    * chore: rm useless style
    MadCcc authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    42e030e View commit details
    Browse the repository at this point in the history
  3. fix: Fixed an error when the loading property of the Button component… (

    ant-design#36288)
    
    * fix: Fixed an error when the loading property of the Button component was passed into null
    
    * Update components/button/button.tsx
    
    Obviously, this suggestion is more concise , thanks a lot
    
    Co-authored-by: afc163 <afc163@gmail.com>
    
    * Update components/button/button.tsx
    
    * Update components/button/button.tsx
    
    Co-authored-by: kejianfeng <kejianfeng@cvte.com>
    Co-authored-by: afc163 <afc163@gmail.com>
    3 people authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5f933eb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. test: move test cases to testing lib for Spin (ant-design#36317)

    * test: move test cases to testing lib for Spin
    
    * fix: types
    
    * fix: lint
    foryuki authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    201a667 View commit details
    Browse the repository at this point in the history
  2. test: move test cases to testing lib for Switch (ant-design#36326)

    * add
    
    * test: wave
    
    * fix: type
    foryuki authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    efe6d7c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:infra-fe/infra-design into zl/v4.…

    …21.2-sync
    zhang lay committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d8fc1b6 View commit details
    Browse the repository at this point in the history
  4. test: update snapshot (ant-design#36344)

    * test: update snapshot
    
    * test: update snapshot
    MadCcc authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8ab7851 View commit details
    Browse the repository at this point in the history
  5. fix: checkbox should be disabled by form (ant-design#36345)

    * fix: checkbox should be disabled by form
    
    * chore: code clean
    
    * test: update snapshot
    
    * chore: snapshot
    MadCcc authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0a7b4d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. test: move test cases to @testing/library for Carousel (ant-design#35926

    )
    
    * test: move test cases to @testing/library for Carousel
    
    * fix: wait for animation
    yykoypj authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1d82f22 View commit details
    Browse the repository at this point in the history
  2. test: replace layout test case with test lib (ant-design#36323)

    * test: replace layout test case with test lib
    
    * test: fix react 18
    
    * test: clean up
    
    Co-authored-by: zombiej <smith3816@gmail.com>
    poyiding and zombieJ authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    40728fb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. docs: v4.21.5 (ant-design#36353)

    * docs: v4.21.5
    
    * chore: add try time
    
    * chore: update changelog
    MadCcc authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6231309 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. chore(deps): update dependency eslint-plugin-unicorn to v43 (ant-desi…

    …gn#36350)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b2c31ae View commit details
    Browse the repository at this point in the history
  2. feat: Sync 4.21.4 version from Antd

    zhang lay committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5afec96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69f289 View commit details
    Browse the repository at this point in the history
  4. fix: ErrorList shaking (ant-design#36358)

    * fix: ErrorList shaking
    
    * fix: React 18 test case
    zombieJ authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9bc30d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab19033 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. style: fix size of close icon on Modal header (ant-design#36309)

    * fix: update default.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
    
    Signed-off-by: Chang Wei <changwei1006@gmail.com>
    
    * fix: update variable.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
    
    Signed-off-by: Chang Wei <changwei1006@gmail.com>
    
    * fix: update compact.less, set the @modal-header-close-size to @modal-header-title-line-height + 2 * @modal-header-padding-vertical to keep the close icon in the center of vertical
    
    Signed-off-by: Chang Wei <changwei1006@gmail.com>
    cw1997 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    345cbce View commit details
    Browse the repository at this point in the history
  2. Update index.en-US.md (ant-design#36400)

    Fixed a typo
    KirillSBarsukov authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2e04982 View commit details
    Browse the repository at this point in the history
  3. docs: fix customize calendar example (ant-design#36356)

    * docs: fix customize calendar example
    
    * test: changed calendar snapshot
    
    Co-authored-by: lico <lico@licoui-MacBookPro.local>
    hsk-kr and lico authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e262ae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    47f68d0 View commit details
    Browse the repository at this point in the history
  2. fix: fix wrong color of date picker with status set (ant-design#35685)

    * fix: fix wrong color of date picker with status set
    
    * Update status.less
    
    Co-authored-by: afc163 <afc163@gmail.com>
    simplejason and afc163 authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1a8edd9 View commit details
    Browse the repository at this point in the history
  3. feat: Update Doc (ant-design#36437)

    Co-authored-by: meng.jia <meng.jia@ly.com>
    jiameng123 and tclxmeng-jia authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4e03961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d0ae57 View commit details
    Browse the repository at this point in the history
  5. fix: Upload item removed should keep status className (ant-design#36439)

    * fix: Upload item removed should keep status className
    
    * add test case
    
    * test: fix act warning
    
    * revert act test
    
    * test: update snapshot
    afc163 authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    cebbe23 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. docs: fix typo (ant-design#36450)

    面包屑部分, "是"应该改为"时"
    wsp971 authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4614d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46be23a View commit details
    Browse the repository at this point in the history
  3. style: fix Skeleton active lost border-radius in Safari (ant-design#3…

    …6445)
    
    * style: fix Skeleton active lost border-radius in Safari
    
    * perf: reduce skeleton css bundle size
    
    * chore: fix bundle size limit
    
    * chore: fix active typing
    afc163 authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    91ff1dc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    20b3f20 View commit details
    Browse the repository at this point in the history
  2. feat: Add support to Skeleton, which allow deployer use custom node a…

    …s prop. (ant-design#36441)
    
    * feat: Skeleton component supports for custom node
    
    * fix: Clear redundant code
    
    * refactor: Remove changes in package.json
    
    * test: Update the snapshot of Skeleton demo
    
    * Update components/skeleton/demo/element.md
    
    Co-authored-by: afc163 <afc163@gmail.com>
    
    Co-authored-by: afc163 <afc163@gmail.com>
    DawnLck and afc163 authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1643acf View commit details
    Browse the repository at this point in the history
  3. docs: fix typo (ant-design#36457)

    fix typo in useWatch.md
    suica authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6ada28c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. docs: update index.zh-CN.md (ant-design#36471)

    去掉文案描述中多的标点
    bobo0902 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7dfc805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6497d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41464e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6599c27 View commit details
    Browse the repository at this point in the history
  5. ci: add conch msg (ant-design#36481)

    * ci: add conch msg
    
    * Update release-helper.yml
    xrkffgg authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    563de19 View commit details
    Browse the repository at this point in the history
  6. fix: tooltip cannot close on disabled Radio (ant-design#36483)

    * fix: tooltip cannot close on disabled Radio
    
    * test: add test
    MadCcc authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4f7ac9f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    c32aa46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008681c View commit details
    Browse the repository at this point in the history
  3. fix: merge from master and resolve conflict

    zhang lay committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    efd9aa3 View commit details
    Browse the repository at this point in the history
  4. docs: simplified Layout component sample code (ant-design#36497)

    the component example code expands to take up the entire monitor screen and is not well read
    Wxh16144 authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c86d02e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9ab30d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. fix: SVG Upload Preview Error (ant-design#36402)

    * Update utils.tsx
    
    * style: unify img styling
    
    Unify the styling  of img attribute setting.
    
    * test: add previewImage test for svg file
    
    Add previewImage test for SVG upload
    
    * fix: remove charset
    
    Remove charset in data url for text content.
    
    * test: fix test
    
    * fix: typo
    
    * fix: correct patching for svg upload error
    
    * fix: correct patching for svg upload error
    
    * test: update test
    jonioni authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    92c8bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c7c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2255dba View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. refactor: move popconfirm content out (ant-design#36530)

    * refactor: move popconfirm content out
    
    * fix: lint
    zombieJ authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    006c055 View commit details
    Browse the repository at this point in the history
  2. test: update snapshot

    zombieJ committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ed5f4c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cd007a View commit details
    Browse the repository at this point in the history
  4. add Modal @modal-border-radius less variable (ant-design#36527)

    * add Modal @modal-border-radius less variable
    
    * fix:  add less variable
    kkkisme authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    9989a2d View commit details
    Browse the repository at this point in the history
  5. feat: Sync 4.21.6 version from Antd

    zhang lay committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f9db56c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. chore(deps): update dependency eslint-plugin-markdown to v3 (ant-desi…

    …gn#36560)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    912d274 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. fix: form disabeld support Upload (ant-design#36573)

    Co-authored-by: ranrui.cwj <ranrui.cwj@alibaba-inc.com>
    cwjTerrace and ranrui.cwj authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8c9ad9b View commit details
    Browse the repository at this point in the history
  2. docs: changelog for 4.21.7 (ant-design#36572)

    * docs: changelog for 4.21.7
    
    * chore: bump version to 4.21.7
    
    * docs: update changelog
    
    * docs: append a new changelog
    PeachScript authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    10b153f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Jul 20, 2022

  1. docs: menu faq (ant-design#36604)

    * docs: menu faq
    
    * docs: patch codesandbox
    zombieJ authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    31eef3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2146d18 View commit details
    Browse the repository at this point in the history
  3. style: fix Table extra shadow and scrollbar when all columns are fixed

    Co-authored-by: weiwang <wren@xuncetech.com>
    dashaowang and weiwang authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    cff762c View commit details
    Browse the repository at this point in the history
  4. feat: Replace input-number part test with testing lib (ant-design#36080)

    * feat: Replace input-number part test with testing lib
    
    * feat: update rc-input-number version
    heiyu4585 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8c34cb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. test: move test cases to testing lib for Collapse (ant-design#36227)

    * test: move test cases to testing lib for Collapse
    
    * chore: remove useless file
    
    * fix: react 18 concurrent
    
    * chore: remove useless file
    foryuki authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    817773e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1180b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7df07 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Merge branch 'master' into zl/v4.21.6-sync

    zhang lay committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e68f246 View commit details
    Browse the repository at this point in the history
  2. fix(Tree): DraggableFn params type (ant-design#36648)

    * fix(Tree): DraggableFn params type
    
    * chore: add blank line
    
    * test: add typ test for draggable Fn
    
    * test: add typ test for draggable Fn
    
    Co-authored-by: tianyuan233 <zty.dev@outlook.com>
    zty42 and tianyuan233 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    09de419 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. fix(modal): Modal.xxx onCancel close argument is not a function (ant-…

    …design#36600)
    
    * fix(modal):  fix the error of `onCancel` parameter of modal returned by `useModal`
    
    resolve: 36581
    
    ref: ant-design#36581 (comment)
    
    * test(confirm): 补充 modal 测试用例
    
    * test(modal): 添加测试用例
    
    * Revert "fix(modal):  fix the error of `onCancel` parameter of modal returned by `useModal`"
    
    This reverts commit e4fcb3e.
    
    * fix(modal): fix modal onOk/onCancel method is not a valid function when there is a close parameter
    
    closed: ant-design#36581
    
    * chore: cancel the introduction of `noop` from third-party library
    Wxh16144 authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    16ecdbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5d463 View commit details
    Browse the repository at this point in the history
  3. docs: renew Select dropdownRender demo and FAQ (ant-design#36665)

    * docs: renew Select dropdownRender FAQ and demo
    
    * chore: update snapshot
    
    * chore: fix Select demo tsc
    
    * chore: fix Select demo tsc
    afc163 authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    1e88248 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. test: move-test-cases-to-testing-lib-for-Radio (ant-design#36664)

    * test: move-test-cases-to-testing-lib-for-Radio
    
    * update toMatchSnapshot
    
    Co-authored-by: ranrui.cwj <ranrui.cwj@alibaba-inc.com>
    cwjTerrace and ranrui.cwj authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    3675ad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. feat: Sync 4.21.7 version from Antd

    zhang lay committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1ca2a57 View commit details
    Browse the repository at this point in the history