Commit Graph

13283 Commits

Author SHA1 Message Date
xrkffgg
5d8b46ce85
feat: Transfer support customize footer (#31108)
close #28082
2021-06-30 12:10:23 +08:00
afc163
19cd3519dd
fix: Tooltip arrowPointAtCenter 1px shift bug (#31201)
close #31197
2021-06-30 11:48:11 +08:00
wangao
7a10ed1e12
fix(FormItem): add name as default variables.label value (#30179)
* fix(FormItem): add name as default variables.label value

* test(Form.Item): add name as default test
2021-06-30 11:32:34 +08:00
afc163
4e12007441 demo: update components/table/demo/edit-cell.md 2021-06-30 11:15:12 +08:00
afc163
a047de206e
fix: Menu item color style transtion (#31189)
close https://github.com/ant-design/ant-design/issues/31069#issuecomment-866052544
2021-06-29 19:04:37 +08:00
afc163
f73a7d2e1a
fix: Dropdown.Button do not support overlayClassName (#31187) 2021-06-29 17:55:02 +08:00
Map1en_
3bd725c79e
fix(Pagination): make the pattern of disabled-active buttons from pagination and that of radio consistent (#31185)
close #31103
2021-06-29 17:37:35 +08:00
afc163
993b934c7f merge feature into master 2021-06-29 17:09:39 +08:00
Ricardo Morais
d6b623633a
fix(Table): Fixed filtering in columns with children (#30815)
* Fixed filtering in columns with children.

* Added entries to the changelog files.

* Revert "Added entries to the changelog files."

This reverts commit 26a08bdc

Co-authored-by: moraispgsi <moraispgis@gmail.com>
2021-06-29 17:07:47 +08:00
stygian-desolator
af94f3f537
perf: reduce Progress animation cpu usage (#31128)
close #31124
2021-06-25 14:00:18 +08:00
afc163
feba8d62ed test: update snapshot 2021-06-25 13:38:07 +08:00
A113n
01b928dc03
fix: color props not working on popover arrow (#31127)
Co-authored-by: A113n <a113nzhang@gmail.com>
2021-06-25 13:37:34 +08:00
Jehu
09bb8ee80e
docs: doc of tooltip add overlayInnerStyle (#31119)
* docs: doc of tooltip add overlayInnerStyle

* Update components/tooltip/index.en-US.md

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

* Update components/tooltip/index.zh-CN.md

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

Co-authored-by: afc163 <afc163@gmail.com>
2021-06-25 11:04:00 +08:00
Jiehui
92f573e2ee
docs: Update the instance description of FormInstance (#31106) 2021-06-23 19:46:58 +08:00
Jehu
a350421b6a
feat: Transfer support locale.notFoundContent as array (#31088)
* feat: transfer support locale.notFoundContent as array

* feat: transfer support locale.notFoundContent as array with test
2021-06-23 17:38:16 +08:00
netcon
6ee413c604
fix: span element should not contains p element in Badge (#31042)
fixes #30916
2021-06-22 22:53:55 +08:00
Xu Zhiwei
558ac8fce2
docs: default props of message.config (#31078)
Co-authored-by: xuzhiwei <“xuzhiwei@qtrade.com.cn”>
2021-06-22 13:33:01 +08:00
zombiej
e2cc3b4720 docs: Update Menu faq 2021-06-22 11:22:39 +08:00
二货机器人
2f6f6f0e6e
fix: Menu overflow indicator theme should fixed (#31043) 2021-06-18 16:06:19 +08:00
二货机器人
ba8eac0b7b
feat: InputNumber formatter support additional info (#31030) 2021-06-17 21:45:03 +08:00
github-actions[bot]
efb970ccce
chore: auto merge branchs (#31031)
chore: feature merge master
2021-06-17 13:14:27 +00:00
二货机器人
5583383d85
chore: Use pure import icon (#31011) 2021-06-16 20:21:15 +08:00
二货机器人
b7bb7a5e59
fix: italic should not warning (#31004)
resolve #31002
2021-06-16 15:52:05 +08:00
二货机器人
398b406c7f
fix: Space use gap should not keep negative margin (#31000) 2021-06-16 13:34:22 +08:00
github-actions[bot]
2cf0d23413
chore: auto merge branchs (#31001)
chore: merge master into feature
2021-06-16 05:29:20 +00:00
afc163
c671b4e3f1
fix: Input.Password border color (#30999)
* chore: form demo style

* fix: Input.Password hover border color in Form
2021-06-16 13:05:55 +08:00
afc163
d1bd9093db fix: table resize demo snapshot 2021-06-16 12:04:17 +08:00
afc163
4963117cac chore: fix demo typo name
close https://github.com/ant-design/ant-design/pull/30994
2021-06-16 11:52:02 +08:00
afc163
34d7a1c80c docs: info about disabledDate currentDate argument
close #30987
2021-06-15 16:04:23 +08:00
github-actions[bot]
2f605218d3
chore: auto merge branchs (#30986)
chore: merge master into feature
2021-06-15 07:19:32 +00:00
afc163
4cdd24f4ec
chore: should use @{table-prefix-cls} (#30983) 2021-06-15 14:52:00 +08:00
afc163
7ae9b947ea
fix: Table fixed column header hover background (#30972)
close #30969
2021-06-14 12:39:45 +08:00
xiejiahe
fe35f4166d
style: Condition 'typeof enterButton === 'undefined'' is always false. (#30970) 2021-06-13 12:54:35 +08:00
gaozhenqian
832aa81c82
fix(Tooltip): the mistake that tooltip mount on wrong dom (#30963)
when getPopupContainer of tooltip's props is undefined or null
2021-06-11 21:26:40 +08:00
afc163
7601f62ec0
fix: Button loading margin lost when children is fragment (#30962)
close #30953
2021-06-11 16:32:46 +08:00
afc163
62949a6bd6
feat: change Drawer close icon placement and add extra property (#30908)
* feat: Drawer supports extra

* docs: add description for drawer extra demo

* docs: add extra in API

* update snapshot

* fix rtl style

* fix demo typescript errors

* update snapshot

* design for close icon only

* update snapshot

* update demo and default width

* add size prop

* improve demo

* update snapshot

* update demo

* update snapshot
2021-06-11 08:39:17 +08:00
github-actions[bot]
edb20e7ead
chore: auto merge branchs (#30949)
chore: sync master into feature
2021-06-10 05:32:47 +00:00
afc163
1d894a2276 test: update snapshot 2021-06-10 13:10:15 +08:00
Jehu
0b1f4da2eb
feat: add skeleton btn block (#30902)
close #30832
2021-06-10 00:38:55 +08:00
二货机器人
eb70f00513
feat: ConfigProvider static function support iconPrefixCls (#30925)
* feat: Static iconPrefixCls

* feat: message & notification support iconPrefixCls

* docs: Update doc

* chore: Force update

* fix: ts def
2021-06-09 15:36:59 +08:00
github-actions[bot]
827d34db1f
chore: auto merge branchs (#30926)
chore: sync master into feature
2021-06-09 06:18:09 +00:00
Wendell
748be64337
chore: Table warn about miss matched filter key (#30882)
* fix: warn about miss matched filter key

close #28107

* fix: add sortBy for correct array equal

* fix: fix warning message

* fix: fix lint
2021-06-09 12:19:31 +08:00
Wendell
5ddd9e6b97
feat(module:popconfirm): support closing based on promise (#30871)
* feat(module:popconfirm): support closing based on promise

fix: typos

fix: fix tests

fix: fix ActionButton for Popconfirm

* chore: cleanup

* test: add test
2021-06-09 12:18:52 +08:00
afc163
73102377af fix: demo snapshot 2021-06-09 12:09:53 +08:00
afc163
dd2d22698a
docs: Typography add demo of ellipsis from middle (#30914)
* docs: Add demo of ellipsis from middle

* fix demo
2021-06-09 11:44:20 +08:00
二货机器人
cada8e1ebc
fix: dropdown item use max width (#30911) 2021-06-08 17:02:25 +08:00
二货机器人
cedf59c886
fix: Menu dark mode hover style (#30907) 2021-06-08 16:15:55 +08:00
Michał Janicki
cc58210fa6
fix: Translation bug in a Table sorter popup [PL] (#30899)
Signed-off-by: Michal Janicki <michal@janicki.dev>

Co-authored-by: Michal Janicki <michal@janicki.dev>
2021-06-07 19:10:05 +08:00
afc163
2e65f276de
Merge pull request #30870 from ant-design/master-to-merge-feature
chore: merge master into feature
2021-06-07 16:31:23 +08:00
afc163
ea2545fbc7
fix: Dropdown/DatePicker/Select/Cascader animation direction (#30892)
* fix: DatePicker/Select/Cascader/Select animation direction

close #30889

* fix modal

* fix message
2021-06-07 16:30:40 +08:00
二货机器人
93c33fbf93
fix: patch more style of errorList (#30887)
* fix: patch more style of errorList

* chore: Use className instead

* test: Update snapshot

* test: Update snapshot
2021-06-07 14:32:07 +08:00
afc163
a034dce31d Merge branch 'feature' into master-to-merge-feature 2021-06-07 12:41:31 +08:00
afc163
e4bea72b88 Merge branch 'master' into master-to-merge-feature 2021-06-07 12:41:26 +08:00
afc163
2142180090
fix: form control-ref.md typescript error (#30885)
https://github.com/ant-design/ant-design/pull/30829#issuecomment-855211477
2021-06-07 12:09:44 +08:00
afc163
16599d498c
Revert "docs: Update head.md (#30881)" (#30886)
This reverts commit 921315f582.
2021-06-07 11:05:17 +08:00
Diego Villacís
921315f582
docs: Update head.md (#30881) 2021-06-07 10:46:30 +08:00
二货机器人
c78a6b2270
chore: Adjust menu style (#30883) 2021-06-07 10:43:51 +08:00
二货机器人
b837ecd950
fix: Menu overflow with horizontal should not affect by float element (#30879)
* fix: Menu horizontal layout style

* test: Update snapshot

* fix: lint
2021-06-06 17:31:59 +08:00
叶枫
f288aff9fe
fix: Typography icons should ignore React.Fragment (#30869)
* feat: fix-text

* feat: 优化代码

* chore: add test

* chore: 打算重构 test

* chore: 重构 test

* chore: 重构 test

* chore: 重构 test

* feat: review

* feat: review

* feat: add test

* feat: add test

* fix: test

* fix: tsx

* fix: 优化

* fix: 优化

* fix: map 当前处理

* fix: getNode function

* fix: 优化方法

* fix: ci

* fix: aria-label
2021-06-06 13:41:26 +08:00
afc163
8fe1cc9da5 merge feature into master 2021-06-05 13:30:36 +08:00
afc163
ad60e9544c
fix: Progress type="circle" error (#30855)
* fix: Progress `type="circle"` error

`Rendered more hooks than during the previous render`

close #30685

* update snapshot

* fix gradient strokeColor

* fix snapshot
2021-06-05 13:25:19 +08:00
afc163
e851fa4548
fix: Typography ellipsis width not correct (#30840)
close #30835
2021-06-04 15:39:46 +08:00
二货机器人
7a3bf8287f
feat: Form rule support warningOnly that not block form submit (#30829)
* chore: bump rc-field-form

* docs: Demo driven

* refactor: Use event instead

* chore: collection logic update

* chore: clean up

* chore: show warning

* chore: warning no need required mark

* feat: warning example

* docs: mix error

* chore: tmp list

* chore: magic code

* chore: fix motion

* chore: fix style

* chore: clean up useless code

* chore: RM useless import

* chore: RM useless file

* test: Update snapshot

* chore: Should reset

* fix: Memo logic

* fix: Form basic test case

* fix: lint

* chore: back of ref

* test: Update snapshot

* test: RM ueseless test case

* chore: RM useless code
2021-06-04 14:44:41 +08:00
qqabcv520
47dfa1f2ca
fix: fix type declaration (#30776) 2021-06-03 09:36:04 +08:00
Dony Sukardi
0bc05bff5b
style(tooltip): add max-content width to size correctly (#30822) 2021-06-02 18:13:03 +08:00
Kermit
f6b09a79b0
chore(table): optimize select all checkbox display logic (#30811) 2021-06-02 12:15:00 +08:00
二货机器人
023a1e0f88
fix: Dropdown selected keys (#30802)
* fix: Dropdown selected keys

* fix: less variable it
2021-06-01 13:34:03 +08:00
xrkffgg
678e768e18
docs: perf img show (#30803) 2021-06-01 13:28:25 +08:00
afc163
01d126b8d6
fix: Table column title styles (#30799)
* fix: Table column.title onClick

close #30787

* fix: Table ellipsis when has filters or sorters

close #27959
2021-06-01 11:36:56 +08:00
github-actions[bot]
6fa59e718c
chore: auto merge branchs (#30798)
chore: merge master into feature
2021-06-01 02:50:09 +00:00
afc163
9f0dbf2b4d
chore: upgrade to jest 27 (#30783)
* chore: upgrade devDeps

* upgrade @ant-design/tools

* support  CSS Minification

* test: jsdom as testEnvironment

* fix setImmediate

* update snapshot

* fix test

* fix test

* fix test

* fix test
2021-06-01 10:11:24 +08:00
ajuner
133bf530aa
chore: code simpler (#30794)
* chore: code simpler

* Update components/transfer/index.tsx

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

Co-authored-by: afc163 <afc163@gmail.com>
2021-05-31 19:58:57 +08:00
renzhao1113
b06612b00b
fix: remove asterisk selector from file base.less (#30660) 2021-05-31 19:27:00 +08:00
zombiej
3d8dd54d02 test: Update snapshot 2021-05-31 14:46:33 +08:00
张宇
b2bdaf5134
docs: add affix's FAQ (#30775)
* docs: add affix's FAQ

* docs: update affix's FAQ

* docs: update affix's FAQ
2021-05-31 12:17:58 +08:00
二货机器人
9153a732e6
docs: Update FAQ (#30771) 2021-05-30 09:43:48 +08:00
二货机器人
b0fc23957d
fix: HMR typography check logic (#30754) 2021-05-28 14:54:32 +08:00
afc163
7427f52a64
fix: Table column align with sorter and filter (#30744)
* fix: Table column align with sorter and filter

close #30741

* update snapshot
2021-05-28 13:27:58 +08:00
vldh
201c6cadf1
fix: export TreeDataNode (#30745) 2021-05-28 13:26:18 +08:00
二货机器人
6ae00431a9
docs: rm only mark (#30751) 2021-05-28 12:04:47 +08:00
zombiej
737c172c2b test: Update snapshot 2021-05-28 11:44:16 +08:00
vldh
acb869130a
fix: export TableColumnsType (#30747)
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
2021-05-28 10:32:38 +08:00
二货机器人
5fc63ffafb
feat: Table.Summary support fixed top position (#30726)
* chore: bump rc-table

* docs: Update demo & snapshot
2021-05-27 16:51:14 +08:00
Lu Yu
4440a181b4
docs: RangePicker type and default value in doc (#30720)
* Fix range picker type and default value in doc

* docs: Fix range picker type and default value in doc

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

* Update components/date-picker/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
2021-05-27 15:31:02 +08:00
dependabot[bot]
8a264baf67
chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#30724)
* chore(deps-dev): bump typescript from 4.2.4 to 4.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)

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

* fix tsc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-05-27 15:18:59 +08:00
二货机器人
19ad390c3b
feat: TreeSelect support treeLine (#30705)
* feat: TreeSelect support treeline

* docs: Update doc

* tests: Update snapshot

* docs: rm onlt

* fix: TS definition
2021-05-27 14:48:48 +08:00
afc163
68bec114f6 chore: fix useless margin 2021-05-26 22:43:32 +08:00
dhyuan
483c1e3d0a
fix: Collapse expandIconPosition="right" not working (#30680)
Signed-off-by: dehong <dehong@xsky.com>
Co-authored-by: dehong <dehong@xsky.com>
2021-05-26 22:41:19 +08:00
二货机器人
0a0fa61cb5
fix: Long text of menu ellipsis issue (#30682)
* fix: menu item long text ellipsis

* test: Update snapshot

* test: Update snapshot
2021-05-25 20:52:52 +08:00
二货机器人
c542aad9d6
fix: Menu collection error message (#30678) 2021-05-25 18:38:17 +08:00
二货机器人
feeebdc1e5
fix: Menu overflow measure style (#30672)
* fix: Menu overflow checker

* docs: Fix site style

* test: Update snapshot

* fix: dark menu hover style
2021-05-25 17:24:18 +08:00
二货机器人
17e863fc94
docs: Add Table.Summary desc (#30673)
* docs: Add summary desc

* test: Update snapshot
2021-05-25 16:12:41 +08:00
wan wan
89b9172830
docs: fix typo (#30670) 2021-05-25 15:31:50 +08:00
二货机器人
3e4e89d432
fix: Summary border missing (#30666) 2021-05-25 15:15:19 +08:00
二货机器人
5f3d0a6049
fix: Use css ellipsis when pure text (#30664) 2021-05-25 13:31:22 +08:00
afc163
082f626a3e
style: redesign Table header action (#30651)
* feat: improve Table filter and sorter position

* fix: edge cases of th border

* fix lint

* style: apply new design

* fix css detail

* fix stylelint

* fix css error

* style: sorter icon hover color

* fix test cases

* update snapshot

* fix th padding

* fix calc

* style: fix dark theme
2021-05-24 22:16:06 +08:00
二货机器人
352c560f9a
chore: bump rc-menu (#30646)
* chore: bump rc-menu

* test: update snapshot

* chore: tmp size it
2021-05-24 21:14:03 +08:00
afc163
414192436c
fix: Menu.SubMenu icon margin with other icon libs (#30642)
close #30605
2021-05-24 19:13:23 +08:00
afc163
25549cd388
fix: Form Input prefix style in error status (#30640)
close https://github.com/ant-design/ant-design/issues/30629
2021-05-24 18:18:44 +08:00
lisenenkov
6b419bd5ec
fix: Descriptions style import issue (#30602)
With @import '../../style/themes/default'; theme customization doesn't work
2021-05-24 17:58:18 +08:00