Skip to content

Releases: ant-design/pro-components

@ant-design/pro-components@2.6.11

04 Aug 09:34
Compare
Choose a tag to compare
  • fix(layout): fix menu item no align error. 450a823
  • fix(form): form field support mobile width best. 56ccc63
  • fix(form): update ReturnType (#7462). #7462 @q1uxu
  • fix(table): restrict movement to only the vertical axis.. 5a8f9fb

@ant-design/pro-components@2.6.9

31 Jul 02:35
Compare
Choose a tag to compare

@ant-design/pro-components@2.6.10

31 Jul 06:14
Compare
Choose a tag to compare
  • fix(layout): fix col size error. 749a303

@ant-design/pro-components@2.6.7

19 Jul 12:11
Compare
Choose a tag to compare
  • fix(layout): fix sider collapsedno work error. e17dee6

@ant-design/pro-components@2.6.6

19 Jul 07:24
Compare
Choose a tag to compare
  • fix(layout): disable SiderContext when Sider other dom. 4d53446
  • fix(layout): fix FooterToolBar width error. 54d9afe
  • fix(layout): Layout siderMenu delete getContainer = false. ed0c88b
  • fix(layout): menuItem support disableTooltip. 84b79c8
  • fix(form): 修复当 LightFilter 折叠模式 icon 样式问题 (#7388). #7388 @datoou
  • feat(form): drawer support resizable (#7288). #7288 @natashaamin
  • fix(form): fix jsonCode bgColor no work in dart mode. 03927db
  • fix(form): use 'Space.Compact' instead 'Input.Group'. 89e1fb4
  • fix(form): LightFilter default set popupMatchSelectWidth=false. 27667aa
  • fix(form): select use options. 59d5e72
  • feat(form): StepsForm support multifile StepForm. ccc35f5
  • fix(form): Fix the issue of the ProFormMoney component causing duplicate currency symbols when using trigger=onBlur. bc94215
  • fix(form): ModalForm and DrawerForm support params type. 76470d8
  • fix(form): support OptionType types. 189f933
  • fix(form): CheckBox readonly mode support warp. 646f4a7
  • fix(list): ProList card support on checked. 2a0257e
  • fix(table): params change awaly reload fetch. b147a16
  • feat(table): ProTable support optionsRender. 8b56b6a
  • fix(table): fix renderFormItem render twice render time. c3b8ffd
  • fix(table): Protable support EXPAND_COLUMN and SELECTION_COLUMN. 3454347
  • fix(table): when checkable=false, no render all select boxs. 5421e41
  • fix(table): Fix the columnsSetting styling issue in controlling column state when the table header is too long. 5b746b3
  • fix(table): Fix the issue where align="center" is not working. db6fc65
  • fix(table): Fix the issue of actionref not being synchronized. 2160fb8
  • fix(table): dataSource support string list. 7b81b4c
  • fix(descriptions): contentStyle add minwidth=0. 9087253

@ant-design/pro-components@2.6.5

14 Jul 09:35
Compare
Choose a tag to compare
  • fix(layout): Fix the issue of excessively long titles not being truncated.. 0e67775
  • fix(layout): fix abnormal animation playback.. 854ce2b
  • fix(form): Fix the display style of the switch. 8cdeda4
  • fix(form): InlineErrorFormItemPopover support radio and checkbox. 8c6ede6
  • fix(table): export editor pro table props (#7330). #7330 @ONLY-yours
  • fix(card): change checkCard checked token (#7352). #7352 @ONLY-yours
  • fix(card): remove onChange stopPropagation. 5f4bb48

@ant-design/pro-components@2.6.4

04 Jul 05:38
Compare
Choose a tag to compare

@ant-design/pro-components@2.6.3

19 Jul 12:11
Compare
Choose a tag to compare
  • fix(layout): submenu close tooltip. a550039
  • fix(form): fix block when QueryFilter set grid. 393fbe8
  • fix(form): fix className is undefined error. a27d453
  • fix(form): fix DigitRange un support theme error. 70ad3bc
  • fix(form): formRef.current change will update formitem list. 5e977db
  • fix(table): fix filter and sort is null no trigger change error. 8c444d7
  • fix(card): close onClick and onchange Propagation. c86532f

@ant-design/pro-components@2.6.2

19 Jun 08:35
Compare
Choose a tag to compare
  • fix(form): fix inline form reset value for destoy. dc9420a

@ant-design/pro-components@2.6.0

19 Jun 04:01
Compare
Choose a tag to compare
  • fix(form): alway use shouldUpdate for json. 7933961
  • fix(form): onInit use ProFormInstance. ad537a5
  • fix(table): add Form.Item shouldUpdate function. db3224b
  • feat(field): LightFilter 中使用 ProFormSelect 的两个 bug 修复 (#7225) (#7233). #7225 @Rabbit