Skip to content

更新日志

所有重要的项目变更都会记录在这个文件中。

格式基于 Keep a Changelog, 并且本项目遵循 语义化版本

components

1.2.35

  • 新增 IipFileListPreview 组件,用于展示文件列表并支持预览。
  • 新增 openFileListPreview 方法,支持以编程方式打开文件列表预览。
  • 更新 IipUI 安装逻辑,支持通过全局配置设置文件预览的基础 URL。
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.17

1.2.34

  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.16

1.2.33

  • dialog-select组件优化,打包配置优化

1.2.32

  • 在dialog-select组件中新增showSelectionPanel和selectedLabelFormatter属性,支持实时显示已选项、单个删除和清空操作。
  • 更新参数表,添加 showSelectionPanel 和 selectedLabelFormatter 属性的说明。
  • 优化示例代码,展示如何使用新功能。
  • 在 dialog-select 组件中新增 beforeClose 回调函数,允许用户在对话框关闭前执行自定义逻辑,如验证数据、显示确认提示或阻止关闭。
  • 更新文档,提供 beforeClose 的参数说明和多个使用示例,展示如何在确认和取消操作中使用该回调。
  • 在相关组件中实现 beforeClose 功能,确保用户可以根据选择的行数据进行相应的处理。
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.15

1.2.31

  • 在 dialog-select 组件中新增 scrollToTopLeft 属性,允许用户在数据加载后自动滚动到顶部和左部,默认为 false。

1.2.30

  • style: 移除 dialog-select 组件的宽度样式,简化样式定义

1.2.29

  • refactor: 优化 dialog-select 组件的列配置逻辑

1.2.28

  • 去除dialog-select只读模式

1.2.27

  • dialog-select优化,默认append-to-body。openDialogSelect的类型推导完善

1.2.26

  • 新增dropdown-list组件,重构dialog-select的类型

1.2.25

  • vxe版号锁定

1.2.24

  • vxe打包配置

1.2.23

  • 修复openDialogSelect函数导出问题,修复openDialogSelect组件gridConfig报错问题

1.2.22

  • 新增openDialogSelect 函数式调用和pagination-select多选功能

1.2.21

  • 新增类型导出

1.2.20

  • 新增弹窗下拉组件

1.2.19

  • 优化分页组件,删除无用函数和组件
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.14

1.2.18

  • 中文化支持

1.2.17

  • test
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.13

1.2.16

  • 构建工具升级
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.12

1.2.15

  • 优化发包
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.11

utils

1.2.17

  • feat: 添加 getFileSuffix 函数,用于从 URL 提取大写文件后缀名

1.2.16

  • feat: 添加 omitObject 和 pickObject 函数及其测试
  • common.ts 中新增 omitObjectpickObject 函数,用于从对象中排除或选取指定的键。
  • common.test.ts 中为这两个函数添加了全面的测试用例,确保其功能正确性和边界情况处理。

1.2.15

  • 新增 isInteger、isNumeric 和 isNumericInteger 函数,用于检查整数和数字(包括数字字符串)。
  • 重构请求管理器,新增通用请求方法,支持 async/await 和 then/catch 写法。
  • 更新文档,提供新方法的使用示例和详细说明。

1.2.14

  • 优化分页组件,删除无用函数和组件

1.2.13

  • test

1.2.12

  • 构建工具升级

1.2.11

  • 优化发包

uniapp-utils

1.0.3

  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.17

1.0.2

  • fix: 修复胶囊按钮位置信息的获取逻辑
  • 更新 system-info.ts 中的 menuButtonInfo 逻辑,确保在不同平台下正确返回胶囊按钮的位置信息。
  • 添加条件编译以支持微信小程序和其他平台的不同实现。
  • Updated dependencies
    • @bingwu/iip-ui-utils@1.2.16

1.0.1

  • 新增uniapp-utils 工具函数
  • 用于获取系统信息、安全区域、胶囊按钮位置等系统相关数据。

theme

1.2.11

  • test

1.2.10

  • 构建工具升级

1.2.9

  • 优化发包

基于 MIT 许可发布