Releases: HammCn/AirPower4T
Releases · HammCn/AirPower4T
v3.0.5
🎉 Features:
- feat(TreeBox): 增加树节点选中事件并优化组件属性传递
🐞 Bug fixes:
- refactor(tree): 合并和调整树控件配置接口
- refactor(component): 重构组件中的导入路径
- fix(Table): 修复树表格重复添加选中项的BUG
- fix(tooltip): 调整 tooltip 组件的属性设置
v3.0.4
🎉 Features:
- feat(http): 提供了支持转换类型的request 和 requestArray
🐞 Bug fixes:
- refactor(core): 修正 IJson 导入路径
- docs(field): 更新字段标题优先级说明
- refactor(core): 优化枚举基类的实现
- style(interface): 移除接口属性的分号
v3.0.3
🎉 Features:
- feat(decorator): 新增装饰器模块索引文件
🐞 Bug fixes:
- style(User): 调整用户组件样式和结构
- refactor(core): 优化 getFieldConfig 方法的类型定义
- refactor(interface): 移除 IModelConfig 中的搜索相关配置项
- refactor(decorator): 更新导入路径以匹配装饰器模块重构
- refactor(config): 移除未使用的配置项和接口
- refactor(core): 修改错误信息提示的注释
v3.0.2
🎉 Features:
- feat(Frame): 支持了配置header高度
- feat(Logo): 更新了一个全新的Logo
🐞 Bug fixes:
- refactor(core): 移除模型转换中的默认值逻辑
- docs(README): 优化开始开发应用程序说明的排版格式
- fix(websocket): 删除了 autoConnectWhenClosed 方法
v3.0.1
🎉 Features:
- feat(websocket): 优化 WebSocket 连接和消息发送功能
🐞 Bug fixes:
- refactor(event): 修复事件回调函数参数传递问题
- refactor(base): 优化 AirAbstractService 中的 api 方法
- refactor(decorator): 调整 Field 装饰器的类型定义
v3.0.0
🎉 Features:
- feat(Field): 提供了一个全新的
@Field
装饰器
- feat(Event): 支持了一个事件监听管理器
🐞 Bug fixes:
- refactor(type): 将
ClassConstructor
类型迁移至 AirType
- refactor(component): 重构工具栏组件中的
API
地址处理逻辑
- refactor(Service): 重构成功提示逻辑
- docs(payload): 优化
Payload
组件脚本标签属性顺序
- perf(component): 优化脱敏逻辑
- refactor(Dialog): 优化对话框组件的样式和功能
- refactor(ToolBar): 优化日期选择器的代码结构和配置
- refactor(Table): 优化
Table
组件代码结构
- refactor(upload): 将
exts
属性重命名为 extensions
- refactor(selector): 重构选择器组件
- fix(Core): 优化了
Permission/Router/Config
代码
- fix(Service): 使用
AirEvent
与 ElementPlus
解耦
v2.4.3
🎉 Features:
- feat(Desensitize): 增加自定义脱敏符号功能
v2.4.2
🎉 Features:
- feat(Table): 支持了表格列中脱敏数据的配置属性
- feat(Component): 提供了一个脱敏组件
ADesensitize
- feat(Phone): 增强手机/固话号码中间位数隐藏功能
v2.4.1
🎉 Features:
- feat(Sort): ATable组件支持了清空排序
🐞 Bug fixes:
- fix(Dictionary): 修复获取全局配置字典失败的问题
v2.4.0
🎉 Features:
- feat(Dictionary): 支持了string和number类枚举的装饰器标注
🐞 Bug fixes:
- fix(Dictionary): 将获取配置时字典的优先级提前