docs: 更新日志

This commit is contained in:
2023-07-24 13:14:32 +08:00
parent 2737b0aa83
commit 36338b599a
2 changed files with 74 additions and 2 deletions

72
CHANGELOG.md Normal file
View File

@ -0,0 +1,72 @@
# Changelog
## v0.0.1
### 🚀 Enhancements
- 首次提交 (e2d9a22)
- Integrity (3b75339)
- Env.d.ts (ac9f1ad)
- 推送地址 (ba943ab)
- 组件名前缀 (bb673df)
- 组件 (30a7f03)
- @element-plus/icons-vue (0719c39)
- Unocss配置 (fe587db)
- 头像上传组件 (d1dcea5)
- 移除button (80f2750)
- **storybook:** 组件name (c628d7d)
- 下载组件 (22a3951)
- **type:** Element-plus/global (d2c0203)
- EmptyText (49a39a2)
- 模态框选择表格 (88ea85a)
- 上边距 (3938e10)
- Title (4c29917)
- 多选功能 (8b3794a)
- **prop:** 隐藏操作列 (d241e51)
- ZIndex (58548f0)
- 敏感数据隐藏组件 (2b73f90)
### 🔥 Performance
- 头像上传参数 (da0a914)
- 固定宽高 (dd71550)
- 图片调整为方形 (d77cdb0)
- 下载标签默认为打开新窗口 (db2e8dd)
### 🩹 Fixes
- 改为顺序执行 (ab260a9)
- 下载组件 (735170b)
- 编译错误 (7fe4908)
- 导出路径 (5b0bafe)
- Unocss 不生效的问题 (8d62bec)
- Ts路径 (7055f8f)
- Ts提示 (3d8246b)
- 故事错误 (11bdda1)
- 无法打开的bug (9451a8d)
- 选择bug (d692191)
- 插槽改为动态插槽 (d49a465)
- 禁用判断 (712b61a)
- 动态插槽 (1666300)
- 点击无响应 (40f4449)
- 组件初始化问题 (bbd6172)
- 重置不生效的问题 (708817f)
- 鼠标手势显示 (e204b1b)
- Text未定义时的报错问题 (a677dd8)
- 不显示问题 (2737b0a)
### 💅 Refactors
- 基本命令 (f420d27)
- Gen命令 (4137c35)
- 移除vite-plugin-libcss (571006b)
- 自动获取文件对象 (f5dc4b2)
### 📦 Build
- 启用宏编译 (9a3042d)
### ❤️ Contributors
- Zhaojinfeng <121016171@qq.com>

View File

@ -1,6 +1,6 @@
{ {
"name": "@thzxcx/vue3", "name": "@thzxcx/vue3",
"version": "0.0.0", "version": "0.0.1",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
@ -98,4 +98,4 @@
"vue-router": "^4.2.2", "vue-router": "^4.2.2",
"vue-tsc": "^1.4.2" "vue-tsc": "^1.4.2"
} }
} }