forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
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
iwfan
wants to merge
74
commits into
jinshuju:4.x-stable
Choose a base branch
from
ant-design:4.x-stable
base: 4.x-stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
4.x stable #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test: upgrade github actions node version * chore: upgrade @testing-library/* * chore: upgrade @testing-library/* * fix: preview build * fix: preview build
close #40869
* chore: fix ci failed * chore: update demo
|
* 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]>
…42263) * chore: bump field form version * chore: fix ts
Co-authored-by: tchen <[email protected]> Co-authored-by: afc163 <[email protected]>
* feat: test * chore: empty --------- Co-authored-by: afc163 <[email protected]>
* fix: fix lint * 放长一点
Co-authored-by: Amumu <[email protected]>
* 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
* fix: css * chore: change size
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge