# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (opens new window), and this project adheres to Semantic Versioning (opens new window).

# [1.0.0] - 2026-01-25

首个稳定版本发布,提供完整的基础 UI 组件库与常用工具函数,支持快速构建企业级前端应用。

# Added

# UI 组件

  • 新增基础组件:Button(按钮)、Link(链接)、Badge(标记)、Icon(图标)
  • 新增布局组件:Layout(页面布局)
  • 新增数据展示组件:Table(表格,支持分页与排序)
  • 新增表单相关组件:
    • Form(通用表单)
    • QueryForm(查询表单)
    • ImageUpload(图片上传)
    • ImageFormItem(表单内图片上传控件)
  • 新增交互组件:Dialog(弹窗)

# 工具函数

  • 通用工具:复制到剪贴板、通用字段转换
  • 日期处理:格式化、计算、解析等工具集
  • 数值处理:千分位、精度控制、单位转换等
  • 枚举处理:状态映射、反向查找等
  • 安全工具:RSA 加密/解密支持