Skip to content

Commit d23ee13

Browse files
authored
chore(main): release 0.17.0 (#45)
1 parent 3c6f93d commit d23ee13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/DvShu/neatui-vue/compare/v0.16.0...v0.17.0) (2024-09-11)
4+
5+
6+
### Features
7+
8+
* **VirtualList:** 初始渲染 ([fa0f3a8](https://github.com/DvShu/neatui-vue/commit/fa0f3a803896118e6e878608a62877e17e50af15))
9+
* **VirtualList:** 完善功能 ([fc0da47](https://github.com/DvShu/neatui-vue/commit/fc0da47069fad48b41a58de02cbaea729aeb724e))
10+
* **VirtualList:** 虚拟列表 ([df5e027](https://github.com/DvShu/neatui-vue/commit/df5e027c05aade43aa63759bbaac39ad4c89b70f))
11+
* **Virtual:** 虚拟列表模板 ([6f82190](https://github.com/DvShu/neatui-vue/commit/6f82190fb645bad3e8858ccb57719d07915ad356))
12+
313
## [0.16.0](https://github.com/DvShu/neatui-vue/compare/v0.15.0...v0.16.0) (2024-08-22)
414

515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asteres/neatui-vue",
33
"description": "基于 Vue3 的 UI 组件库",
4-
"version": "0.16.0",
4+
"version": "0.17.0",
55
"type": "module",
66
"scripts": {
77
"g:c": "node scripts/index.js template",

0 commit comments

Comments
 (0)