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

4.x stable #1

Open
wants to merge 74 commits into
base: 4.x-stable
Choose a base branch
from
Open

4.x stable #1

wants to merge 74 commits into from

Conversation

iwfan
Copy link

@iwfan iwfan commented Mar 30, 2023

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

  • 🚨 Please fill changelog in the PR

    • Write with a developer-oriented perspective and narrative method, without describing the details of the repair
    • Describing the problem and the impact on the developer
    • describing the user-first site problem, not your solution
    • Refer: https://ant.design/changelog#4.9.0
  • 🚨 请填写 PR 中的 changelog

    • 请用面向开发者的角度叙述方式撰写,不描述修复细节
    • 描述问题和对开发者的影响
    • 描述用户第一现场的问题,而非你的解决方式
    • 参考:https://ant.design/changelog-cn#4.9.0

@github-actions
Copy link

Prepare preview

afc163 and others added 19 commits April 7, 2023 23:47
* chore: upgrade rc-select

* demo: update select size demo

* demo: update select size demo

* fix rc-select version

* fix rc-select version

* demo: fix Select demo
* docs: 4.24.9 changelog

* docs: update changelog

* docs: update changelog

* docs: update changelog
* chore: fix popover width for edge case

* chore: fix max-width
* chore: add gitignore

* chore: clean all

* chore: clean all

* chore: clean all

* chore: keep style

* chore: modify script

* chore: fix tsc
* fix: Upload disable state logic

* chore(typo): update

* test(upload): add case

* fix: Upload disable state logic

* test: remove case

* chore: remove unused

(cherry picked from commit 6d0acb0)

# Conflicts:
#	components/upload/Upload.tsx
#	components/upload/UploadList/index.tsx

* chore: skip githook format

* test: update

* test: update

* chore: update
* fix: Popover display empty div when title and content is null (#42217)

* fix: Popover display empty div when title and content is null

* test: Popover add test

* lint: remove useless block statement

---------

Co-authored-by: MaHui <[email protected]>
(cherry picked from commit 4271ff0)

* lint: fix Popover test lint error

* lint: fix Popover test lint error

* improvement: Popover overlay

* lint: fix Popover test lint error

* Update package.json

---------

Co-authored-by: MaHui <[email protected]>
Co-authored-by: afc163 <[email protected]>
Co-authored-by: wengzehua <[email protected]>
* feat: test

* chore: empty

---------

Co-authored-by: afc163 <[email protected]>
linxianxi and others added 30 commits July 21, 2023 11:41
* fix: fix lint

* 放长一点
* fix: getCurrentLink not trigger when scroll

* chore: fix lint
* docs: add 4.24.13 changelog

* test: update snapshot

* docs: update changelog
* demo: update 4.x dropdown deprecated menu

* Apply suggestions from code review

Signed-off-by: MadCcc <[email protected]>

* test: snapshot update

* chore: text fixed

* test: update snapshot

* demo: update

* chore: package.json

---------

Signed-off-by: MadCcc <[email protected]>
Co-authored-by: MadCcc <[email protected]>
* fix: 4.x gif thumb url base64 type should be corrected

* chore: update snapshot

* chore: update snapshot

* chore: lint

* chore: lint
* test: update jest snapshot

* type: fix setTimeout ReturnType
* chore: fix 4.x-stable publish script

* chore: add notice before publish to npm (#41613)

* chore: add notice before publish to npm

* chore: add notice before publish to npm

* chore: ignore locale folder for eslint check

* chore: ignore locale folder for eslint check

* chore: change notification sound

* chore: migrate to actions/checkout@v4
* Update index.zh-CN.md

Signed-off-by: 红 <[email protected]>

* Revert "Update index.zh-CN.md"

This reverts commit cfcce5d.

* docs: format

ref: https://github.com/ant-design/ant-design/pull/37144/files#diff-0bdf37a1fc0ec124fb3aa391932eaa134bd1de8c6f766f5e4082edbc30ce6c42

* chore: update snapshots

* type: fix type errors of React.Key

ref: #44938

Co-authored-by: afc163 <[email protected]>

* test: fix test logic

(cherry picked from commit 6a349f6)

* deps: bump [email protected]

ref: #45018 (comment)

* type: fix FormItem Key

* chore: fix lint

* chore: fix lint

---------

Signed-off-by: 红 <[email protected]>
Co-authored-by: afc163 <[email protected]>
Co-authored-by: 二货机器人 <[email protected]>
* feat: export sider context from layout for v4

Signed-off-by: Peach <[email protected]>

* chore: ci ignore peer deps

Signed-off-by: Peach <[email protected]>

* chore: ci ignore peer deps

* chore: ci ignore peer deps

* chore: use npmrc for ignore peer deps

* chore: update eslint config

* chore: correct eslintrc

* chore: codesandbox ci node version

---------

Signed-off-by: Peach <[email protected]>
* docs: changelog for 4.24.15

* chore: bump version to 4.24.15
* fix: Form label tooltip icon trigger Switch

close #46154

(cherry picked from commit 64fb0dd)

# Conflicts:
#	components/form/FormItemLabel.tsx

* test: add case

* chore: update logic

* chore: fuck format

* chore: fix spelling error

---------

Co-authored-by: afc163 <[email protected]>
* docs(:sparkles:): release 4.24.16

* chore: upgrade rc-segmented to fix types

* type: fix ref type

* docs: update changelog

* demo: fix Segmented demos
* Update CHANGELOG.zh-CN.md

Signed-off-by: lijianan <[email protected]>

* Update CHANGELOG.en-US.md

Signed-off-by: lijianan <[email protected]>

---------

Signed-off-by: lijianan <[email protected]>
* test: fix ci

* chore: upgrade rc-dialog

* chore: update snapshot

* fix test case
* fix: Modify Tooltip placements config

* fix: Modify Tooltip placements verticalArrowShift

* fix: sync tooltip & popover arrow offset

* fix: modify dropdown arrow width

---------

Co-authored-by: afc163 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.