Skip to content

Commit

Permalink
chore: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-xiao-shuai committed Oct 16, 2023
1 parent 8ca56a9 commit 422472c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

- 以下【内部组件】为该文件夹中 `packages/components/src` 下的组件

## 2.2.1 20231016
- `BtnList` 补充 `click` 属性
- 组件销毁前清除监听事件

## 2.2.0 20231005
- 新增 `type = 'btn'` 时,添加 `click` 属性,需要注意的事,存在 `click` 属性时将不会触发 `beforeClick` 属性
- 优化了内部组件 `button` 文件中的 `class` 由原来的 `class={item.text ? '' : 'no-margin'}` 改成空。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "el-plus-powerful-table-ts",
"version": "2.2.0",
"version": "2.2.1",
"private": false,
"keywords": [
"element-plus",
Expand Down

0 comments on commit 422472c

Please sign in to comment.