diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3721169 --- /dev/null +++ b/CHANGELOG.md @@ -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> + diff --git a/package.json b/package.json index d0ae3e7..23a2417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thzxcx/vue3", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "repository": { "type": "git", @@ -98,4 +98,4 @@ "vue-router": "^4.2.2", "vue-tsc": "^1.4.2" } -} +} \ No newline at end of file