Skip to content

Commit

Permalink
docs: 修复更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Jun 24, 2024
1 parent 3b48d90 commit 1ead196
Showing 1 changed file with 27 additions and 78 deletions.
105 changes: 27 additions & 78 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,158 +2,107 @@

## [0.6.3](https://github.com/DvShu/neatui-vue/compare/v0.6.2...v0.6.3) (2024-06-24)


### Features

* **Checkbox:** 复选框组件 ([0a57ae6](https://github.com/DvShu/neatui-vue/commit/0a57ae66b33f0f68d5125f41097634f66211953b))
* **Collapse:** 新增折叠面板组件 ([1ac84b6](https://github.com/DvShu/neatui-vue/commit/1ac84b636414106cdc89267470a327d938318055))
* Form 表单 ([6aef628](https://github.com/DvShu/neatui-vue/commit/6aef628e8f8ccda2dcd1e1efb401413349ff0425))
* Form表单 ([cbe390f](https://github.com/DvShu/neatui-vue/commit/cbe390f7b34eb13043c5cfd847f05f319c435d16))
* **ImagePreview:** 新增图片预览组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
* **Image:** 新增图片组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
* **Radio:** 单选框 ([8eb7ce3](https://github.com/DvShu/neatui-vue/commit/8eb7ce33c9e2f777b0980180d3a3cc16e8277a7f))
* **Shadow:** 新增阴影组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
* **Switch:** 开关按钮 ([3e557a1](https://github.com/DvShu/neatui-vue/commit/3e557a16afd208d4f47aa39c1981543daede8786))
* **Table:** 表格 ([86af2b9](https://github.com/DvShu/neatui-vue/commit/86af2b9665d93f0f3894a224b5d22229df5f92f0))


### Bug Fixes

* **Button:** 按钮增加曾定义颜色功能 ([3d7ea23](https://github.com/DvShu/neatui-vue/commit/3d7ea23490f5113299cda3e26f99945ecc8c382c))
* **Checkbox:** 复选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
* **Icon:** 增加 ArrowUp、ArrowDown 组件 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))
* **Polygon:** 完善多边形文档 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
* **Radio:** 单选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
* **Table:** 优化表格 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))
* **Table:** 表格增加渲染表尾合计行 ([eb7a32a](https://github.com/DvShu/neatui-vue/commit/eb7a32a170f6c2d78d1217a5f7c10e08fd8eaed7))
* **Tooltip:** 修复 Tooltip 位置错误 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))
* 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e))
* 优化主题色 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))
* 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复上个版本未正确导出组件 ([404aac0](https://github.com/DvShu/neatui-vue/commit/404aac00600084214276e9d38b29a267b1b5638c))
* 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686))
* 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))


### Miscellaneous Chores

* release 0.0.7 ([786a543](https://github.com/DvShu/neatui-vue/commit/786a5433ab1e1630f7c8725d26830cefc26ce5a9))
* release 0.6.3 ([1b59726](https://github.com/DvShu/neatui-vue/commit/1b59726970c3d40d4fb93c7502d966c8dc75edf6))
- **Collapse:** 新增折叠面板组件 ([1ac84b6](https://github.com/DvShu/neatui-vue/commit/1ac84b636414106cdc89267470a327d938318055))

## [0.6.2](https://github.com/DvShu/neatui-vue/compare/v0.6.1...v0.6.2) (2024-06-18)


### Bug Fixes

* 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e))
* 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
* 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
- 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e))
- 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
- 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
- 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))
- 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4))

## [0.6.1](https://github.com/DvShu/neatui-vue/compare/v0.6.0...v0.6.1) (2024-06-18)


### Bug Fixes

* 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686))
- 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686))

## [0.6.0](https://github.com/DvShu/neatui-vue/compare/v0.5.4...v0.6.0) (2024-06-14)


### Features

* Form 表单 ([6aef628](https://github.com/DvShu/neatui-vue/commit/6aef628e8f8ccda2dcd1e1efb401413349ff0425))
* Form表单 ([cbe390f](https://github.com/DvShu/neatui-vue/commit/cbe390f7b34eb13043c5cfd847f05f319c435d16))
- Form 表单 ([6aef628](https://github.com/DvShu/neatui-vue/commit/6aef628e8f8ccda2dcd1e1efb401413349ff0425))
- Form表单 ([cbe390f](https://github.com/DvShu/neatui-vue/commit/cbe390f7b34eb13043c5cfd847f05f319c435d16))

## [0.5.4](https://github.com/DvShu/neatui-vue/compare/v0.5.3...v0.5.4) (2024-06-07)


### Bug Fixes

* 修复上个版本未正确导出组件 ([404aac0](https://github.com/DvShu/neatui-vue/commit/404aac00600084214276e9d38b29a267b1b5638c))
- 修复上个版本未正确导出组件 ([404aac0](https://github.com/DvShu/neatui-vue/commit/404aac00600084214276e9d38b29a267b1b5638c))

## [0.5.3](https://github.com/DvShu/neatui-vue/compare/v0.5.2...v0.5.3) (2024-06-07)


### Bug Fixes

* **Icon:** 增加 ArrowUp、ArrowDown 组件 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))
* **Table:** 优化表格 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))
- **Icon:** 增加 ArrowUp、ArrowDown 组件 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))
- **Table:** 优化表格 ([f18a31f](https://github.com/DvShu/neatui-vue/commit/f18a31f487d7c16906290f5e561bd3aa187ba602))

## [0.5.2](https://github.com/DvShu/neatui-vue/compare/v0.5.1...v0.5.2) (2024-05-30)


### Bug Fixes

* **Button:** 按钮增加曾定义颜色功能 ([3d7ea23](https://github.com/DvShu/neatui-vue/commit/3d7ea23490f5113299cda3e26f99945ecc8c382c))
- **Button:** 按钮增加曾定义颜色功能 ([3d7ea23](https://github.com/DvShu/neatui-vue/commit/3d7ea23490f5113299cda3e26f99945ecc8c382c))

## [0.5.1](https://github.com/DvShu/neatui-vue/compare/v0.5.0...v0.5.1) (2024-05-24)


### Bug Fixes

* **Checkbox:** 复选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
* **Polygon:** 完善多边形文档 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
* **Radio:** 单选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
- **Checkbox:** 复选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
- **Polygon:** 完善多边形文档 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))
- **Radio:** 单选框增加 checked 属性 ([4dd23f6](https://github.com/DvShu/neatui-vue/commit/4dd23f62e7ac7905469108dad29f26666f83e8a8))

## [0.5.0](https://github.com/DvShu/neatui-vue/compare/v0.4.0...v0.5.0) (2024-05-23)


### Features

* **Switch:** 开关按钮 ([3e557a1](https://github.com/DvShu/neatui-vue/commit/3e557a16afd208d4f47aa39c1981543daede8786))
- **Switch:** 开关按钮 ([3e557a1](https://github.com/DvShu/neatui-vue/commit/3e557a16afd208d4f47aa39c1981543daede8786))

## [0.4.0](https://github.com/DvShu/neatui-vue/compare/v0.3.1...v0.4.0) (2024-05-22)


### Features

* **Radio:** 单选框 ([8eb7ce3](https://github.com/DvShu/neatui-vue/commit/8eb7ce33c9e2f777b0980180d3a3cc16e8277a7f))
- **Radio:** 单选框 ([8eb7ce3](https://github.com/DvShu/neatui-vue/commit/8eb7ce33c9e2f777b0980180d3a3cc16e8277a7f))

## [0.3.1](https://github.com/DvShu/neatui-vue/compare/v0.3.0...v0.3.1) (2024-05-21)


### Bug Fixes

* **Tooltip:** 修复 Tooltip 位置错误 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))
* 优化主题色 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))
- **Tooltip:** 修复 Tooltip 位置错误 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))
- 优化主题色 ([be72448](https://github.com/DvShu/neatui-vue/commit/be724481b204d8627aa6e8015f3b2ee5d6affcb8))

## [0.3.0](https://github.com/DvShu/neatui-vue/compare/v0.2.1...v0.3.0) (2024-05-17)


### Features

* **Checkbox:** 复选框组件 ([0a57ae6](https://github.com/DvShu/neatui-vue/commit/0a57ae66b33f0f68d5125f41097634f66211953b))
- **Checkbox:** 复选框组件 ([0a57ae6](https://github.com/DvShu/neatui-vue/commit/0a57ae66b33f0f68d5125f41097634f66211953b))

## [0.2.1](https://github.com/DvShu/neatui-vue/compare/v0.2.0...v0.2.1) (2024-05-08)


### Bug Fixes

* **Table:** 表格增加渲染表尾合计行 ([eb7a32a](https://github.com/DvShu/neatui-vue/commit/eb7a32a170f6c2d78d1217a5f7c10e08fd8eaed7))
- **Table:** 表格增加渲染表尾合计行 ([eb7a32a](https://github.com/DvShu/neatui-vue/commit/eb7a32a170f6c2d78d1217a5f7c10e08fd8eaed7))

## [0.2.0](https://github.com/DvShu/neatui-vue/compare/v0.1.0...v0.2.0) (2024-05-07)


### Features

* **Table:** 表格 ([86af2b9](https://github.com/DvShu/neatui-vue/commit/86af2b9665d93f0f3894a224b5d22229df5f92f0))
- **Table:** 表格 ([86af2b9](https://github.com/DvShu/neatui-vue/commit/86af2b9665d93f0f3894a224b5d22229df5f92f0))

## [0.1.0](https://github.com/DvShu/neatui-vue/compare/v0.0.7...v0.1.0) (2024-04-28)


### Features

* **ImagePreview:** 新增图片预览组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
* **Image:** 新增图片组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
* **Shadow:** 新增阴影组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
- **ImagePreview:** 新增图片预览组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
- **Image:** 新增图片组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))
- **Shadow:** 新增阴影组件 ([eaa06d7](https://github.com/DvShu/neatui-vue/commit/eaa06d7bffb73ae20a93baa37e6c105fee108eaa))

## 0.0.7 (2024-04-17)


### Miscellaneous Chores

* release 0.0.7 ([786a543](https://github.com/DvShu/neatui-vue/commit/786a5433ab1e1630f7c8725d26830cefc26ce5a9))
- release 0.0.7 ([786a543](https://github.com/DvShu/neatui-vue/commit/786a5433ab1e1630f7c8725d26830cefc26ce5a9))

0 comments on commit 1ead196

Please sign in to comment.