Commit Graph

20576 Commits

Author SHA1 Message Date
afc163
13a829d20c
fix: classNames typing errors (#30018) 2021-04-02 22:37:36 +08:00
Kermit
dda9f61458
fix(tabs): can't scroll when vertical mode in safari (#29983)
* fix(tabs): can't scroll when vertical mode in safari

* fix: typo

* fix: operation button
2021-04-01 11:33:13 +08:00
lijianqiang0502
d05ff8e777
docs: Update Tag index.zh-CN.md (#29982)
* Update index.zh-CN.md

增加文档api可读性,避免因tag closable的默认行为给用户造成预期之外的错误

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
2021-04-01 11:26:39 +08:00
einq7
04fa4fce39
docs: fix treeDataSimpleMode type (#29984) 2021-04-01 09:34:47 +08:00
lyon.han
f603ef0548
docs: perf data-format.zh-CN.md (#29976)
“保留前六位与后位”  => "保留前六位与后四位"
2021-03-31 16:23:57 +08:00
zombiej
3d7f077539 docs: Fix doc typo 2021-03-31 16:07:24 +08:00
xrkffgg
8774b9450e
ci: perf pr body check issue number 2021-03-31 15:53:35 +08:00
Caspian Chen
453d278a5c
fix: @table-border-radius-base没有被应用到.ant-table节点上 (#29966) 2021-03-31 15:36:30 +08:00
Ignatius Aggrey
e32c881cd0
fix: Change type of Popconfirm props: okButtonProps to ButtonProps (#29928)
* Change type of Popconfirm props: okButtonProps to ButtonProps

According to the Popconfirm API docs the type of the type of the props okButtonProps and cancelButtonProps is ButtonProps In the actual code however it is was typed as NativeButtonProps causing type errors when using ButtonProps like 'href'

* fix: Remove unused NativeButtonProps
2021-03-31 09:42:13 +08:00
MaoXiangming
b5c8bcd409
fix: add es_Es locale Table 'selectNone' field (#29962) 2021-03-31 09:25:30 +08:00
xrkffgg
7f15e7f38e
fix: Descriptions labelStyle unsuccessful (#29942)
* fix: Descriptions labelStyle unsuccessful

* use hook

* Update components/descriptions/demo/style.md

* fix lint

* fix ts
2021-03-30 17:38:50 +08:00
二货机器人
8e885a7e08
fix: Not try to modify lock file (#29944) 2021-03-30 11:59:30 +08:00
zombiej
a1baecbd2f test: Always wait for motion ended 2021-03-29 15:49:28 +08:00
二货机器人
49162f9883
docs: 4.15.0 changelog (#29935)
* add 4.15.0 changelog

* align

* Update CHANGELOG.zh-CN.md

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
2021-03-29 15:09:53 +08:00
github-actions[bot]
ad2a496c23
chore: auto merge branchs (#29932)
chore: master merge feature
2021-03-29 03:48:56 +00:00
二货机器人
1a3c8f2272
Merge pull request #29929 from ant-design/master
chore: feature merge master
2021-03-29 11:28:43 +08:00
二货机器人
7fe8f0469c
refactor: Remove useless code (#29931)
* refactor: Remove useless code

* rm useless code
2021-03-29 11:02:58 +08:00
afc163
077443696b docs: fix Form requiredMark demo
close #29921
2021-03-28 16:22:00 +08:00
einq7
4f52d7f964
docs: fix typography mistake in Upload section (#29912) 2021-03-26 11:51:39 +08:00
Guru Mahendran
7e6bfa4a8c
chore: fix typo initTreeDate -> initTreeData (#29911) 2021-03-26 10:44:54 +08:00
Amumu
98ba4038c1
chore: add eslint-plugin-compat (#29885)
* chore: dd eslint-plugin-compat

* update browserslist

* update browserslist

* fix lint: lint:demo rules

* update @ant-design/tools
2021-03-25 15:01:13 +08:00
dependabot[bot]
d8a31aee21
chore(deps-dev): bump @wojtekmaj/enzyme-adapter-react-17 (#29901)
Bumps [@wojtekmaj/enzyme-adapter-react-17](https://github.com/wojtekmaj/enzyme-adapter-react-17) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/wojtekmaj/enzyme-adapter-react-17/releases)
- [Commits](https://github.com/wojtekmaj/enzyme-adapter-react-17/compare/v0.5.0...v0.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-25 15:00:31 +08:00
undefined
ba9323decb
Fix Button Wave Effect in shadow root (#29897)
* fix wave effect for shadow dom

fix

* fix: wave tests

components are inside shadow dom, test fail because they are looking for a style element outside of the shadow dom, they fail because style is now placed (as expected) inside the shadow dom

* fix: typeguard

* fix: use updateCSS api
2021-03-25 11:57:49 +08:00
isakol
d9885c7be0
feat: improve sv_SE locale (#29896) 2021-03-25 09:24:04 +08:00
kily zhou
59c3c71b72
feat: Table adds rowSelection.defaultSelectedRowKeys (#29879) 2021-03-25 09:11:39 +08:00
afc163
afbbeb5337
fix: Pagination focus style stay after interaction (#29891)
close https://github.com/react-component/pagination/pull/329
close #29882
2021-03-24 17:54:54 +08:00
afc163
603c0c1733
fix: Steps progress item cut at edge (#29893)
close #29824
2021-03-24 17:51:15 +08:00
SyMind
a142969986
fix(pagination): Unexpected input height (#29886)
When use modifyVars to override the `input-height-base`, the quick jumper input height expected `input-height-base`, but not really.
2021-03-24 17:28:51 +08:00
yaoweiprc
ed37b80d11
docs: Update dynamic-form-items.md (#29807)
* Update dynamic-form-items.md

原来的代码只有在使用Space包裹多个Form.Item的时候可以跑起来,如果把Space换成div或者其它组件,点击Add Field之后,因为多个Form.Item 通过 {...restField} 指定了相同的key,浏览器会报 Encountered two children with the same key, `0`. Keys should be unique so that components maintain their identity across updates.
换成这种restField的写法可以避免这个问题,让不使用Space包裹多个Form.Item的场景也能跑通不报错。

* Update components/form/demo/dynamic-form-items.md

Co-authored-by: afc163 <afc163@gmail.com>

Co-authored-by: afc163 <afc163@gmail.com>
2021-03-24 12:24:22 +08:00
dependabot[bot]
e9dd2d4d9a
chore(deps-dev): bump @wojtekmaj/enzyme-adapter-react-17 (#29875)
Bumps [@wojtekmaj/enzyme-adapter-react-17](https://github.com/wojtekmaj/enzyme-adapter-react-17) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/wojtekmaj/enzyme-adapter-react-17/releases)
- [Commits](https://github.com/wojtekmaj/enzyme-adapter-react-17/compare/v0.4.1...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-24 12:23:56 +08:00
Jojo Narte
a98e4fc907
fix: (Upload) stopPropagation on file drop (#29832)
Call e.stopPropagation on file drop to support nested drag and drop upload use-cases
2021-03-24 12:23:47 +08:00
Bernard Niset
e49281c7f5
feat: Apply ConfigProvider componentSize on Tabs component (#29844) 2021-03-24 12:23:24 +08:00
dependabot[bot]
69151d567c
chore(deps-dev): bump immer from 8.0.4 to 9.0.1 (#29859)
Bumps [immer](https://github.com/immerjs/immer) from 8.0.4 to 9.0.1.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v8.0.4...v9.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-24 12:22:52 +08:00
二货机器人
462386a9ab
chore: Rm tag hover style (#29874) 2021-03-23 15:22:39 +08:00
二货机器人
5f38753f6c
fix: align TextArea maxLength logic (#29867)
* fix composition

* fix input

* update doc

* fix tst

* more test case

* more test case
2021-03-23 15:03:47 +08:00
CodingYingYingYing
a21c1a88c1
fix: Typography.Paragraph\Text\Title ts (#29787)
* fix: Typography.Paragraph\Text\Title ts

* feat: add doc

* feat: title ts

* feat: cr

* chore: revert

* chore: ts

* feat: doc/sort & drop onChange
2021-03-23 13:32:37 +08:00
github-actions[bot]
a87ae51460
chore: auto merge branchs (#29865)
chore: merge master into feature
2021-03-22 12:49:22 +00:00
dependabot[bot]
dc4d85583f
chore(deps-dev): bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#29857)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 28.0.2 to 29.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.2...v29.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 17:32:31 +08:00
Wei Zhu
56283688b2
docs: add 4.14.1 changelog (#29849)
* docs: add 4.14.1 changelog

* chore: bump version

* Update CHANGELOG.en-US.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
2021-03-22 13:49:31 +08:00
xrkffgg
86b472d0d1
ci: update pr changelog check
add cn lost
2021-03-21 11:36:48 +08:00
Bernard Niset
76a96965ee
feat: Add form translations to fr_FR i18n (#29839) 2021-03-20 23:02:14 +08:00
Hell Cat
92a849ff27
fix: Image PlaceHolder not clear when using cache (#29829) 2021-03-20 10:40:51 +08:00
二货机器人
4ba53c2cb3
docs: New design of articles (#29827)
* docs: New design of articles

* update

* format
2021-03-19 23:03:04 +08:00
MaoXiangming
8ff10277e1
fix: table demo drag-sorting drag error (#29825)
close #29800
2021-03-19 17:06:33 +08:00
xrkffgg
7fde1b6967
ci: add pr change log fill check (#29823)
* Update pr-open-check.yml

* Update pr-open-check.yml

* Update pr-open-check.yml

* Delete pr-labeled.yml

* Update pr-open-check.yml

* Update pr-open-check.yml

* Update pr-open-check.yml

* Update pr-open-check.yml
2021-03-19 16:58:44 +08:00
二货机器人
2e35b4ee05
refactor: use rc-util for csp (#29804)
* refactor: use rc-util for csp

* update icons version

* add csp support

* update deps
2021-03-19 16:23:25 +08:00
dependabot[bot]
7aba617b4c
chore(deps-dev): bump react-sortable-hoc from 1.11.0 to 2.0.0 (#29822)
Bumps [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) from 1.11.0 to 2.0.0.
- [Release notes](https://github.com/clauderic/react-sortable-hoc/releases)
- [Changelog](https://github.com/clauderic/react-sortable-hoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clauderic/react-sortable-hoc/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-19 15:56:20 +08:00
xrkffgg
42db7a1d92
Update pr-labeled.yml
xx: xx

语法不行
2021-03-19 11:45:44 +08:00
xrkffgg
36ff6499f9
ci: create pr labeled action 2021-03-19 11:41:32 +08:00
github-actions[bot]
f6d057cc02
chore: auto merge branchs (#29815)
chore: merge master into feature
2021-03-19 01:29:34 +00:00