Skip to content

Latest commit

 

History

History
698 lines (272 loc) · 26.1 KB

CHANGELOG.md

File metadata and controls

698 lines (272 loc) · 26.1 KB

0.34.1 (2024-04-14)

Bug Fixes

  • SmartA: 优化样式,避免重复表达 (e899080)

0.34.0 (2024-04-14)

Features

  • Separator: 新增 Separator 组件 (42840be)
  • SmartA: 新增 aria-disabled 属性 (0dbbb08)
  • SmartA: 新增 SmartA 组件 (8b3257f)

0.33.0 (2024-04-14)

Features

  • 新增 SmartDescriptions 组件 (162fd95)
  • DialogForm: 支持 request 和 submit 按钮渲染 (b252780)
  • EditableTable: 新增复制行功能 (6a35b37)
  • SmartForm: 新增 SmartForm 组件 (2b82eba)
  • SmartRangePicker: 兼容 RangePicker 组件 (fd922a7)
  • SmartRangePicker: 新增 SmartRangePicker 组件 (5a835ae)

BREAKING CHANGES

  • EditableTable: 删除上下插入按钮
  • 改名 ProDescriptions 为 SmartDescriptions
  • SmartForm: 将 ProForm 改名为 SmartForm
  • SmartRangePicker: 将 ProRangePicker 改名为 SmartRangePicker

0.32.1 (2024-04-13)

Bug Fixes

  • Store: useStore 没有在依赖更新的时候触发 (0a0b3d1)

0.32.0 (2024-04-13)

Features

  • Store: 新增 useStore 接口 (c422885)
  • Store: 支持 depends 参数 (a7a7e35)
  • StringRangePicker: 新增 StringRangePicker 组件 (0bb679b)

BREAKING CHANGES

  • Store: 嵌套 Store 不再 merge

0.31.5 (2024-04-12)

Bug Fixes

  • SelectableTable: 允许透传 rowSelection,比如 radio (bbdfcbb)

0.31.4 (2024-04-12)

Bug Fixes

  • ProConfirm: 保持和 antd 的逻辑一致,关闭即调用 cancel (3291d50)

BREAKING CHANGES

  • ProConfirm: 去除 close 方法,关闭弹窗会调用 cancel 注册方法

0.31.3 (2024-04-12)

Bug Fixes

  • SearchTable: 切换 tab 后,使用缓存数据避免页面错误的动态渲染 (6284f4b)

0.31.2 (2024-04-12)

Bug Fixes

  • ProConfirm: 增加 onClose 外部接口 (9db6088)

0.31.1 (2024-04-12)

Bug Fixes

  • ProConfirm: 支持常规参数透传 (0b7e692)

0.31.0 (2024-04-12)

Features

  • ProConfirm: 新增 ProConfirm 组件 (4cac8dd)

0.30.0 (2024-04-11)

Bug Fixes

  • SelectableTable: clearSelection 触发 onChange (6678280)

Features

  • SelectableTable: 新增 params 参数,数据驱动 (8053954)

0.29.0 (2024-04-11)

Features

  • SelectableTable: 新增 getDataSource,getSelectedRows api (107ce7c)

0.28.0 (2024-04-10)

Features

  • SelectableTable: 新增 SelectableTable 组件 (f9e8f1e)

0.27.3 (2024-04-10)

Bug Fixes

  • SearchTable: 修复 reload 不传参数的时候,影响下一次正常请求 (41277c6)

0.27.2 (2024-04-10)

Bug Fixes

  • SearchTable: 搜索加载的时候,禁用 tab (c1db257)
  • SearchTable: 修复 tabs 样式问题 (3a3180e)
  • SearchTable: reload 的时候,丢失了 tab 的状态 (9978b82)

0.27.1 (2024-04-10)

Bug Fixes

  • Utils: EnhancedMap 重构 (63d8544)

BREAKING CHANGES

  • Utils: filter 改为 pick,ignore 改为 omit

0.27.0 (2024-04-10)

Features

  • Utils: 新增 EnhancedMap 工具类 (827239e)

0.26.2 (2024-04-10)

Bug Fixes

  • SearchTable: 修复 reload 的时候,没有注入 tabItem (4c54e32)

0.26.1 (2024-04-10)

Bug Fixes

  • SearchTable: 切换 tab 的时候,分页从第一页开始 (73a10b1)

0.26.0 (2024-04-10)

Features

  • SearchTable: 支持 tabItem 挂载额外数据 (de942fb)

0.25.0 (2024-04-10)

Features

  • Action: Action 支持 trigger 为函数注入 loading (69581ee)
  • SearchTable: 请求内部支持处理异常打印 (47d9006)

0.24.0 (2024-04-09)

Bug Fixes

  • DialogForm: 修复样式错误 (c8237ba)

Features

  • EditableGroups: 新增 EditableGroups 组件 (b561a64)
  • EditableGroups: 增加 api 接口 (5ff8933)
  • Form: 增加 mergeIntoForm 参数 (1ace278)
  • FormField: 新增 FormField 组件 (6dac839)
  • GroupsForm: 新增 GroupsForm 组件 (0b71b18)
  • GroupsForm: 新增 mergeIntoForm 参数,可以嵌套在其他表单中,作为数据的一部分 (735d264)
  • ImageCropper: 新增 ImageCropper 组件 (b5f185c)
  • SmartSteps: 新增 forceRender 参数 (6d42370)
  • SmartSteps: 新增 SmartSteps 组件 (e6af41a)
  • StepsForm: 新增 StepsForm 组件 (42f8eee)

BREAKING CHANGES

  • SmartSteps: stepIndex 改为 index
  • Form: 嵌套表单不再默认

0.23.2 (2024-04-07)

Bug Fixes

  • TabsForm: 修复 tab 标题无法修改的问题 (8e24ee3)

0.23.1 (2024-04-05)

Bug Fixes

  • LoginForm: 修复宽度,指定大小 (888d152)

0.23.0 (2024-04-05)

Features

  • LoginForm: 新增 LoginForm 组件 (d3f85ad)
  • Store: 新增 Store 组件 (ec9be7f)
  • Store: 支持嵌套功能 (b0fc75c)

0.22.0 (2024-04-03)

Features

  • FrontendFilteredSelect: onChange 回调注入 methods 方法集 (bccdf5e)
  • SearchTable: column 的 render 方法注入请求额外数据用于枚举等特殊渲染 (cbfad65)

BREAKING CHANGES

  • SearchTable: request 返回的数据列表字段从 data 改为 list

0.21.0 (2024-04-03)

Features

  • FrontendFilteredSelect: 新增 valueEnum 接口 (40968d8)

0.20.0 (2024-04-02)

Bug Fixes

  • EditableTable: 兼容恢复开关默认值 (05b190b)
  • EditableTable: 修复分页大小切换失效的问题 (9612221)
  • EditableTabs: 修复点击删除的时候 TabsForm 无法删除表单内存数据 (79723ff)

Features

  • EditableTable: 新增功能开关 (8b5791c)
  • EditableTable: 支持行编辑功能 (a39385a)
  • Form: 新增 onValuesChange 的接口 (96ff6c2)
  • FormDependency: 新增 FormDependency 组件 (87a6fa8)

0.19.0 (2024-04-01)

Features

  • FullscreenImage: 新增 trigger 功能 (cad0dba)

0.18.1 (2024-03-31)

Bug Fixes

  • ProForm: 修复组件返回类型报错 (93d5d4e)

0.18.0 (2024-03-31)

Features

  • Form: 自动检测是否为嵌套 form,同构嵌套表单组件的代码,无需做修改 (0aa78e2)

BREAKING CHANGES

  • Form: 删除 inForm 参数

0.17.0 (2024-03-31)

Features

  • DialogForm: 新增 stopWrapClickPropagation 参数 (d534086)
  • EditableTabs: 新增 EditableTabs 组件 (15af77f)
  • TabsForm: 新增 TabsForm 组件 (4aaf0d0)

0.16.1 (2024-03-29)

Bug Fixes

  • FullscreenImage: 优化样式,只有点击遮罩和关闭按钮才可以关闭 (68bdd6d)

0.16.0 (2024-03-29)

Features

  • FrontendFilteredSelect: 新增 fetchOnMount 参数 (af99467)

0.15.0 (2024-03-28)

Features

  • FrontendFilteredSelect: 支持 valueFieldName 传递函数形式 (afa262a)

0.14.0 (2024-03-28)

Features

  • FrontendFilteredSelect: 新增 optionLabelFieldName 控制回填展示 (6509858)
  • FullscreenImage: 新增 FullscreenImage 组件 (d009451)

0.13.0 (2024-03-27)

Bug Fixes

  • SearchForm: 默认展示数量小于实际数量的时候,才显示展开和关闭 (a3e26a4)
  • SearchForm: 修复搜索按钮没有空位显示的时候就消失了的问题 (30cb463)
  • SearchForm: 优化样式,减少空隙 (7589877)

Features

  • SchemaForm: 新增 SchemaForm (4ff4f51)
  • SearchTable: columns 支持函数形式 (44c37f7)

0.12.0 (2024-03-26)

Features

  • 新增 useUpdateEffect 导出 (55dbc8e)

0.11.1 (2024-03-24)

Bug Fixes

  • EditableTable: 首部添加一行数据的时候,如果不在第一页,需要回到第一页 (dd4816a)

0.11.0 (2024-03-24)

Bug Fixes

  • 修复 antd 的 es 引入 (666ec0b)
  • BackendFilteredSelect: 修复请求没有返回前,关闭弹窗,再次打开显示错误的问题 (adfce77)

Features

  • DialogForm: 支持 renderFormItems 不传 (0d1a9d6)
  • DrawerForm: 新增 DrawerForm 组件 (99088f6)
  • EditableTable: 新增 EditableTable 组件 (2568913)
  • EditableTable: 支持拖拽排序和插入功能 (161fca4)
  • ProDescriptions: 新增 ProDescriptions 组件 (dd654cb)
  • ProDescriptions: 支持返回 schema 渲染 (da859e3)
  • SchemaDescriptions: 新增 SchemaDescriptions 组件 (245d215)
  • SchemaDescriptions: 支持传递数组 (ffd9cc6)
  • SchemaDescriptions: 支持渲染表格 (08fbcd4)
  • SearchTable: 新增 tabs 接口 (ce8b59b)
  • SearchTable: 支持行选择和批量操作功能 (15f6b7f)

BREAKING CHANGES

  • SchemaDescriptions: 字面量对象需要改为数组,影响包括 ProDescriptions 和 SchemaDescriptions

0.10.1 (2024-03-22)

Bug Fixes

  • EllipsisTooltip: 修复 text 类型问题不包含 node (8f76620)

0.10.0 (2024-03-22)

Features

  • EllipsisTooltip: 新增 EllipsisTooltip 组件,自动处理文本缩略和提示 (1e92b9a)

0.9.4 (2024-03-22)

Bug Fixes

  • BackendFilteredSelectListItem: 搜索后,只显示 loading,不展示 menu;如果只有第一页数据,就显示完了,不展示“没有更多了” (4629aed)

0.9.3 (2024-03-21)

Bug Fixes

  • BackendFilteredSelect: 修复下拉清空选项后只显示 value 的问题 (17e7b1a)

0.9.2 (2024-03-21)

Bug Fixes

  • FrontendFilteredSelect: 关闭的时候不重置 list (b32e38e)

0.9.1 (2024-03-21)

Bug Fixes

  • FrontendFilteredSelect: 关闭弹窗不显示 label 的问题 (b356d53)

Features

  • FrontendFilteredSelect: 新增请求异常报错 (58ccb1b)

0.9.0 (2024-03-21)

Bug Fixes

  • ModalForm: 关闭按钮应该放在自定义按钮的左侧 (79f3f45)

Features

  • FrontendFilteredSelect: 新增前端过滤的下拉组件 (57fa51d)
  • ProForm: 将 BaseForm 改名为 ProForm (24d1fc6)

0.8.0 (2024-03-19)

Features

  • BaseForm: 新增基础表单组件 (d886ef1)

0.7.0 (2024-03-19)

Features

  • BackendFilteredSelect: 新增后端分页下拉选择器 (64a5655)

0.6.7 (2024-03-19)

Bug Fixes

  • esm 导出样式改为 style (8b247e9)

0.6.6 (2024-03-19)

Bug Fixes

  • 指定 platform 为 browser (4b1f288)

0.6.5 (2024-03-19)

Bug Fixes

  • 删除 esm 模块导出 (7bd6001)

0.6.4 (2024-03-19)

Bug Fixes

  • 新增 cjs 模块导出 (470f0d1)

0.6.3 (2024-03-19)

Bug Fixes

0.6.2 (2024-03-19)

Bug Fixes

0.6.1 (2024-03-18)

Bug Fixes

  • SearchTable: 修复错误依赖调用请求 (edaf4a7)

0.6.0 (2024-03-18)

Bug Fixes

  • ModalForm: 关闭后再次打开要请求初始化数据 (80dbec1)

Features

  • SearchTable: 新增 reload 方法 (158c90b)

0.5.0 (2024-03-18)

Features

  • Action: 支持打印自定义错误消息 (455bf15)

0.4.0 (2024-03-18)

Bug Fixes

  • SearchForm: 修复按钮的位置问题 (6cd9743)

Features

  • SearchTable: 新增 headerTitle 和 renderActionGroup 方法 (8465700)

0.3.0 (2024-03-18)

Features

  • 新增 Action;重构 modal form (b98989c)

0.2.0 (2024-03-17)

Features

0.1.0 (2024-03-17)