Skip to content

Latest commit

ย 

History

History
1108 lines (649 loc) ยท 60.2 KB

pro-table.changelog.md

File metadata and controls

1108 lines (649 loc) ยท 60.2 KB
title nav group
ProTable - ๆ›ดๆ–ฐๆ—ฅๅฟ—
title path
Changelog
/changelog
path
/

Change Log

@ant-design/[email protected]

2022-07-21

  • feat(table):loading ๅฑžๆ€งๆ”ฏๆŒๅฏน่ฑก็ฑปๅž‹(SpinProps) (#5482). #5482 @kingcwt
  • feat(table): ProTable columns ็š„ ellipsis ๆ”ฏๆŒ showTitle (#5575). #5575 @liangchaofei

@ant-design/[email protected]

2022-07-06

  • fix(table): method coverRowKey ๅ…ณไบŽ at ๅ…ผๅฎนๆ€ง้—ฎ้ข˜ไฟฎๅค (#5473). #5473 @tang-xuan11

@ant-design/[email protected]

2022-06-30

@ant-design/[email protected]

2022-06-02

  • fix(table): fix light filter style error. 884ccac
  • fix(table): if request is null, no triger change. dc37fe2
  • fix(table): support dropPosition = 0. 95d6c29

@ant-design/[email protected]

2022-05-26

  • fix(table): use ref funtion. e81cda6
  • feat(table): renderFormItem support ignoreFormItem (#5296). #5296 @chenshuai2144
  • feat(table): renderFormItem support ignoreFormItem. 7aae13d
  • fix(table): useEditableArray fix child record traversal (#5244). #5244 @zhxnlai

@ant-design/[email protected]

2022-05-20

  • fix(table): default close revalidateOnFocus. b348468

@ant-design/[email protected]

2022-05-12

  • fix(table): fix children table alway rerender all dom. 17e1b58
  • fix(table): use menu.items render menu.item. 6f32179

@ant-design/[email protected]

2022-04-29

  • fix(table): if table data is null, render empty table. 281b8bd
  • feat(table): recordCreator must set rowKey. a30ce30

@ant-design/[email protected]

2022-04-24

  • fix(table): extra columns unexpected show in form compo (#5096). #5096 @sarufarr
  • feat(table): reinitialize umountRef for react@18 strict mode (#5085). #5085 @sarufarr
  • fix(table): ts type error (#5095). #5095 @Dunqing

@ant-design/[email protected]

2022-04-18

  • fix(table): key does not exist causing error (#5066). #5066 @Dunqing

@ant-design/[email protected]

2022-04-13

  • fix(table): fix PageInfo.onchange run twice error. dd2bfed
  • fix(table): fix selectedKeys no support rowkey is function. 8f5b518

@ant-design/[email protected]

2022-04-12

@ant-design/[email protected]

2022-04-07

  • fix(table): fix tableExtraRender no work error when dataSource=null. 23e60ae

@ant-design/[email protected]

2022-04-06

  • fix(table): ่งฃๅ†ณไฟฎๆ”น่ฝป้‡็ญ›้€‰ๆกไปถๆ—ถ่ฆ†็›–ไบ† table ่‡ชๅธฆ keywords ่ฟ‡ๆปค็š„ๅ€ผ็š„้—ฎ้ข˜ (#4995). #4995 @wangmeijian
  • fix(table): fix ts error. db7e313
  • feat(table): support column setting disable (#4958). #4958 @DerrickTel

@ant-design/[email protected]

2022-03-28

  • fix(table): fix EditorTable rowKey is rowIndex error. 6b8c6a4
  • fix(table): onSave cannot get after editing data (#4934). #4934 @1247748612
  • fix(table): table search styles overridden (#4935). #4935 @1247748612
  • fix(table): sort table classnames. 8c4522a
  • fix(table): columnsState use index as state name (#4931). #4931 @1247748612
  • feat(table): customize columnSetting icon (#4925). #4925 @mfka

@ant-design/[email protected]

2022-03-25

  • feat(table): support getRows, getRow, setRow (#4904). #4904 @chenshuai2144
  • feat(table): table search alway use pro-card. d46edbb
  • fix(table): Incorrect value of sub-column when using EditableTable in Form (#4875). #4875 @1247748612

@ant-design/[email protected]

2022-03-22

  • fix(table): fix actionSaveRef logic when add new line (#4881). #4881 @zqran

@ant-design/[email protected]

2022-03-18

  • fix(table): support ghost. 7bec0df
  • fix(table): fix inlint error render dom. bfeb81a

@ant-design/[email protected]

2022-03-16

  • feat(table): Fix valueType percent precision is 0 issue. (#4863). #4863 @yzwxk
  • feat(table): newRecordType: cache support parentKey (#4861). #4861 @zqran

@ant-design/[email protected]

2022-03-15

  • fix(table): fix table has name, add new line will error. 74f83df

@ant-design/[email protected]

2022-03-14

  • fix(table): use default showSizeChanger change. 83fdff3
  • fix(table): using an EditableTable with a Form causes wranning (#4839). #4839 @1247748612
  • feat(table): support custom loading (#4844). #4844 @1247748612
  • fix(table): mode=edit causes action column not to show (#4829). #4829 @1247748612
  • feat(table): improve ErrorBoundary logic (#4826). #4826 @1247748612
  • feat(table): Keep the creator button default style. (#4810). #4810 @yzwxk

@ant-design/[email protected]

2022-03-08

  • fix(table): InlineErrorFormItem render Popover to parentElement. a766602
  • fix(table): fix no fieldProps injected error (#4787). #4787 @1247748612

@ant-design/[email protected]

2022-03-07

  • fix(table): default close table auto focus first input. a1fe1cb

@ant-design/[email protected]

2022-03-04

  • fix(Table): preserve columnState when deselecting (#4761). #4761 @1247748612
  • fix(table): fix DragSortTable render is cache error. d5c716a
  • feat(table): support antd Table extra column (#9604) (#4704). #9604 @sarufarr
  • feat(table): support ErrorBoundary (#4738). #4738 @rdmclin2
  • fix(table): ProTable ้ป˜่ฎค่กจๅคดๅฏๆปšๅŠจ๏ผŒ่กจๆ ผๆปšๅŠจๅœจ antd ไธญ (#4729). #4729 @rawbin-

@ant-design/[email protected]

2022-02-24

  • fix(table): fix page=1, no reset pageIndex. 62b3188
  • fix(table): fix page=1, no reset pageIndex. 3ae828d

@ant-design/[email protected]

2022-02-21

  • fix(table): table ็š„ param ๅ‘็”Ÿๅ˜ๅŒ–ๆ—ถ้‡็ฝฎๅˆ†้กตไธบ 1 (#4648). #4648 @qq1170623178

@ant-design/[email protected]

2022-02-18

  • fix(table): EditableProTable ๆ”ฏๆŒๅœจ renderFormItem ไธญ็š„ record ไธญ่ฟ”ๅ›ž็”จๆˆท่‡ชๅฎšไน‰็š„ๅญ—ๆฎต (#4644). #4644 @kiner-tang

@ant-design/[email protected]

2022-02-15

  • fix(table): fix React state update on an unmounted component error. 07cf3a3

@ant-design/[email protected]

2022-02-14

  • fix(table): fix table loadingchange no work error. 42495b1
  • fix(table): first use propsRef values. cba7197

@ant-design/[email protected]

2022-02-14

  • fix(table): fix when name=xxx, form is null error. 3d5142d

@ant-design/[email protected]

2022-02-11

  • fix(table): fix oncancel no use runtime datasource. 712cd1e

@ant-design/[email protected]

2022-02-08

@ant-design/[email protected]

2022-01-21

@ant-design/[email protected]

2022-01-17

@ant-design/[email protected]

2022-01-11

@ant-design/[email protected]

2022-01-05

  • fix(table): fix the param resetPageIndex is invalid in ProTable's method reload. (#4397). #4397 @ooPG233

@ant-design/[email protected]

2021-12-28

  • fix(table): fix table no rerender error. 5af32fb

@ant-design/[email protected]

2021-12-28

  • fix(table): Table ๅœจ column ๅธฆๆœ‰ request ๆƒ…ๅ†ตไธ‹๏ผŒๆœ็ดขๆ ็š„่กจๅ•็”ฑไบŽๆฒกๆœ‰่ฎพ็ฝฎ proFieldKey ๅฏผ่‡ดๅœจ้กต้ขๅˆๅง‹ๅŒ–ไผšๅ‘ๅ‡บไธคไธช้‡ ๅค็š„ request (#4336). #4336 @rojer95

@ant-design/[email protected]

2021-12-20

@ant-design/[email protected]

2021-12-08

@ant-design/[email protected]

2021-12-01

@ant-design/[email protected]

2021-11-30

  • fix(table): ProTable ไธญ ้…็ฝฎไบ† params๏ผŒ ้€š่ฟ‡ๆ”นๅ˜ params ๆฅ้‡ๆ–ฐ่ฏทๆฑ‚ๆ•ฐๆฎๆ—ถ๏ผŒ้กต็ ๆฒกๆœ‰ไปŽ็ฌฌไธ€้กตๅผ€ๅง‹ (#4142). #4142 @aiyuekuang
  • feat(table): support revalidateOnFocus (#4120). #4120 @chenshuai2144

@ant-design/[email protected]

2021-11-23

  • fix(table): fix valueEnum error. 15d5835

@ant-design/[email protected]

2021-11-23

  • feat(table): request add record props. 5ec71f8

@ant-design/[email protected]

2021-11-18

@ant-design/[email protected]

2021-11-16

@ant-design/[email protected]

2021-11-15

@ant-design/[email protected]

2021-11-12

  • fix(table): fix editor table rowkey error (#4000). #4000 @chenshuai2144
  • fix(table): ๅ–ๆถˆ็ผ–่พ‘่กŒๅŽ่กจๅ•ๆœช่ƒฝๅ…จ้ƒจ้‡็ฝฎ (#3997). #3997 @Zeng-J

@ant-design/[email protected]

2021-11-08

  • ๐Ÿ› fix(table): EditableTable controlled default value (#3965). #3965 @DerrickTel

@ant-design/[email protected]

2021-10-26

@ant-design/[email protected]

2021-10-19

@ant-design/[email protected]

2021-10-15

  • ๐Ÿ› fix(table): column ้…็ฝฎไธๅ†™ key๏ผŒไฝฟ็”จ request ๆ–นๆณ•ๅ‡บ็Žฐ้”™่ฏฏ #3816 @gexin1

@ant-design/[email protected]

2021-10-12

@ant-design/[email protected]

2021-10-08

@ant-design/[email protected]

2021-09-24

@ant-design/[email protected]

2021-09-18

@ant-design/[email protected]

2021-09-17

@ant-design/[email protected]

2021-09-09

@ant-design/[email protected]

2021-08-30

@ant-design/[email protected]

2021-08-24

@ant-design/[email protected]

2021-08-19

  • ๐Ÿ› fix(table): fix typo entry -> entity #3474 @chenshuai2144
  • ๐Ÿ› fix(table): ๆทปๅŠ ๆปšๅŠจๆก๏ผŒ้˜ฒๆญขๅฐๅฑๅน•ไธ‹ๆบขๅ‡บ #3449 @hihuangwei
  • ๐Ÿ› fix(table): rowSelection rowKey of default value #3407 @DerrickTel
  • ๐Ÿ’ฅ feat(table): ๅขžๅŠ ๅœจ ProTable ไธญ็š„ ProColumns ไธญ fieldProps ๆ”ฏๆŒ็š„ๅฑžๆ€ง็ฑปๅž‹ๆ่ฟฐ #3410 @kiner-tang

@ant-design/[email protected]

2021-08-05

  • ๐Ÿ› fix(table): ่ฎพ็ฝฎ ProSchema ็š„ proFieldProps ไธบๅฏ้€‰ๅฑžๆ€ง #3374 @0x219
  • feat(table): table support editable.formProps #3363 @chenshuai2144

@ant-design/[email protected]

2021-07-30

@ant-design/[email protected]

2021-07-26

  • ๐Ÿ› fix(table): add ListToolBar column default value #3281 @DerrickTel
  • ๐Ÿ’ฅ feat(table): support children column add funtion #3273 @jetBn

@ant-design/[email protected]

2021-07-21

@ant-design/[email protected]

2021-07-19

@ant-design/[email protected]

2021-06-28

@ant-design/[email protected]

2021-06-23

@ant-design/[email protected]

2021-06-15

  • ๐Ÿ› fix(table): ๅค„็†ๅˆ†้กต้—ฎ้ข˜ (#2212) #3008 @dingtianxiu
  • ๐Ÿ› fix(table): hideInForm true ็š„ๆ—ถๅ€™๏ผŒhideInSearch ๅคฑๆ•ˆ (#2986) #2993 @dingtianxiu
  • ๐Ÿ’ฅ feat(table): TableDropdown support all Menu.Item #2989 @DerrickTel

@ant-design/[email protected]

2021-06-08

@ant-design/[email protected]

2021-05-31

@ant-design/[email protected]

2021-05-28

@ant-design/[email protected]

2021-05-25

@ant-design/[email protected]

2021-05-21

@ant-design/[email protected]

2021-05-18

@ant-design/[email protected]

2021-05-11

@ant-design/[email protected]

2021-04-29

@ant-design/[email protected]

2021-04-22

  • ๐Ÿ› fix(utils): stop propagation icon event #2566 @chenshuai2144
  • ๐Ÿ› fix(utils): ไฟฎๅค InlineErrorFormItem ็š„ Popover ้—ฎ้ข˜ #2546 @xiefengnian
  • ๐Ÿ› fix(table): fix the problem of nested data reporting errors #2578 @chenshuai2144

@ant-design/[email protected]

2021-04-19

@ant-design/[email protected]

2021-04-15

@ant-design/[email protected]

2021-04-06

@ant-design/[email protected]

2021-03-31

@ant-design/[email protected]

2021-03-29

@ant-design/[email protected]

2021-03-11

@ant-design/[email protected]

2021-03-08

@ant-design/[email protected]

2021-02-28

  • ๐Ÿ› fix(description): description support editableUtils #2035 @chenshuai2144
  • ๐Ÿ› fix(form): ๐Ÿ‡ง๐Ÿ‡ท Adding stepForm and editableTable translations to pt-BR #2018 @renanwilliam

@ant-design/[email protected]

2021-02-23

@ant-design/[email protected]

2021-02-22

@ant-design/[email protected]

2021-02-04

@ant-design/[email protected]

2021-02-02

@ant-design/[email protected]

2021-01-25

@ant-design/[email protected]

2021-01-21

@ant-design/[email protected]

2021-01-18

@ant-design/[email protected]

2021-01-13

  • ๐Ÿ› fix(table): docs debounce time api #1599 @hengkx

@ant-design/[email protected]

2021-01-13

  • ๐Ÿ› feat(table): table request add debounce wait #1591 @hengkx

@ant-design/[email protected]

2021-01-12

@ant-design/[email protected]

2021-01-11

@ant-design/[email protected]

2021-01-08

@ant-design/[email protected]

2021-01-05

  • ๐Ÿ’ฅ feat(table): add 'internationalization for editabletable action' option #1491 @yanglu758

@ant-design/[email protected]

2021-01-05

@ant-design/[email protected]

2021-01-03

@ant-design/[email protected]

2021-01-01

@ant-design/[email protected]

2020-12-31

@ant-design/[email protected]

2020-12-28

@ant-design/[email protected]

2020-12-24

  • ๐Ÿ› fix(table): Filter de parameters van beforeSearchSubmit #1384 @lzbabd
  • ๐Ÿ› fix(table): settings max height (#1376) #1380 @DerrickTel

@ant-design/[email protected]

2020-12-21

  • ๐Ÿ› fix(compiler): form ไฟฎๅค้—ฎ้ข˜ๅ’Œๆธ…็ฉบๆ“ไฝœๅ†ฒ็ช๏ผŒๆ”นๆˆ hasOwnProperty ๅˆคๆ–ญ #1363 @oldturkey

@ant-design/[email protected]

2020-12-21

  • ๐Ÿ› fix(table): ่ฎพ็ฝฎ pageSize ๅŽ,ๆŸฅ่ฏขๆˆ–้‡็ฝฎๆฒก่Žทๅ–ๆœ€ๆ–ฐ็š„ pageSize #1352 @poyiding
  • fix(table): fix renderFormItem no have index error #1349 @chenshuai2144
  • โœจ feat(table): support onLoadingChange #1341 @chenshuai2144

@ant-design/[email protected]

2020-12-17

@ant-design/[email protected]

2020-12-15

  • ๐Ÿ› fix(table): table add requesting state #1319 @hengkx
  • ๐Ÿ› fix(table): change bordered to cardBorder #1312 @chenshuai2144
  • fix: ไฟฎๅคๆ–ฐๆ—งๅ€ผๅ‡ไธบ map ็ฑปๅž‹็š„็ญ‰ไปทๅˆคๆ–ญ๏ผŒไธ€็›ด่ฟ”ๅ›ž true ็š„้—ฎ้ข˜ #1302 @zakrivi

@ant-design/[email protected]

2020-12-14

@ant-design/[email protected]

2020-12-09

  • ๐Ÿ› fix(table): remove unuse code #1243 @chenshuai2144
  • ๐Ÿ’ฅ feat(table): add "colSize" in fieldProps within proTable's columns to customize query form item width #1229 @LyndonXiao

@ant-design/[email protected]

2020-12-08

@ant-design/[email protected]

2020-12-07

@ant-design/[email protected]

2020-12-03

@ant-design/[email protected]

2020-12-02

@ant-design/[email protected]

2020-11-30

@ant-design/[email protected]

2020-11-27

@ant-design/[email protected]

2020-11-19

@ant-design/[email protected]

2020-11-17

@ant-design/[email protected]

2020-11-09

  • ๐Ÿ› fix(table): name takes precedence over dataindex (@chenshuai2144)#930

  • feat: ไฟฎๅค ListToolBar ๆ ทๅผ้—ฎ้ข˜ & ่ฐƒๆ•ด้ƒจๅˆ† Table ๆ ทๅผ็š„ demo (@rdmclin2)#918

@ant-design/[email protected]

2020-11-04

@ant-design/[email protected]

2020-11-02

  • ๐Ÿ› fix(table): table ๅทฅๅ…ทๆ ๏ผšoptions ไธบ false ๆ—ถ๏ผŒไธๆ˜พ็คบ็ˆถ็บง่Š‚็‚น (@JaylanChen)#866

@ant-design/[email protected]

2020-10-29

  • ๐Ÿ› fix(table): options or fullScreen is null, not render ConfigProvider (@chenshuai2144)#854
  • ๐Ÿ› fix(table): renderFormItem should run in form init (@chenshuai2144)#852

@ant-design/[email protected]

2020-10-26

@ant-design/[email protected]

2020-10-21

@ant-design/[email protected]

2020-10-15

  • ๐Ÿ› fix(table): fix search item too long warning (@chenshuai2144)#713
  • ๐Ÿ› fix(table): table default remove width (@chenshuai2144)#710
  • ๐Ÿ› fix(table): fix loading no work in success=false (@chenshuai2144)#706
  • ๐Ÿ› fix(table): fix request no work error (@chenshuai2144)#695
  • ๐Ÿ› fix(table): Fix pro-table ๅœจๅธ่ฝฝไน‹ๅŽไป็„ถ่ฎพๅ€ผ๏ผŒๅฏผ่‡ด react ๆŠฅ้”™ (@liuweiGL)#693

@ant-design/[email protected]

2020-10-12

@ant-design/[email protected]

2020-09-29

  • ๐Ÿ› fix(table): ไฟฎๆ”น protable ็ป„ไปถ๏ผŒไฝฟ็”จ ellipsis ๅฑžๆ€งๆ—ถ๏ผŒๅŒๆ—ถๅ‡บ็Žฐ tooltips ๅ’Œ title ไธค็งๆ็คบ (@JesonSirius)#598
  • ๐Ÿ› fix(table): ๅฐ† table ็š„ loading ๅฑžๆ€งๆ”นไธบๅ…จๅ—ๆŽง (@qiaolei1973)#563
  • ๐Ÿ’ฅ feat(table): add form values to transform fields (@itsuki0927)#426

@ant-design/[email protected]

2020-09-22

@ant-design/[email protected]

2020-09-14

  • ๐Ÿš‘ hotfix: remove console #fd85fe6c
  • feat(core): ไธบ LabelIconTip ๆทปๅŠ  subTitle (@rdmclin2)#454

@ant-design/[email protected]

2020-09-14

@ant-design/[email protected]

2020-09-10

@ant-design/[email protected]

2020-09-08

@ant-design/[email protected]

2020-09-07

  • ๐Ÿ› fix(table): ๅฎŒๅ–„ columnEmptyText ็ฉบๅ€ผไธๆ˜พ็คบ (@itsuki0927)#398
  • ๐Ÿ› fix(table): ไฟฎๅค valueType ๅ‡ฝๆ•ฐ่ฟ”ๅ›ž date ็ญ‰ๆ—ฅๆœŸ็ฑปๅž‹ๆ ผๅผๅŒ–ๅผ‚ๅธธ (@itsuki0927)#399
  • ๐Ÿ› fix(table): fix sort has undefined key error (@chenshuai2144)#397
  • ๐Ÿ› fix(form): fix a problem with searchtext passing (@chenshuai2144)#396
  • ๐Ÿ› fix(table): fix reload no support wait (@chenshuai2144)#395
  • ๐Ÿ› fix(table): fix columnEmptyText no work error (@chenshuai2144)#394
  • ๐Ÿ› fix(protable): remove unused import #ed5e6c4f
  • ๐Ÿ› fix(table): if type=from, textarea should show textarea (@chenshuai2144)#366
  • ๐Ÿ› fix(table): close table copy's tooltip (@chenshuai2144)#365
  • ๐Ÿ› fix(table): fix request error don't setLoading error (@chenshuai2144)#368
  • ๐Ÿ› fix(table): fix search.span is number error (@chenshuai2144)#361

@ant-design/[email protected]

2020-08-31

@ant-design/[email protected]

2020-08-26

@ant-design/[email protected]

2020-08-25

@ant-design/[email protected]

2020-08-24

@ant-design/[email protected]

2020-08-19

@ant-design/[email protected]

2020-08-18

  • ๐Ÿ› fix(table): fix renderFormItem no work error #7e3851c7

@ant-design/[email protected]

2020-08-17

  • ๐Ÿ’„ UI: fix date pick border less error #c44a6d76

@ant-design/[email protected]

2020-08-17

  • ๐Ÿ“Œ versions: add @ant-design/pro-form deps #73c53378

@ant-design/[email protected]

2020-08-17

@ant-design/[email protected]

2020-08-14

  • ๐ŸŽจ types(table): Optimize type definition #75431487
  • ๐ŸŽจ types(table,descriptions): Optimize type definition #b0055f65

@ant-design/[email protected]

2020-08-14

@ant-design/[email protected]

2020-08-14

@ant-design/[email protected]

2020-08-13

@ant-design/[email protected]

2020-08-12

@ant-design/[email protected]

2020-08-12

  • โœ… tests: add more table test #f85de728
  • ๐Ÿ› fix(table): remove unuse code #785b0a71
  • ๐Ÿ› fix(table): Fix the problem that text is react node when valueType does not exist (@chenshuai2144)#157
  • ๐Ÿ’ฅ refactor(table): refactor table code (@chenshuai2144)#146

@ant-design/[email protected]

2020-08-10

  • โœ… tests: add valueType=textarea test #917434cf

@ant-design/[email protected]

2020-08-10

  • ๐Ÿ› fix(table): fix textarea plain error #78d04b9d

@ant-design/[email protected]

2020-08-10

  • fix(table): ๆœ็ดข้กนๅฆ‚ๆžœๅช้€‰ๆ‹ฉ่ตทๅง‹ๆ—ฅๆœŸๆ—ถ๏ผŒไผšๅ‡บ็Žฐ Invalid Date (@ly4236)#123