|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.6.3](https://github.com/DvShu/neatui-vue/compare/v0.6.2...v0.6.3) (2024-06-24) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **Checkbox:** 复选框组件 ([0a57ae6](https://github.com/DvShu/neatui-vue/commit/0a57ae66b33f0f68d5125f41097634f66211953b)) |
| 9 | +* **Collapse:** 新增折叠面板组件 ([1ac84b6](https://github.com/DvShu/neatui-vue/commit/1ac84b636414106cdc89267470a327d938318055)) |
| 10 | +* Form 表单 ([6aef628](https://github.com/DvShu/neatui-vue/commit/6aef628e8f8ccda2dcd1e1efb401413349ff0425)) |
| 11 | +* Form表单 ([cbe390f](https://github.com/DvShu/neatui-vue/commit/cbe390f7b34eb13043c5cfd847f05f319c435d16)) |
| 12 | +* **ImagePreview:** 新增图片预览组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa)) |
| 13 | +* **Image:** 新增图片组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa)) |
| 14 | +* **Radio:** 单选框 ([8eb7ce3](https://github.com/DvShu/neatui-vue/commit/8eb7ce33c9e2f777b0980180d3a3cc16e8277a7f)) |
| 15 | +* **Shadow:** 新增阴影组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa)) |
| 16 | +* **Switch:** 开关按钮 ([3e557a1](https://github.com/DvShu/neatui-vue/commit/3e557a16afd208d4f47aa39c1981543daede8786)) |
| 17 | +* **Table:** 表格 ([86af2b9](https://github.com/DvShu/neatui-vue/commit/86af2b9665d93f0f3894a224b5d22229df5f92f0)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **Button:** 按钮增加曾定义颜色功能 ([3d7ea23](https://github.com/DvShu/neatui-vue/commit/3d7ea23490f5113299cda3e26f99945ecc8c382c)) |
| 23 | +* **Checkbox:** 复选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8)) |
| 24 | +* **Icon:** 增加 ArrowUp、ArrowDown 组件 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602)) |
| 25 | +* **Polygon:** 完善多边形文档 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8)) |
| 26 | +* **Radio:** 单选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8)) |
| 27 | +* **Table:** 优化表格 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602)) |
| 28 | +* **Table:** 表格增加渲染表尾合计行 ([eb7a32a](https://github.com/DvShu/neatui-vue/commit/eb7a32a170f6c2d78d1217a5f7c10e08fd8eaed7)) |
| 29 | +* **Tooltip:** 修复 Tooltip 位置错误 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8)) |
| 30 | +* 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e)) |
| 31 | +* 优化主题色 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8)) |
| 32 | +* 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) |
| 33 | +* 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) |
| 34 | +* 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) |
| 35 | +* 修复上个版本未正确导出组件 ([404aac0](https://github.com/DvShu/neatui-vue/commit/404aac00600084214276e9d38b29a267b1b5638c)) |
| 36 | +* 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686)) |
| 37 | +* 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) |
| 38 | + |
| 39 | + |
| 40 | +### Miscellaneous Chores |
| 41 | + |
| 42 | +* release 0.0.7 ([786a543](https://github.com/DvShu/neatui-vue/commit/786a5433ab1e1630f7c8725d26830cefc26ce5a9)) |
| 43 | +* release 0.6.3 ([1b59726](https://github.com/DvShu/neatui-vue/commit/1b59726970c3d40d4fb93c7502d966c8dc75edf6)) |
| 44 | + |
3 | 45 | ## [0.6.2](https://github.com/DvShu/neatui-vue/compare/v0.6.1...v0.6.2) (2024-06-18) |
4 | 46 |
|
5 | 47 |
|
|
0 commit comments