⌘ K
English

目录

v2.3.53
v2.3.52
v2.3.51
v2.3.50
v2.3.48
v2.3.47
v2.3.43
v2.3.42
v2.3.40
v2.3.37
v2.3.36
v2.3.34
v2.3.33
v2.3.32
v2.3.31
v2.3.30
v2.3.29
v2.3.28
v2.3.24
v2.3.21
v2.3.20
v2.3.18
v2.3.17
v2.3.15
v2.3.14
v2.3.13
v2.3.12
v2.3.10
v2.3.9
v2.3.8
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.5
v2.0.0
Powered by
Dumi
Ant Design
kitchen

@ant-design/[email protected]

2023-02-08

  • fix(components): remove useLayoutEffect to useEffect. 19ccf1c
  • fix(layout): use logical properties and values instead margin. a3c1b31
  • fix(layout): 修复因为 Sider 折叠导致菜单展开状态丢失的 bug (#6472). #6472 @wtchaos
  • feat(layout): pro-layout top 模式下支持 headerTitleRender (#6560). #6560 @Hahet
  • fix(layout): Group-list demo fix (#6512). #6512 @chengaway
  • fix(layout): ItemClick 自定义点击事件,回传触发 Popover 元素 ref (#6504). #6504 @chengaway
  • fix(form): FieldLabel support i18n #6578(#6578). #6578 @kungege
  • fix(form): dataindex should take precedence over key. 8249ccd
  • fix(form): slove form list label defalut mode show problem (#6549). #6549 @ONLY-yours
  • fix(form): 修复了 textarea 在只读模式下的对齐和换行的问题 (#6524). #6524 @WilenChen
  • fix(form): debounceTime 在 SchemaForm 上配置不生效的问题 (#6557). #6557 @ldwonday
  • fix(table): fix keyframes style no work error. 122484e
  • fix(table): 列设置里面拖动列改变顺序会导致重新发布按钮出现多次 (#6565). #6565 @nocodeempire
  • fix(table): 删除 EditableTable 的 console.log (#6526). #6526 @sushi-su
  • fix(descriptions): fix fetch error no retry fetch error. 9158e71

@ant-design/[email protected]

2023-01-10

  • fix(layout): replace marginTop to marigin-block-start. 5d0f58f
  • fix(layout): fix ProLayout pageTitleRender not overriding document title (#6492). #6492 @whyour
  • fix(layout): open sider from right on rtl direction (#6491). #6491 @3hson
  • fix(layout):修复分组逻辑部分代码 (#6488). #6488 @chengaway
  • fix(layout): support click mask close. 06a8920
  • fix(layout): 调整菜单收缩时 margin 与展开时 一致 (#6481). #6481 @hihuangwei
  • fix(form): fix formref no work error in BetaSchemaForm. 7b9bbdd
  • fix(Table): 列配置子项 disable 时,无法拖动调整顺序 (#6476). #6476 @chiaweilee
  • fix(Table): 列配置子项 disable 时,“固定”按钮点击无效 (#6475). #6475 @chiaweilee
  • fix(Table): 列配置点击“列展示”全选操作时,顺序排列和 disable 状态异常 (#6477). #6477 @chiaweilee
  • fix(table): fix cancelEditable will reset value error. 40fba50

@ant-design/[email protected]

2023-01-06

  • feat(layout): 修复 prolayout 传入自定义 prefixCls 时样式异常 (#6464). #6464 @Hahet
  • feat(layout): remove unuse deps. 9cac437
  • fix(form): fix ProFormDigitRange label formart style. 6250094

@ant-design/[email protected]

2023-01-04

  • fix(layout): fix colorBgMenuItemCollapsedElevated no work error. 6aa0d2c
  • fix(layout): 调整 margin ,与 Table 组件分页 margin 一致 (#6438). #6438 @hihuangwei
  • fix(layout): Layout 分组逻辑调整 (#6451). #6451 @chengaway
  • fix(layout): 修复 AppsLogoComponents 样式警告 (#6440). #6440 @leshalv
  • fix(form): Light FilterightWrapper 当中清除功能的默认行为,使得 LightFilter 当中的 Checkbox 可以正常地被清除功能重置 (#6450). #6450 @Leo-captain
  • fix(table): fix columnsState.defaultValue no work error. 2b9a283

@ant-design/[email protected]

2022-12-29

  • feat(layout): Layout 新增 跨站点导航 分组形式 (#6431). #6431 @chengaway
  • fix(layout): 修复 extraContent 在 md 尺寸不位于 content 右侧的 bug (#6389). #6389 @edram
  • feat(layout): sider token 增加 colorBgElevated (#6384). #6384 @sushi-su
  • fix(form): treeSelect do not default reset to empty string. 387d2d7
  • fix(form): do not remove collapsed dom. 769177f
  • fix(form): ProFormList style does not work (#6398). #6398 @kungege
  • fix(form): 优化 checkbox 在 hashPriority=high 不生效问题 (#6400). #6400 @leshalv
  • fix(list): fix card list style error (#6436). #6436 @chenshuai2144
  • fix(table): no render onSearch will SearchProps has onSearch. a1383e2
  • fix(table): use flex replace Space (#6426). #6426 @chenshuai2144
  • fix(table): fix childrenColumnName is null error. 0fb584c
  • fix(table): 轻量筛选替换查询表单,将 padding 调为 8px 更为统一美观 (#6423). #6423 @hihuangwei
  • fix(card): slove nested table background color was cover by pro-card (#6410). #6410 @ONLY-yours
  • fix(card): disable & checked style fixed (#6414). #6414 @ONLY-yours

@ant-design/[email protected]

2022-12-13

  • feat(components): bump swr from 1.x to 2.x (#6367). #6367 @sushi-su

@ant-design/[email protected]

2022-12-08

  • fix(layout): no set default colorPrimary. f85103e

@ant-design/pro-compo[email protected]

2022-12-08

  • fix(layout): support configprovide darkAlgorithm. dabf05e
  • fix(form): 修复 ProFormSelect 在 LightFilter 中自定义过滤无效 (#6341). #6341 @SeaHaiWorld
  • fix(table): fix table extra classname break (#6334). #6334 @ONLY-yours

@ant-design/[email protected]

2022-12-05

  • fix(layout): 修复 PageContainer 设置为 fixedHeader,内容滚动的时候 Title 抖动问题 (#6330). #6330 @lhzhou180606
  • fix(layout): fix bgColor token no work error. bad0f2f
  • fix(form): 修复 SearchSelect 组件在设置了 showSearch 和 多选模式下,当搜索并选中后,搜索的文字没有清空的问题 (#6302). #6302 @catmiao8
  • fix(table): 修复 table 使用后端分页时(频繁变化 dataSource 场景)多选功能 selectedRow 缓存丢失 (#6314). #6314 @YingJiangHui
  • fix(card): fix card style error. 60ac49c

@ant-design/[email protected]

2022-12-01

  • fix(table): fix table style error. 3fbfddd

@ant-design/[email protected]

2022-11-30

  • fix(layout): fix collapsedshowtitle style error. e4dc580
  • fix(layout): 修复 Footer 标签单独使用时带有下划线问题 (#6300). #6300 @leshalv
  • feat(layout): support stylish. 60c0b54
  • fix(layout): better theme gen style. fcbc182
  • fix(layout): update drawer style. eb7ace8
  • feat(layout): fix dark style no work error. 3e06527
  • fix(form): new antd version use items props. 9f520bf
  • fix(form): formRef repeats the assignment (#6278). #6278 @caijf
  • fix(table): Sortable 组件提取到外部防止不必要的页面重建 (#6246). #6246 @yqz0203
  • fix(descriptions): 修复 ProDescriptions 编辑带有校验情况下,样式排版问题 (#6254). #6254 @leshalv

@ant-design/[email protected]

2022-11-17

  • chore(form): update @ant-design/pro-form peer dependency "@types/lodash.merge" to be optional (#6220). #6220 @lzm0x219
  • fix(form): 只读模式下的 ProFormSelect 应该支持 wrap (#6235). #6235 @kiner-tang
  • fix(table): fix nested table style (#6228). #6228 @ONLY-yours

@ant-design/[email protected]

2022-11-15

  • fix(form): 修复 checkbox 在 ant design 5 vertical 布局失效问题 (#6214). #6214 @leshalv
  • fix(table): change css cache error. a5bc4cb
  • fix(Descriptions): fix ellipsis type error. d051be5

@ant-design/[email protected]

2022-11-14

  • fix(form): 修复 checkbox 在 ant design 5 vertical 布局失效问题 (#6214). #6214 @leshalv

@ant-design/[email protected]

2022-11-14

  • fix(layout): 在内容定宽下,TopNavHeader 的样式问题 (#6182). #6182 @hqwlkj
  • fix(form): reset ProFormList when new form. b9ba5d0
  • fix(table): 修复 DragSortTable 的 dataSource 值变更后未生效 (#6207). #6207 @acg-developer
  • fix(table): 修复拖拽排序表格使用数据源时数据源改变后未更新数据问题 (#6211). #6211 @kiner-tang
  • fix(table): column not working correctly after reset (#6159). #6159 @Zeng-J

@ant-design/[email protected]

2022-11-08

  • fix(utils): alway check process is undefined. a861967
  • fix(table): update table alert style. 1302a90

@ant-design/[email protected]

2022-11-07

  • fix(utils): do not use process?.env?.ANTD_VERSION. a295b3d
  • fix(table): 兼容 ellipsis 不想显示 Tooltip #6158 (#6160). #6160 @DerrickTel

@ant-design/[email protected]

2022-11-03

  • fix(layout): PageContainer support childrenContentStyle. 2a487cf
  • fix(layout): fix sub menu padding style. 324e083
  • feat(table): add new api actionRef.saveEditable (#6081). #6081 @shijistar

@ant-design/[email protected]

2022-10-24

  • fix(table): column drag order error when move upward (#6113). #6113 @xiawenqi
  • fix(layout): auto open hashid (#6114). #6114 @chenshuai2144

@ant-design/[email protected]

2022-10-21

  • fix(layout): support dynamic token set (#6106). #6106 @chenshuai2144
  • fix(layout): fix listtool bar style error. 820a5b7
  • fix(layout): 默认开启 hash. 47f30c9
  • fix(form): ProFormDigit value will fixed when not set precision(#6101). #6101 @ONLY-yours
  • fix(table): 修复 inline 类型样式丢失问题 (#6092). #6092 @sushi-su
  • fix(table): use ellipsis type exported from antd/rc-table (#6105). #6105 @Jungzl
  • fix(table): fix table select rows style error. dff31f3
  • fix(card): static style fixed (#6100). #6100 @ONLY-yours

@ant-design/[email protected]

2022-10-19

  • fix(Layout): 修复 PageContainer 设置 fixedHeader 属性后,样式 ant-pro-page-container-warp 未生效问题 (#6078). #6078 @hqwlkj
  • fix(layout): add ghost classname. 7df07ba
  • fix(layout): alway set pageheader is ghost. e06d908
  • fix(form): 金额格式化支持负数形式展示 (#6080). #6080 @kiner-tang
  • fix(form): fix intl no work error. ecfc9d6
  • fix(card): fix card hover error style. 7ab8e7e

@ant-design/[email protected]

2022-10-14

  • fix(utils): remove act import. fc76519
  • fix(layout): AppsLogo stopPropagation. 2235842
  • fix(layout): Support for multiple PageContainers to be used together. 7a9aad7
  • fix(layout): use img height. 224b573
  • fix(layout): support hover token. 8eb4545
  • fix(form): ProFormList 组件 required 时需要提供加星号样式 (#5995). #5995 @Zeng-J
  • fix(form): Fixed a bug with nested FormList. 2100074
  • fix(table): support tooltip=false, close ellipsis tooltip. 1c6c7ef
  • fix(table): table search style fixed (#6069). #6069 @ONLY-yours

@ant-design/[email protected]

2022-10-13

  • fix(layout): 优化页面滑动的问题. 367c667
  • fix(layout): use inline style. 827349d
  • fix(form): fix filter dropdown not close (#6067). #6067 @ONLY-yours
  • fix(table): fix no has key when maxsize call error. 657e971
  • fix(table): card add hashid. b98c387

@ant-design/[email protected]

2022-10-11

  • fix(layout): fix PageContainer token no rerender error. 5611a16
  • fix(form): ProFormDependency support T. 7b0c85d
  • fix(form): fix key and visible use. 0ebd3db
  • fix(field): use open replace visible. 8dcf66a

@ant-design/[email protected]

2022-10-10

  • fix(layout): support pageContainer.token. 0abcbd4
  • fix(layout): support pageContainer.token. bd6e110
  • fix(layout): fix pageheader style overwrite. 5b1a774
  • fix(layout): fix layout margin style error. 3f9e8b5
  • fix(layout): fix back icon style error. 1ecdad4
  • fix(form): fix showSearch title no work error. 96da32d
  • fix(form): remove redundant code (#6030). #6030 @kiner-tang
  • fix(form): 修复 ListItem 自定义样式和样式名称不生效的 BUG (#5982). #5982 @hqwlkj
  • fix(form): 解决 moneySymbol 设置为 false 时金额格式化异常问题 (#6012). #6012 @kiner-tang
  • fix(form): 修复 ModalForm 和 DrawerForm 关闭过程中表单内容闪现初始值的问题 (#6009). #6009 @kiner-tang
  • fix(table):DragSortTable - 拖动排序表格设置 rowClassName 无效问题 (#6038). #6038 @hqwlkj

@ant-design/[email protected]

2022-09-28

  • fix(components): provide support getPrefixCls. b3da61f
  • fix(form): fix visible props warning (#5937). #5937 @zzcbnz
  • fix(table): 解决 CheckCard 与 Table 联用时 CheckCard 样式丢失问题 (#5980). #5980 @kiner-tang

@ant-design/[email protected]

2022-09-22

  • fix(layout): awlay use route.children. 44b6fe1
  • fix(form): export FormListContext (#5968). #5968 @houkunlin
  • fix(list): 修复类型问题:未将 RecordType 的泛型传入 meta 中 (#5962). #5962 @SoraYama
  • fix(table): option button alignment problem (#5959). #5959 @GoodbyeNJN
  • fix(table): useEditableArray 修复无法正确添加深度大于 1 的子记录 (#5949). #5949 @zd5043039119
  • fix(field): fix ProFormSegmented style (#5969). #5969 @DBvc
  • fix(card): card key props warning (#5941). #5941 @zzcbnz

@ant-design/[email protected]

2022-09-21

  • fix(layout): fix colorPrimary change no rerender style error. be6ab65
  • feat(layout): remove routers types. 6c54c7e
  • fix(table): use better style import funtion. 8ce8d5a
  • fix(card): fixed col width digit lost (#5958). #5958 @ONLY-yours

@ant-design/[email protected]

2022-09-16

  • fix(table): fix dateformat no work error. c30c107

@ant-design/[email protected]

2022-09-14

  • fix(components): fix ref error. c9e1e98
  • fix(utils): remove unuse code. bcbdbf6
  • fix(layout): fix colorBgPageContainer (#5911). #5911 @drizzlesconsin
  • fix(layout): custom header padding (#5912). #5912 @drizzlesconsin
  • fix(form): fix select keyword lose. 797f853
  • feat(form): add ProFormSegmented (#5913). #5913 @leoooy
  • fix(form): 修复 ProFormRadio.Group layout 作用反了 (#5918). #5918 @leshalv
  • fix(table): fix configuration issues with nested columns. c2c9d9d
  • fix(table): fix ColumnSetting style error. ec39ccc
  • fix(card): Card.Tabs.Pane Render null (#5926). #5926 @ONLY-yours

@ant-design/[email protected]

2022-09-09

  • fix(components): fix compareVersions error. 9751208

@ant-design/[email protected]

2022-09-08

  • fix(components): fix open props warning. 77703c8
  • fix(components): fix css var error. bd5d3bf
  • fix(components): unuse theme import. bcac384

@ant-design/[email protected]

2022-09-05

  • fix(components): export more types from components (#5840). #5840 @Jungzl

@ant-design/[email protected]

2022-09-02

@ant-design/[email protected]

2022-09-02

  • fix(components): add antd version dependencies. aa5fd10
  • feat(components): add @ant-design/pro-component (#5258). #5258 @chenshuai2144

@ant-design/[email protected]

2022-09-01

@ant-design/[email protected]

2022-08-31

@ant-design/[email protected]

2022-08-30

@ant-design/[email protected]

2022-08-29

@ant-design/[email protected]

2022-08-26

@ant-design/[email protected]

2022-08-25

@ant-design/[email protected]

2022-08-25

@ant-design/[email protected]

2022-08-25

@ant-design/[email protected]

2022-08-24

  • fix(components): add antd version dependencies. aa5fd10
  • feat(components): add @ant-design/pro-component (#5258). #5258 @chenshuai2144

@ant-design/[email protected]

2022-09-07

  • fix(components): fix css var error. bd5d3bf
  • fix(components): unuse theme import. bcac384
  • fix(components): export more types from components (#5840). #5840 @Jungzl
  • fix(components): add antd version dependencies. aa5fd10
  • feat(components): add @ant-design/pro-component (#5258). #5258 @chenshuai2144