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
Sync 4.21.7 version from Antd #83
Merged
Merged
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
* 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
…-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>
…n#35654) * test: refactor test cases of TimeLine * fix: lint errors
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>
* docs: 4.20.6 changelog * docs: fix build
chore: Feature merge master
* fix: division in less for Segmented * fix: update
* docs: update demo code * chore: increase bundle size * Revert "chore: increase bundle size" This reverts commit 1c75e5a.
* fix: drawer can not ref form instance when open * fix: test * feat: div ref * feat: test * feat: test * feat: test * feat: test
chore: feature merge master
* feat: config provider support componentDisable * test: update snapshot * docs: update * chore: code
Co-authored-by: chenkan1 <chenkan1@huya.com>
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>
* fix: demo ts type * mend * Update select-users.md
* 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
* refactor: move popconfirm content out * fix: lint
* add Modal @modal-border-radius less variable * fix: add less variable
…gn#36560) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ranrui.cwj <ranrui.cwj@alibaba-inc.com>
* docs: changelog for 4.21.7 * chore: bump version to 4.21.7 * docs: update changelog * docs: append a new changelog
* docs: menu faq * docs: patch codesandbox
Co-authored-by: weiwang <wren@xuncetech.com>
* feat: Replace input-number part test with testing lib * feat: update rc-input-number version
* test: move test cases to testing lib for Collapse * chore: remove useless file * fix: react 18 concurrent * chore: remove useless file
* 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>
…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
* docs: renew Select dropdownRender FAQ and demo * chore: update snapshot * chore: fix Select demo tsc * chore: fix Select demo tsc
* test: move-test-cases-to-testing-lib-for-Radio * update toMatchSnapshot Co-authored-by: ranrui.cwj <ranrui.cwj@alibaba-inc.com>
Size Change: +585 B (0%) Total Size: 982 kB
|
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.
🤔 This is a ...
📝 Changelog