Skip to content

Commit 96ea054

Browse files
committed
release: v3.0.1
1 parent 31e6b0d commit 96ea054

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
英文 changelog 内容请访问 [CHANGELOG](CHANGELOG.md)
44

5+
## [3.0.1](https://github.com/TerryZ/v-selectpage/compare/v3.0.0...v3.0.1) (2023-10-27)
6+
7+
### 问题修复
8+
9+
- v-model 设置为空数组时不会清除已选中项目 [#68](https://github.com/TerryZ/v-selectpage/issues/68)
10+
11+
### 新特性
12+
13+
- `SelectPageList``SelectPageTable` 添加 `removeItem``removeAll` 函数
14+
515
## [3.0.0](https://github.com/TerryZ/v-selectpage/compare/v3.0.0-beta.2...v3.0.0) (2023-10-09)
616

717
### 问题修复

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Please refer to [CHANGELOG-CN](CHANGELOG-CN.md) for Chinese changelog
44

5+
## [3.0.1](https://github.com/TerryZ/v-selectpage/compare/v3.0.0...v3.0.1) (2023-10-27)
6+
7+
### Bug Fixes
8+
9+
- Selected items will not be cleared when `v-model` set value to an empty array [#68](https://github.com/TerryZ/v-selectpage/issues/68)
10+
11+
### Features
12+
13+
- Added `removeItem` and `removeAll` methods to `SelectPageList` , `SelectPageTable` components
14+
515
## [3.0.0](https://github.com/TerryZ/v-selectpage/compare/v3.0.0-beta.2...v3.0.0) (2023-10-09)
616

717
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-selectpage",
33
"description": "SelectPage for Vue, a select items components provides the list of items with pagination",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "TerryZ <[email protected]>",
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)