kily zhou
59c3c71b72
feat: Table adds rowSelection.defaultSelectedRowKeys ( #29879 )
2021-03-25 09:11:39 +08:00
MaoXiangming
8ff10277e1
fix: table demo drag-sorting drag error ( #29825 )
...
close #29800
2021-03-19 17:06:33 +08:00
afc163
462c7fcdf8
fix snapshot
2021-03-12 17:23:27 +08:00
afc163
547f87ebfe
chore( 🆙 ): upgrade react-dnd in table and upload demo ( #29724 )
2021-03-11 17:53:32 +08:00
einq7
1fa02cba7d
docs: add editable in column api ( #29708 )
...
* docs: add editable in column api
* Remove extra column
2021-03-10 23:20:11 +08:00
einq7
74fd93b068
docs: Update procomponents link ( #29638 )
2021-03-06 15:50:14 +08:00
二货机器人
55a63a67da
fix: Description full width ( #29630 )
2021-03-05 17:25:27 +08:00
zombiej
79224cab83
docs: Update demo desc about closure
...
close #29573
2021-03-02 14:52:11 +08:00
Tom Xu
e5d908a078
docs: format api ( #29537 )
2021-03-01 19:20:48 +08:00
jinchaofs
cc38c07c6e
fix(table): pagination.current display error when result of filter is empty ( #29386 )
...
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
2021-02-26 21:51:35 +08:00
afc163
76434a15df
chore( 🆙 ): upgrade devDeps ( #29418 )
...
* chore(🆙 ): upgrade devDeps
* prettier code
* fix dnd demo
* fix react-dnd demo
* fix npm start and demo tsx compile
* fix snapshot
2021-02-23 10:45:11 +08:00
Tom Xu
0c7d955734
docs: improve table api ( #29393 )
2021-02-20 17:56:03 +08:00
Tom Xu
4c3898ebf3
docs: improve table api ( #29391 )
2021-02-20 17:10:12 +08:00
mumiao
dc100b17c5
fix(table): optimize type declaration about filter ( #29385 )
2021-02-20 16:32:59 +08:00
afc163
99c2c2ff0b
refactor: use optional chaining instead of if ( #29368 )
...
* refactor: use optional chaining instead of if
* revert some code
2021-02-19 18:26:53 +08:00
诸岳
9a44a7e915
Merge branch 'master' of github.com:ant-design/ant-design into feature-merge-master-branch
2021-02-11 00:00:25 +08:00
叶枫
6e89866694
feat: 动画样式添加 prefix ( #29268 )
...
* feat: add prefix
* fix: 剩余
* fix: test
* fix: test
* fix: test
* fix: test
* fix: 传了 name 则使用传的
* fix: pop 添加 prefix
* fix: Ok OK ?
* fix: modal confirm
* fix: select
* fix: test
2021-02-08 17:09:13 +08:00
mumiao
d83e5fdd0a
fix: pagination componnet is not displayed at the position is none of… ( #29256 )
...
* fix: pagination componnet is not displayed at the position is none of array
* docs: update table/pagination position column typeValue
* fix: named invalid column
* fix: delete unless code
* refactor: refactor pagination position logic
* ci: fix lint error
* ci: fix lint error
* test: update snapshot
2021-02-07 20:23:40 +08:00
mumiao
b5d7670391
fix: fix confirm paramter ts type error ( #29241 )
2021-02-05 11:19:57 +08:00
afc163
f6683ebfc3
style: make Table expand icon same size as checkbox ( #29214 )
...
close #29207
2021-02-03 22:36:44 +08:00
afc163
b69c3351b1
fix: Table pagination current change logic ( #29184 )
...
* refactor: code style
* fix: Table pagination current when pageSize changed
close #29175
* fix current when have pagination.total
2021-02-03 11:42:11 +08:00
陈帅
a4f0957576
docs: add 4.12.0 changelog ( #29131 )
...
* docs: add 4.11.3 changelog
* update docs
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* update docs
* add 4.12.0 changelog
* update docs
* fix typo
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* fix changelog
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* update docs
* Update CHANGELOG.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: einq7 <50612752+AlanCutFlim@users.noreply.github.com>
* fix typo
* fix typo
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: einq7 <50612752+AlanCutFlim@users.noreply.github.com>
2021-02-02 22:05:31 +08:00
陈帅
40f9be9417
megre Feature into master ( #29141 )
...
* feat: Allow user to configure the Tooltip in the Table header (#29002 )
* feat: Table header supports tooltipPlacement
* docs: add Table tooltipPlacement
* feat: Allow user to configure the Tooltip in the Table header
* fix: fix jsx and use old code style
* fix: replace if blocks with ternary operator
* docs: fix url
Co-authored-by: 偏右 <afc163@gmail.com>
* docs: fix url
Co-authored-by: harrisoff <john@smith.kyon>
Co-authored-by: 偏右 <afc163@gmail.com>
* fix: Row with gutter has additional gap (#29059 )
* chore: init gutter
* feat: col support gap
* chore: Update playground
* fix: Safari padding
* test: fix test case
* test: More test case
* docs: Update demo
* test: Update coverage
* test: Update test hack
* feat(input-number): add keyboard prop to support disable keyboard (#29110 )
Co-authored-by: Ant Design GitHub Bot <yesmeck+ant-design-bot@gmail.com>
Co-authored-by: Harrison <stlebea@foxmail.com>
Co-authored-by: harrisoff <john@smith.kyon>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
2021-02-01 10:15:39 +08:00
xrkffgg
dcc0ffa016
chore : prettier code ( #29123 )
...
* style: prettier code
* update
* Update index.less
2021-01-30 19:39:02 +08:00
Kermit
47732b8a14
refactor: optimize calling sequence of onChange and onSelectAll in rowSelection of Table ( #29079 )
...
* chore: optimize order of onChange and onSelect in rowSelection of Table
* chore: add test case
* chore: trigger ci
* ci: trigger
2021-01-29 13:22:42 +08:00
Benjamin Schuch
45f4f46483
docs: fix onHeaderRow documentation ( #29103 )
2021-01-29 09:50:49 +08:00
二货机器人
08f25f0c8f
chore: Update Table ts definition ( #29084 )
...
* chore: bump rc-table ver
* chore: Fix ts definition
* docs: fix doc
2021-01-28 01:21:58 +08:00
afc163
e6b4708f04
resolve merge confilct
2021-01-24 17:55:57 +08:00
zhuguibiao
8d5a1fe449
docs: Table scroll properties X and Y are missing type string ( #28964 )
2021-01-21 15:55:41 +08:00
偏右
16ecb15be1
Merge pull request #28894 from ant-design/master
...
chore: merge master into feature
2021-01-18 09:55:46 +08:00
xrkffgg
dd62098beb
style: add @table-border-color ( #28903 )
2021-01-18 09:34:22 +08:00
Meowu
0f0dc1577f
fix: custom table filterDropdown ( #28850 )
...
* fix: get origin keys from nested filters.
* fix: unexpected transformed filteredKyes with custom filterDropdown.
* fix: simplify code.
2021-01-15 22:51:03 +08:00
偏右
ec6f198b0d
fix: Empty description validateDOMNesting warning ( #28862 )
...
* fix: Empty description validateDOMNesting warning
close #28860
* update snapshot
2021-01-14 16:29:48 +08:00
afc163
ea9c71a94e
Merge branch 'feature' into master-to-merge-feature
2021-01-14 14:26:09 +08:00
二货机器人
4315ac567c
chore: replace omit ( #28846 )
...
* chore: Replace omit.js with rc-util omit
* chore: Replace omit.js with rc-util omit
* fix ts
* fix ts
* fix ts
2021-01-13 21:00:30 +08:00
afc163
68f594e9d6
docs: fix Table rowSelection.columnWidth default value
...
close #28837
ref #28073
2021-01-13 17:15:21 +08:00
偏右
b913b26374
Update index.en-US.md
2021-01-13 16:14:51 +08:00
limingxin
3f30db32f7
Update index.zh-CN.md ( #28835 )
...
update expandable markdown
2021-01-13 16:13:11 +08:00
Alek Ye
9d334e776e
chore: remove console log ( #28816 )
...
Co-authored-by: alek.ye <alek.ye@meehealth.com>
2021-01-11 17:56:26 +08:00
偏右
a0eb9d31de
chore: merge master into feature ( #28751 )
...
* fix: Transfer dataSource cannot be immutable (#28675 )
close #28662
* docs: fix errors in example code (#28677 )
* ci: expand ie check (#28673 )
* ci: expand ie check
* Update issue-open-check.yml
* perf(📦 ): reduce @babel/runtime package size (#28678 )
* perf(📦 ): reduce @babel/runtime package size
04cd73dea1
* chore(🆙 ): upgrade @ant-design/react-slick to esm support version
* upgrade @ant-design/tools
* ci: add open condition (#28682 )
* fix(Slider): forcePopupAlign null when unmounted (#28699 )
* docs: Update overview.zh-CN.md (#28703 )
* docs: Update resources.en-US.md (#28701 )
* chore: bump rc-select to 12.1.0 (#28715 )
* fix: stylelint plugin (#28730 )
* Update package.json
* perf(📦 ): upgrade rc-image to 5.x (#28727 )
* refactor: upgrade rc-image to 5.x
reduce bundle size
* upgrade rc-image
* upgrade @ant-design/tools
https://github.com/ant-design/antd-tools/pull/226
* rc-image 5.0.0
* fix image preview icon missing
* refactor code
* docs: example of synchronous rc-tree (#28648 )
* ci: fix outputs type
过程中的使用 string。奇怪啊,之前测试过的,今天点的时候发现不行了
* Update package.json
* fix: site overflow cause sticky invalid (#28741 )
* fix: site overflow cause sticky invalid
* disable auto scroll
* chore: upgrade rc-dialog and rc-drawer (#28749 )
* chore: upgrade rc-dialog and rc-drawer (#28687 )
* chore: upgrade rc-dialog and rc-drawer
* upgrade rc-util
* update snapshots
* upgrade rc-util
* upgrade rc-util
* update snapshots
* upgrade rc-dialog
* perf: remove duplicated rc-dialog
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
Co-authored-by: bigbigbo <zxb141242@163.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: Yann Pringault <yann.pringault@gmail.com>
Co-authored-by: godfather <greenday.wj@foxmail.com>
Co-authored-by: Mateusz Wierzbicki <22788841+mateusz-wierzbicki@users.noreply.github.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
Co-authored-by: AkiJoey <akijoey1010635951@gmail.com>
Co-authored-by: qqabcv520 <605655316@qq.com>
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
2021-01-08 10:14:01 +08:00
骗你是小猫咪
d0de9aa92c
fix: site overflow cause sticky invalid ( #28741 )
...
* fix: site overflow cause sticky invalid
* disable auto scroll
2021-01-07 16:16:54 +08:00
Alek Ye
168db12e3f
feat: filter without close dropdown ( #28652 ) ( #28688 )
...
* feat: filter without close dropdown (#28652 )
* Change confirm parameter type
* Update components/table/demo/custom-filter-panel.md
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: alek.ye <alek.ye@meehealth.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2021-01-05 15:54:36 +08:00
Meowu
3ed44114ac
fix: no need to filter filterdKeys for custom filterDropdown. ( #28627 )
...
* fix: no need to filter filterdKeys for custom filterDropdown.
* fix: only transform array of filterdValue to string.
2021-01-04 11:17:27 +08:00
Ant Design GitHub Bot
6f80272516
Merge pull request #28626 from ant-design/master
2020-12-31 14:57:34 +08:00
afc163
84c65582c7
docs: hide resizable column demo
2020-12-29 14:54:27 +08:00
Ant Design GitHub Bot
98b90c3685
Merge pull request #28585 from ant-design/master
2020-12-29 12:22:43 +08:00
不吃猫的鱼
5119d2a9e1
feat: add select none functionality ( #28580 )
2020-12-29 10:38:43 +08:00
偏右
8e4eab68b1
fix: Table selection behavior when inside Checkbox.Group ( #28576 )
...
close #28044
2020-12-28 18:54:02 +08:00
afc163
f2188064b2
merge feature into master
2020-12-28 15:32:03 +08:00
Hossein Mohammadi
04bfa3c54f
chore: add prettier-plugin-jsdoc ( #28551 )
2020-12-28 15:30:18 +08:00