Skip to content

Commit a65b3f5

Browse files
authoredJan 9, 2025··
Merge pull request #582 from kailong321200875/release-please--branches--release--components--standard-version
2 parents beff978 + f31b612 commit a65b3f5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.10.0](https://github.com/kailong321200875/vue-element-plus-admin/compare/v2.9.0...v2.10.0) (2025-01-09)
6+
7+
8+
### Features
9+
10+
* 新增支持右键自定义菜单进行节点编辑的树形组件. [#569](https://github.com/kailong321200875/vue-element-plus-admin/issues/569) ([0735371](https://github.com/kailong321200875/vue-element-plus-admin/commit/0735371c637964bd328073c2c0150edf14d53b3a))
11+
* 新增支持右键自定义菜单进行节点编辑的树形组件. [#569](https://github.com/kailong321200875/vue-element-plus-admin/issues/569) ([5a00171](https://github.com/kailong321200875/vue-element-plus-admin/commit/5a00171c9abbf89288b39969a6e3aec65c308546))
12+
13+
14+
### Bug Fixes
15+
16+
* [#580](https://github.com/kailong321200875/vue-element-plus-admin/issues/580) [#573](https://github.com/kailong321200875/vue-element-plus-admin/issues/573) [#572](https://github.com/kailong321200875/vue-element-plus-admin/issues/572) [#564](https://github.com/kailong321200875/vue-element-plus-admin/issues/564) ([0aca943](https://github.com/kailong321200875/vue-element-plus-admin/commit/0aca9430c20f58db69a2214b73d24d619910ce82))
17+
* fix error message about "no-prototype-builtins" after run project ([64ec120](https://github.com/kailong321200875/vue-element-plus-admin/commit/64ec1206e861ffd71f83dd5f0455b883cedfafe7))
18+
* initModel判断schema对应的field是否存在,兼容null与0等场景 ([f236109](https://github.com/kailong321200875/vue-element-plus-admin/commit/f236109945ca5b90108178891b744e776634da0d))
19+
* 当前页不为1时,修改页数后会导致多次调用getList方法问题 ([28ac2dd](https://github.com/kailong321200875/vue-element-plus-admin/commit/28ac2dd7b676d995f66e7fd0e096f8687a0c40c6))
20+
521
## [2.9.0](https://github.com/kailong321200875/vue-element-plus-admin/compare/v2.8.1...v2.9.0) (2024-09-07)
622

723

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-element-plus-admin",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
55
"author": "Archer <502431556@qq.com>",
66
"private": false,

0 commit comments

Comments
 (0)
Please sign in to comment.