forked from ant-design/pro-components
-
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 from antd-pro-component #6
Open
ytftianwen
wants to merge
2,483
commits into
infra-fe:master
Choose a base branch
from
ant-design:master
base: master
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
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
* fix(DragSortTable): onDragSortEnd 方法中 newDataSource 取值错误 * fix(DragSortTable): 删除 demo 中模拟数据中多余的 index 字段 * fix(DragSortTable): demo 隐藏搜索表单
Co-authored-by: liangchaofei <liangchaofei@liangchaofeideMacBook-Pro.local>
Co-authored-by: 飞羏 <feixiang.yfx@alibaba-inc.com>
* feat: allow custom translations * chore: run prettier * test: add test
增加 ProFormUploadButton 按钮 tltlie 的demo
- @ant-design/pro-card@2.5.30 - @ant-design/pro-components@2.6.50 - @ant-design/pro-descriptions@2.5.34 - @ant-design/pro-field@2.14.7 - @ant-design/pro-form@2.24.5 - @ant-design/pro-layout@7.17.20 - @ant-design/pro-list@2.5.49 - @ant-design/pro-provider@2.14.0 - @ant-design/pro-skeleton@2.1.11 - @ant-design/pro-table@3.15.0 - @ant-design/pro-utils@2.15.5
- @ant-design/pro-components@2.6.51 - @ant-design/pro-descriptions@2.5.35 - @ant-design/pro-field@2.14.8 - @ant-design/pro-form@2.25.0 - @ant-design/pro-list@2.5.50 - @ant-design/pro-table@3.15.1
…ement. (#8856) * fix: React does not recognize the `showCount` prop on a DOM element. React does not recognize the `showCount` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `showcount` instead. If you accidentally passed it from a parent component, remove it from the DOM element. Error Component Stack * Update index.tsx * Update index.tsx
Co-authored-by: Jacob_Ye <Jacob_Ye@gz.ctil.com>
* chrome: update snapshot * fix(TextArea): omit showCount from fieldProps in render function fix(Item): handle expandedRowClassName type correctly
- @ant-design/pro-card@2.9.2 - @ant-design/pro-components@2.8.2 - @ant-design/pro-descriptions@2.6.2 - @ant-design/pro-field@2.17.2 - @ant-design/pro-form@2.31.2 - @ant-design/pro-layout@7.21.2 - @ant-design/pro-list@2.6.2 - @ant-design/pro-provider@2.15.2 - @ant-design/pro-table@3.18.2 - @ant-design/pro-utils@2.16.2
Bumps the npm_and_yarn group with 2 updates: [octokit](https://github.com/octokit/octokit.js) and [path-to-regexp](https://github.com/pillarjs/path-to-regexp). Updates `octokit` from 1.8.1 to 3.1.2 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](octokit/octokit.js@v1.8.1...v3.1.2) Updates `path-to-regexp` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: echoyl <yliang_1987@126.com>
Bumps the npm_and_yarn group with 1 update: [path-to-regexp](https://github.com/pillarjs/path-to-regexp). Updates `path-to-regexp` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add preserveOriginalLabel prop to control whether to use the original label when option is selected - Fix the issue where highlighted search text appears in the input box when option is selected BREAKING CHANGE: None
* feat(tests): integrate jsdom and update StyleProvider in demo tests * fix(tests): 优化测试文件中的导入顺序和样式 * 优化渲染器,减少block * fix(tests): 更新 lightFilter 测试以使用新的渲染方法并修复元素选择
* chore: fix code lint * style: format code, use `npm run lint` * chore(deps): Upgrade dependencies to resolve unit testing task failures
* feat(layout): Add drawerExtra makes settingDrawer support extra * fix: drawerExtra -> drawerProps * test: Add test case for SettingDrawer --------- Co-authored-by: Junyi <zjy220124@alibaba-inc.com>
- @ant-design/pro-card@2.9.3 - @ant-design/pro-components@2.8.3 - @ant-design/pro-descriptions@2.6.3 - @ant-design/pro-field@3.0.0 - @ant-design/pro-form@2.31.3 - @ant-design/pro-layout@7.22.0 - @ant-design/pro-list@2.6.3 - @ant-design/pro-provider@2.15.3 - @ant-design/pro-table@3.18.3 - @ant-design/pro-utils@2.16.3
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.
No description provided.