Skip to content

4.x stable#1

Closed
iwfan wants to merge 75 commits intojinshuju:4.x-stablefrom
ant-design:4.x-stable
Closed

4.x stable#1
iwfan wants to merge 75 commits intojinshuju:4.x-stablefrom
ant-design:4.x-stable

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 <mahuiyoung@cmbchina.com>
(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 <mahuiyoung@cmbchina.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: wengzehua <wengzehua@cvte.com>
Co-authored-by: tchen <tao.chen@yuyidata.com>
Co-authored-by: afc163 <afc163@gmail.com>
* feat: test

* chore: empty

---------

Co-authored-by: afc163 <afc163@gmail.com>
zombieJ and others added 27 commits July 31, 2023 22:03
* 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 <1075746765@qq.com>

* test: snapshot update

* chore: text fixed

* test: update snapshot

* demo: update

* chore: package.json

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
* 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: 红 <wxh1220@gmail.com>

* 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 <afc163@users.noreply.github.com>

* test: fix test logic

(cherry picked from commit 6a349f6)

* deps: bump rc-field-form@1.38.2

ref: #45018 (comment)

* type: fix FormItem Key

* chore: fix lint

* chore: fix lint

---------

Signed-off-by: 红 <wxh1220@gmail.com>
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
* feat: export sider context from layout for v4

Signed-off-by: Peach <scdzwyxst@gmail.com>

* chore: ci ignore peer deps

Signed-off-by: Peach <scdzwyxst@gmail.com>

* 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 <scdzwyxst@gmail.com>
* 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 <afc163@gmail.com>
* 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 <574980606@qq.com>

* Update CHANGELOG.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
* 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 <afc163@gmail.com>
@github-actions
Copy link

Hi @iwfan. Thanks for your contribution. The path .github/ or scripts/ and CHANGELOG is only maintained by team members. This current PR will be closed and team members will help on this.

@github-actions github-actions bot closed this Jun 18, 2025
@github-actions
Copy link

🚨 Hi @iwfan. Thanks for your contribution, as the default.less file is currently being upgraded, changes are not recommended.

🚨 你好,@iwfan。感谢你的贡献,由于 default.less 文件近期处于升级状态,不建议进行更改。

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.