Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.19.0](https://github.com/DvShu/neatui-vue/compare/v0.18.1...v0.19.0) (2024-09-26)


### Features

* 表单增加 label-position ([ab373ff](https://github.com/DvShu/neatui-vue/commit/ab373ffb90e68c147b5a513c0bc96fe1d9f5b4c9))


### Bug Fixes

* 修复 IconFont 导出错误 ([ab373ff](https://github.com/DvShu/neatui-vue/commit/ab373ffb90e68c147b5a513c0bc96fe1d9f5b4c9))

## [0.18.1](https://github.com/DvShu/neatui-vue/compare/v0.18.0...v0.18.1) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
"version": "0.18.1",
"version": "0.19.0",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
Expand Down