Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: ellipsis should display tooltip if rows larger than 1 (ant-design#33875) * fix: ellipsis should display tooltip if rows larger than 1 * test: add test case * fix: update dropdown version to 3.2.5 (ant-design#33895) * fix: update dropdown version to 3.2.5 * test: update snapshot * revert: Revert "Merge branch 'feature' into master" (ant-design#33903) This reverts commit 40433f3, reversing changes made to 27a498e. * Revert "revert: Revert "Merge branch 'feature' into master" (ant-design#33903)" This reverts commit 6b1a48d. * chore(deps): update dependency eslint-plugin-jest to v26 (ant-design#33899) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency @types/jest-environment-puppeteer to v5 (ant-design#33898) Co-authored-by: Renovate Bot <[email protected]> * types: export DatePickRef and RangePickerRef (close ant-design#33417) (ant-design#33901) * fix(popover): fix the problem that popover display when the props'content is empty (ant-design#33835) * fix(popover): fix the problem that popover display when the props'content is empty * refactor(popover): 更新代码判断逻辑 * test(popover): 添加popover的test * feat(popover): 更新snapshot * feat(popover): 更新剩余的snapshot * feat: optimize dropdown accessbility (ant-design#33893) * feat: optimize dropdown accessbility * chore: bump rc-dropdown version * docs(✨): release 4.18.6 (ant-design#33948) * docs(✨): release 4.18.6 * chore: update version * docs: add date * fix: custom color should work on antd icons (ant-design#33951) * feat: tooltip round arrow (ant-design#33710) * feat: tooltip round arrow * chore: update demo * docs: update docs * feat: rounded arrow in Tooltip/Popover/Popconfirm/Dropdown/RangePicker * chore: code clean * fix: fill gap * chore: code clean * chore: raise css bundle size * fix: arrow style * feat: use full path * test: update snapshot * perf: hack firefox * perf: more magic position * perf: RangePicker's arrow position * chore: bump rc-picker version * fix: arrow position * chore(deps): update dependency react-dnd-html5-backend to v15 (ant-design#33941) Co-authored-by: Renovate Bot <[email protected]> * feat: inputNumber controls support customize upIcon/downIcon (ant-design#33914) * feat: inputNumber controls support customize upIcon/downIcon * feat: 修改代码格式问题 * feat: 更新snapshot,修改代码开启prettier * feat: 更新snapshot,order 属性修改 * feat: upIcon/downIcon写法调整 * feat: 更新snapshot * fix: Exception in enter key callback on editable or copyable Paragraph (ant-design#33976) * fix: Exception on enter key callback * Move spyOn position * docs: 4.18.6 changelog optimization (ant-design#33990) * fix: class names of Row and Col components when using custom prefix (ant-design#33969) * feat: Exposes additional props for pagination component on transfer (ant-design#33954) * Exposes additional props for pagination component on transfer * feat: Improve transfer pagination customization * feat: Improve transfer pagination customization * fix: Typography copyable add stopPropagation (ant-design#33998) * fix: Typography copyable add stopPropagation * add test * chore(deps): update dependency react-dnd to v15 (ant-design#33940) * chore(deps): update dependency react-dnd to v15 * fix: Tabs demo * fix: demo Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: afc163 <[email protected]> * fix: Pagination and Rate style bug in Safari (ant-design#34002) * fix: Pagination and Rate style bug in safari close ant-design#33965 * fix style * docs: fix missing @/services/product (ant-design#34003) * docs: fix missing @/services/product close ant-design#33952 * update data * docs: improve Select dropdownRender demo style (ant-design#34004) * chore: remove unused interface file (ant-design#34011) * style: improve Menu :focus-visible style (ant-design#34008) * style: improve Menu :focus-visible style ref ant-design#34005 * style: darken :focus-visible style * fix: typography ellipsis check in transform (ant-design#34007) * fix: typography ellipsis check in transform * test: Update snapshot * chore: btn default provide default cls (ant-design#34013) * fix: cascader's onChange ts adapts to single and multiple (ant-design#33947) * fix to: cascader's multiple determines the declaration of onChange * fix: cascader's onChange ts adapts to single and multiple * test: fix * docs: more acurrate description about Menu overflowedIndicator prop (ant-design#34022) * docs: add info about Menu overflowedIndicator prop close ant-design#34016 * fix doc * fix textarea maxlength issue (ant-design#33910) * fix: textarea maxlength * refactor: delete some useless code * refactor: fix ci * refactor and fix test case fall * update snapshot * add testcase * refactor type defined * fix: min/max validators in pl_PL locale returning undefined (ant-design#34024) Co-authored-by: Michał Podeszwa <[email protected]> * fix: useLayoutEffect to useIsomorphicLayoutEffect (ant-design#33818) * fix: useLayoutEffect to useIsomorphicLayoutEffect * chore: change to rc-util/lib/hooks/useLayoutEffect * ci: files modify cancel failed * feat: Add ability to overwrite Menu theme at Menu.SubMenu level. (ant-design#33971) * Add theme support to Menu.SubMenu * Tidy up docs * Tidy up docs * Update components/menu/index.en-US.md * Update components/menu/index.en-US.md Co-authored-by: Amumu <[email protected]> * Add Chinese lang docs * Extend menu theme demo to additionally demonstrate Sub-menu theming * Add submenu theme demo * Revert "Extend menu theme demo to additionally demonstrate Sub-menu theming" This reverts commit 642a2b5. * Add tests * Correct typo * Make demo vertical so absolutely positioned popover doesn't overflow * Make demo functional component * Update components/menu/index.en-US.md Co-authored-by: afc163 <[email protected]> * Update components/menu/index.zh-CN.md Co-authored-by: Amumu <[email protected]> * Update components/menu/demo/submenu-theme.md Co-authored-by: MadCcc <[email protected]> Co-authored-by: Amumu <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: MadCcc <[email protected]> * docs: 4.18.7 changelog (ant-design#34041) * feat: Input support status (ant-design#33995) * feat: remove form status style && input support status * test: update snapshot * feat: update status prop in config provider * fix: form item validateStatus support * chore: code clean * feat: status classname change * test: update snapshot * refactor: move formItemStatusContext to form folder * refactor: merge utils * refactor: rename statusUtils * chore: code clean * test: fix coverage * chore: remove status prop of Form.Item * chore: code clean * docs: update demo * test: fix lint * feat: status only success and warning * test: fix lint * docs: update deamo * test: Udpate test for rc-util@latest * docs: Patch adjust changelog desc * chore: update snapshot * chore: script update (ant-design#34060) * chore(deps): update dependency stylelint-config-standard to v25 (ant-design#34028) * chore(deps): update dependency stylelint-config-standard to v25 * fix stylelint lint Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: tanghui <[email protected]> * chore: Update sk_SK locales (ant-design#34061) * chore: Update sk_SK locales * Disable eslint rule, based on defaults (EN) * feat: inputNumber support status (ant-design#34042) * feat: inputNumber support status * test: fix test * feat: custom status first * refactor: getMergedStatus pass status in params * ci: add MadCcc assign * perf: OPT table render perf (ant-design#34075) * fix: Typography copyable in clipboard incorrect (ant-design#34034) Co-authored-by: chenxq <[email protected]> * docs: fix procomponents links * test: skip layout demo which failed a lot in argoci * docs: improve Umi documentation * feat: mentions support status (ant-design#34071) * test: skip form deps-lint * perf: remove useless has-feedback classname * test: raise test coverage * style: recover import arrangement * feat: DatePicker and TimePicker support status (ant-design#34073) * feat: DatePicker and TimePicker support status * docs: demo add version * chore: code clean * feat: select support status (ant-design#34084) * feat: select support status * test: fix lint * fix: update quarter picker placeholder for RangePicker (ant-design#34089) * feat: cascader support status (ant-design#34086) * feat: cascader support status * chore: code clean * chore: raise bundle size limitation * chore: code clean * feat: TreeSelect support status (ant-design#34093) * feat: TreeSelect support status * chore: code clean * docs: add demo version * feat: AutoComplete support status (ant-design#34096) * feat: AutoComplete support status * test: update snapshot * feat: transfer support status (ant-design#34098) * feat: transfer support status * docs: update demo * fix: Table render twice on first mount (ant-design#34106) * fix: Table render twice * chore: clean up * test: Fix test case * fix: remove duplicated style (ant-design#34101) * fix: remove duplicated style * chore: reduce bundle size limitation * chore: raise bundle size * docs: Multiple displayRender support (ant-design#34116) * fix: Form layout when Select has long text (ant-design#34117) * fix: Form layout when Select has long text close ant-design#33773 * chore: update snapshot * fix: not crash ConfigProvider.config on server side (ant-design#34118) * fix: Invalid memoized context value in Menu (ant-design#34121) * chore(deps): update dependency eslint-plugin-unicorn to v41 (ant-design#34133) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update actions-cool/issues-helper action to v3 (ant-design#34132) Co-authored-by: Renovate Bot <[email protected]> * docs: fix grammar error (ant-design#34138) in customize-theme-variable.zh-CN.md * fix: del messageInstance when configuring getContainer (ant-design#34123) * fix: del messageInstance when configuring getContainer * test: move the new test to the bottom of the test lists * fix: Layout component SiderProps type not exported (ant-design#34137) * perf: Improve Components render perfermance when it's not reponsive (ant-design#34122) * perf: Improve List render perfermance when grid is undefined https://github.com/ant-design/ant-design/pull/34106/files#diff-9e016ea02fe7dd0ea42d8774d29d45e1a10b8dd108de9c89d50c828c74b993b8R146-R151 * chore: do not export useBreakpoint param Co-authored-by: zombiej <[email protected]> * docs: 4.18.8 changelog (ant-design#34146) * chore: bump version to 4.18.8 * docs: 4.18.8 changelog * docs: update changelog * docs: update changelog * docs: update changelog * fix: form initial values get modified (ant-design#34153) * chore: fix ts error in site * chore: fix Chinese expression about "的地得" (ant-design#34173) close ant-design#34167 * fix(upload): onChange params type err (ant-design#34161) * fix(upload): onChange params type err * test(upload): check onChange params type * fix: Dropdown item style when text is long (ant-design#34177) close ant-design#34176 * fix: issue ant-design#34015 cascader document of option less isleaf param (ant-design#34174) * fix: issue ant-design#34015 cascader document of option less isleaf param * fix: add comment * fix: comment change Co-authored-by: zengguhao.zgh <[email protected]> * fix: Overview page EditableProTable link error (ant-design#34181) * docs: add MasterGo to design assets (ant-design#34055) * docs: add MasterGo to design assets * chore: update mastergo links * feat: table FilterDropdown support `clearFilters({ confirm: false, closeDropdown: false })` (ant-design#34120) * feat: table FilterDropdown support `clearFilters({ confirm: boolean })` * feat: update `clearFilters` and `confirm` * feat: add FilterRestProps,update document * feat: update onReset params order * feat: add test case * feat: table filterSearch supports function (ant-design#34085) * feat: table filterSearch supports function * feat: update for test * feat: update document * test: disabled react/jsx-key * chore: lock eslint-plugin-react (ant-design#34214) * Revert "test: disabled react/jsx-key" This reverts commit 7d64967. * chore: lock [email protected] * feat: add variable for aliyun theme of drawer (ant-design#34188) Co-authored-by: zhaohonghai <[email protected]> * feat: add variable for aliyun theme of dropdown (ant-design#34189) Co-authored-by: zhaohonghai <[email protected]> * fix: remove lock for eslint-plugin-react (ant-design#34220) * feat: add variable for aliyun theme of modal (ant-design#34191) Co-authored-by: zhaohonghai <[email protected]> * feat: add variable for aliyun theme of divider (ant-design#34187) Co-authored-by: zhaohonghai <[email protected]> * feat: add variable for aliyun theme of radio (ant-design#34194) Co-authored-by: zhaohonghai <[email protected]> * docs: update maintainer for changelog script * docs: add changelog 4.18.9 (ant-design#34236) * docs: add changelog 4.18.9 * docs: update * docs: update * Update CHANGELOG.zh-CN.md * feat: introduce rc-input (ant-design#34206) * feat: introduce rc-input * fix: export InputRef alias * docs: fix demo * chore: code clean * test: fix lint * test: test coverage * chore: code clean * chore: code clean * test: update snapshot * refactor: Update rc-slider (ant-design#34234) * chore: Update rc-slider version * chore: bump * chore: update sty;e * fix: style * test: update snapshot * test: all fixed * fix lint * docs: update links of mastergo (ant-design#34242) * feat: add utm to mastergo's links (ant-design#34248) * chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 (ant-design#34249) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.5...v4.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * refactor: change usecontext of divider prepare for v5 (ant-design#34246) Co-authored-by: zengguhao.zgh <[email protected]> * refactor: Wrap affix with FC (ant-design#34254) * test: fix * chore: ts fix * chore: update ts def * test: fix test * fix: Form doc "resetFields" args type (ant-design#34262) * style: remove overriding !important from input border right width styles (ant-design#34178) * docs: add description about onClear prop in AutoComplete doc (ant-design#34292) * fix: editable Typography.Title should match font size while editing (ant-design#34169) * feat: editable Typography.Title should match font size while editing * feat: update style * feat: update style * feat: update style * feat: style lint * feat: update style * Update components/typography/style/index.less * Update components/typography/Editable.tsx * feat: reorganize css * feat: style lint * feat: update snap Co-authored-by: afc163 <[email protected]> * fix: limit input class due to rc-input won't override input class (ant-design#34294) * fix: limit input class due to rc-input won't override input class * fix: add feedback into affix judgement * fix: Tree filter select all behavior (ant-design#34295) ref ant-design#34280 * fix: typography title margin issue (ant-design#34302) * fix: Form.Item "React does not recognize the requiredMark prop on a DOM element" (ant-design#34323) close ant-design#34310 * test: add boolean value input test (ant-design#34324) * feat: Input support clearIcon (ant-design#34325) * feat: Input support clearIcon * docs: update Input api * chore: fix changelog print for author info in github web (ant-design#34326) * ci: fix ie11 close * refactor: clearIcon in allowClear (ant-design#34340) * refactor: Input allowClear api upadte * test: add test * docs: 4.19.0 changelog (ant-design#34328) * docs: 4.19.0 changelog * docs: update * docs: update * docs: update * Update CHANGELOG.en-US.md * Update CHANGELOG.zh-CN.md * fix: status less compile error (ant-design#34350) * docs: changelog 4.19.1-alpha.0 (ant-design#34352) * docs: changelog 4.19.1-alpha.0 * docs: update * docs: update * docs: update * fix: password icon color (ant-design#34354) * fix: csp not work on icon (ant-design#34356) * refactor: Input.Group use context hook (ant-design#34361) * docs: changelog 4.19.1 (ant-design#34357) * docs: changelog 4.19.1 * docs: update * refactor: Replace ConfigConsumer to ConfigContext (ant-design#34365) * chore: resposive.md => responsive.md (ant-design#34368) * chore: resposive.md => responsive.md * update snapshot * docs(Spin): fix en-US description of `spinning` prop (ant-design#34382) Previous description indicates that Spin is visible but not spinning when `spinning === false`. According to ZH-CN doc, Spin is not visible when `spinning === false`. * fix: input lg font size (ant-design#34381) * fix: Dropdown not auto adjust placement (ant-design#34390) * chore(deps-dev): bump jest-axe from 5.0.1 to 6.0.0 (ant-design#34392) Bumps [jest-axe](https://github.com/nickcolley/jest-axe) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/nickcolley/jest-axe/releases) - [Changelog](https://github.com/nickcolley/jest-axe/blob/main/CHANGELOG.md) - [Commits](https://github.com/nickcolley/jest-axe/commits/v6.0.0) --- updated-dependencies: - dependency-name: jest-axe dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(transfer): footer类型定义支持direction (ant-design#34337) * docs: fix select fieldNames typo (ant-design#34399) * fix: not warning if Form.Item unmount (ant-design#34405) * fix: fix arrow size in default.less (ant-design#34407) * fix: fix arrow size in default.less * chore: code clean * chore: update rc-field-form version (ant-design#34411) * refactor: rm useDestroy hook (ant-design#34418) * fix: clear status in input addon (ant-design#34412) * Fix InputProps supports data attributes (ant-design#34410) * fix: add data-xx for inputProps and convert input/_tests/index.test.js to tsx file * fix: run tests * feat: hide the last border in borderless mode (ant-design#34366) * fix: Tooltip width in safari (ant-design#34415) * docs(Table): replace the link of `TableComponents` prop with `rc-table` type (ant-design#34423) * fix: PageHeader extra gutter (ant-design#34428) * chore: refactor internal menu with hooks (ant-design#34433) * chore: refactor menu with hooks * chore: clean up * chore: export css variable func (ant-design#34436) * docs(module:timeline): fix typo (ant-design#34389) * docs(module:timeline): fix typo * docs(module:timeline): fix typo * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: afc163 <[email protected]> * docs(✨ ): changelog for 4.19.2 (ant-design#34472) * docs: changelog for 4.19.2 * fix changelog lint * chore: upgrade rc-menu to 9.3.x (ant-design#34473) * docs(components:Cascader): supplement the API documentation (ant-design#34466) * docs(components:Cascader): supplement the API documentation * docs(Cascader:en-US): supplement the API documentation * fix: input classname in affix wrapper (ant-design#34474) * chore: add focus warning for Input (ant-design#34475) * chore: add focus warning for Input * chore: code clean * chore: remove duplicate variables * refactor: move prefixCls to wrapper (ant-design#34482) * refactor: move prefixCls to wrapper * fix: name change Co-authored-by: zengguhao.zgh <[email protected]> * docs: dropdownRender usage ant-design@2de1a15 * refactor: replace deprecated String.prototype.substr() (ant-design#34498) String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with functions which aren't. Signed-off-by: Tobias Speicher <[email protected]> * test: Update snapshot * docs: fix alert docs escape * fix: missing status style for RangePicker (ant-design#34509) * fix: range picker should has status style * chore: code clean * chore: code clean * chore: code clean * fix: Typography ediable style (ant-design#34518) - [x] Fix Editable Textarea height jump in Firefox - [x] Fix Editable Typography.Title confirm icon position * docs: fix --- * fix: typos in Input.tsx (ant-design#34534) * chore(🤖): add ChainAlert action (ant-design#34530) * fix: col-x class names in css when using custom prefix (ant-design#34494) * fix: col-x class names of Row and Col components when using custom prefix * refactor: reuse @col-prefix-cls and @row-prefix-cls * refactor: move @col-prefix-cls and @row-prefix-cls to mixin.less * docs: update Input docs for default size in Form (ant-design#34537) * docs: move treeLoadedKeys to TreeSelect close ant-design#34538 * chore(deps-dev): bump @types/gtag.js from 0.0.8 to 0.0.9 (ant-design#34540) Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js) --- updated-dependencies: - dependency-name: "@types/gtag.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: Badge RTL wrong placement (ant-design#34545) * fix: tooltip preset color (ant-design#34548) * fix: tooltip preset color * chore: code clean * fix: apply scale transform to disabled star (ant-design#34547) * test: add type test for Input * docs: add Currency recommendation * chore(deps-dev): bump @types/gtag.js from 0.0.9 to 0.0.10 (ant-design#34561) Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js) --- updated-dependencies: - dependency-name: "@types/gtag.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: lt_LT locale for typeTemplate (ant-design#34567) * fix: Update it_IT locales (ant-design#34566) * chore: add issues similarity analysis and dingtalk issue notice actions (ant-design#34583) * chore: add Issues Similarity Analysis action * Delete suggest-related-links.yml * Create issue-sync-dingtalk.yml * Update issue-sync-dingtalk.yml * Update issue-sync-dingtalk.yml * Update issue-sync-dingtalk.yml * Update issues-similarity-analysis.yml * Delete chain-alert.yml * chore(🤖): Update issue-open-check.yml (ant-design#34589) * Update issue-open-check.yml * Delete issue-sync-dingtalk.yml * Update issue-open-check.yml * Update issue-open-check.yml * Update issue-open-check.yml * chore(🤖): upgrade github actions (ant-design#34599) * ci: update result * ci: fix result * Update issue-open-check.yml * fix: clear icon style (ant-design#34610) * docs: add 4.19.3 changhelog (ant-design#34617) Co-authored-by: 期贤 <[email protected]> * docs: update changelogs * chore: fix remote no work error * fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive (ant-design#34614) * fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive * test: add test for Calendar * fix: BackTop responsive in RTL (ant-design#34626) * fix: Badge Animation enter and leave in RTL (ant-design#34641) * fix: Badge Animation enter and leave in RTL * [CodeFactor] Apply fixes to commit 87f1866 [ci skip] [skip ci] Co-authored-by: codefactor-io <[email protected]> * fix: wrong word and cancel export inner interface (ant-design#34643) Co-authored-by: zengguhao.zgh <[email protected]> * chore(deps): update actions/cache action to v3 (ant-design#34645) Co-authored-by: Renovate Bot <[email protected]> * docs: fix default value of height in drawer component (ant-design#34652) * docs: Create README-ja_JP.md (ant-design#34638) * Create README-ja_JP.md * Update README-uk_UA.md * Update README-pt_BR.md * Update README-zh_CN.md * Update README-sp_MX.md * chore: update Space vertical demo (ant-design#34647) * chore: update Space vertical demo close ant-design#34609 * fix snapshot * fix: fix small steps dot positon (ant-design#34651) * fix: fix small steps dot positon * chore: code clean * docs: add demo * fix: support Layout, Header and Footer given ref (ant-design#34650) * feat: support layout components given refs * test: add ensure given ref test case * fix: update test Co-authored-by: dengqing <[email protected]> * Update issue-open-check.yml * chore: remove issue body in notice * chore: refactor message types implementation (ant-design#34654) * chore: fix moment snapshot change * docs: fix type of style in drawer component (ant-design#34665) * fix(table) filterSearch TypeScript declaration (ant-design#34671) * fix: types declaration * fix(table): filterSearch TypeScript declaration * docs: update readme * feat: delete drawer wrap (ant-design#34673) * fix: fix Ant Design Charts url (ant-design#34685) * chore: update Item component test case (ant-design#34686) Co-authored-by: Zack Chang <[email protected]> * chore: update test cases of Spin (ant-design#34695) * fix: Descriptions number 0 can't render span (ant-design#34696) * fix: number 0 can't render span * Update Cell.tsx * chore: add test case * ci: update pr merge branch * docs: fix type of style in tabs component (ant-design#34706) * fix: notification prevent interaction on elements which under it (ant-design#34716) * fix: notification prevent interaction on elements which under it close ant-design#34700 * fix test case * refactor: use useContext in skeleton (ant-design#34699) * feat: use useContext in skeleton * feat: use useContext in skeleton * feat: update for lint * chore: add control-radius (ant-design#34727) * docs: changelog 4.19.4 (ant-design#34734) * fix: tag-border-radius not work (ant-design#34741) * chore: more less variables (ant-design#34746) * chore: bump 4.19.5-alpha.0 * fix: skeleton cannot display children (ant-design#34751) * fix: skeleton cannot display children * fix: type error * fix: add test case Co-authored-by: dengqing <[email protected]> * test: Update snapshot (ant-design#34758) * fix: ci fail rollback * fix: ci fail rollback * docs: replace grid design img (ant-design#34771) * chore: replace grid design img * fix: code error * chore: comiple use matrix (ant-design#34770) * chore: comiple use matrix * chore: 16 deps * chore: not install 16 * chore: update * chore: to 16 * chore: install 16 * chore: install 16 * chore: install 16 * chore: install 16 * chore: concurrent * chore: back all * chore: fix lines * chore: cancel if new comes * chore: single dist speed up * chore: fix * chore: fix * chore: update * fix: deps * test: update snapshot * chore: React 18 test case (ant-design#34781) * chore: add 18 test * chore: update test flow * chore: fail fast * chore: foce ci * chore: more if * chore: test it * chore: back of it * chore: master only * chore: fix spell * chore: force install * test: comment 16 tmp * chore: use react 17 * chore: install 18 * chore: back of 16 & 17 * fix: Pagination should display middle size Select when ConfigProvider componentSize is large (ant-design#34756) * fix: Pagination should display middle size Select when ConfigProvider componentSize is large close ant-design#34744 * fix snapshot * fix: correct className (ant-design#34791) * docs: update draggable demo with rtl mode (ant-design#34785) * docs: update draggable demo with rtl mode * test: update tabs demo snapshot * Update faq.zh-CN.md * docs: patch 4.19.3 change log (ant-design#34821) * Patch 4.19.3 changelog * docs: patch logs * docs: fix author * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <[email protected]> * emoji * emoji Co-authored-by: afc163 <[email protected]> * chore: minify themes css (ant-design#34824) * docs: Add faq (ant-design#34830) * fix: Form unmount miss origin store value (ant-design#34845) * docs: 4.19.5 changelog (ant-design#34851) * docs: demo support react18 (ant-design#34843) * docs: update demo * chore: add script * test: fix demo test * docs: convert demos * chore: move script * test: remove react-dom import * chore: update deps * docs: update riddle js * test: fix image test * docs: fix riddle demo * docs: add size property to progress (ant-design#34860) * chore(deps-dev): bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (ant-design#34861) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.1 to 42.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v41.0.1...v42.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Update de_DE.tsx (ant-design#34836) * fix: set requestId to null after fn was cancelled (ant-design#34858) * feat: Support ref for Title, Text, Paragraph (ant-design#34847) * feat: Support ref for Title, Text, Paragraph * feat: Add tests for Title, Paragraph and Text * fix: add aria-checked prop to checkbox (ant-design#34862) * fix: add aria-checked prop to checkbox * fix: update snapshots * fix: update aria-checked logic and snapshots * refactor: change props order Co-authored-by: afc163 <[email protected]> Co-authored-by: Dzmitry Yarmoshkin <[email protected]> Co-authored-by: afc163 <[email protected]> * chore(deps): update moment to 2.29.2 (ant-design#34867) Co-authored-by: Michael Crenshaw <[email protected]> * fix: react 18 test fixing (ant-design#34787) * fix: try fix * chore: ci * test: recover * test: more test case * test: more and mote * test: btn test * fix: react 18 compitable * chore: more test * test: all confirm test * chore: tmp * chore: test lib * chore: tmp * chore: tmp * test: back of part * test: back of menu index test * test: more test * test: form test * test: rm IE11 test case * chore: fix compatible * chore: clean up * chore: back of all test case * test: ignore 18 lines * chore: remove render test of enzyme in upload * test: back of IE11 test case to fit 100% coverage * chore: fix pkg deps Co-authored-by: MadCcc <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: Amour1688 <[email protected]> Co-authored-by: Dawnlck <[email protected]> Co-authored-by: 黑雨 <[email protected]> Co-authored-by: Di Wu <[email protected]> Co-authored-by: mic-web <[email protected]> Co-authored-by: Jase Owens <[email protected]> Co-authored-by: linxianxi <[email protected]> Co-authored-by: 二货机器人 <[email protected]> Co-authored-by: babycannotsay <[email protected]> Co-authored-by: chenyizhongx <[email protected]> Co-authored-by: Michał Podeszwa <[email protected]> Co-authored-by: Michał Podeszwa <[email protected]> Co-authored-by: soso <[email protected]> Co-authored-by: xrkffgg <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Amumu <[email protected]> Co-authored-by: Filip Seman <[email protected]> Co-authored-by: opopeieie <[email protected]> Co-authored-by: chenxq <[email protected]> Co-authored-by: stefango <[email protected]> Co-authored-by: TrickyPi <[email protected]> Co-authored-by: Picsong <[email protected]> Co-authored-by: Peach <[email protected]> Co-authored-by: Dave <[email protected]> Co-authored-by: Long Hao (龙濠) <[email protected]> Co-authored-by: zengguhao.zgh <[email protected]> Co-authored-by: 李瀚 <[email protected]> Co-authored-by: KaKaHuoLuoTe <[email protected]> Co-authored-by: qdzhaoxiaodao <[email protected]> Co-authored-by: zhaohonghai <[email protected]> Co-authored-by: vagusX <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zach Bird <[email protected]> Co-authored-by: aghArdeshir <[email protected]> Co-authored-by: Karott Schu <[email protected]> Co-authored-by: Dennis273 <[email protected]> Co-authored-by: Fisher <[email protected]> Co-authored-by: Jungzl <[email protected]> Co-authored-by: 高喵喵 <[email protected]> Co-authored-by: PanStar <[email protected]> Co-authored-by: dujun <[email protected]> Co-authored-by: zqran <[email protected]> Co-authored-by: YuTao <[email protected]> Co-authored-by: EvanOne(文一) <[email protected]> Co-authored-by: CommanderRoot <[email protected]> Co-authored-by: Yunwoo Ji <[email protected]> Co-authored-by: Anizcus <[email protected]> Co-authored-by: Gianmarco Rengucci <[email protected]> Co-authored-by: 陈帅 <[email protected]> Co-authored-by: 期贤 <[email protected]> Co-authored-by: 章鱼 <[email protected]> Co-authored-by: Hamed Mohammadzadeh <[email protected]> Co-authored-by: codefactor-io <[email protected]> Co-authored-by: NullPointerException <[email protected]> Co-authored-by: dengqing <[email protected]> Co-authored-by: dengqing <[email protected]> Co-authored-by: zhao-huo-long <[email protected]> Co-authored-by: huangkairan <[email protected]> Co-authored-by: Yiming <[email protected]> Co-authored-by: Zack Chang <[email protected]> Co-authored-by: Zack Chang <[email protected]> Co-authored-by: shuaijiumei <[email protected]> Co-authored-by: miracles1919 <[email protected]> Co-authored-by: Daniel Pfeffer <[email protected]> Co-authored-by: Tmk <[email protected]> Co-authored-by: Minh Quy <[email protected]> Co-authored-by: Dzmitry Yarmoshkin <[email protected]> Co-authored-by: Dzmitry Yarmoshkin <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]> Co-authored-by: zhang lay <[email protected]>
- Loading branch information