el-plus-crud 0.1.131 → 0.1.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/el-plus-crud.mjs +3161 -3143
- package/dist/el-plus-crud.umd.js +1 -1
- package/example/ListDemo.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormSelect.vue +17 -1
- package/lib/components/el-plus-form/components/ElPlusFormUpload.vue +4 -4
- package/lib/components/el-plus-table/ElPlusTable.vue +17 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
+
### [0.1.133](https://github.com/KDJack/el-plus-crud/compare/v0.1.132...v0.1.133) (2026-08-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **el-plus-table:** cacheQuery 快照恢复 tab 后挂载补发 tabChange ([88ef946](https://github.com/KDJack/el-plus-crud/commit/88ef946aca222e2b4d7a9c2b91c3eb5ffb3c91ec))
|
|
11
|
+
* **form:** select filterable 选中/清空后自动失焦,修复再次点击无法展开下拉 ([3f8c435](https://github.com/KDJack/el-plus-crud/commit/3f8c435040ce3795fdf40b59a84a71e6db0f3e85))
|
|
12
|
+
|
|
13
|
+
### [0.1.132](https://github.com/KDJack/el-plus-crud/compare/v0.1.131...v0.1.132) (2026-08-22)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **form:** textarea quickFill 候选词由 el-tag 改为 el-button 朴素按钮 ([d665b60](https://github.com/KDJack/el-plus-crud/commit/d665b607d781090cae5981692af2613b3664b0e9))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **table:** Tab loading 期间禁用切换,移除 radio-button 无效 loading 属性 ([822043f](https://github.com/KDJack/el-plus-crud/commit/822043f683b95f865e409190e76a0aff69761308))
|
|
24
|
+
|
|
5
25
|
### [0.1.131](https://github.com/KDJack/el-plus-crud/compare/v0.1.130...v0.1.131) (2026-08-22)
|
|
6
26
|
|
|
7
27
|
|