address-book-shell 0.0.32 → 0.0.35
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 +15 -0
- package/lib/address-book-shell.common.js +265 -256
- package/lib/address-book-shell.umd.js +265 -256
- package/lib/address-book-shell.umd.min.js +1 -1
- package/package.json +2 -2
- package/packages/address-book/src/components/address-content.vue +4 -1
- package/packages/address-book/src/components/address-updata.vue +2 -0
- package/packages/address-book/src/index.vue +10 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
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
|
+
|
|
5
|
+
### 0.0.35 (2024-09-11)
|
|
6
|
+
* 上传附件增加对wps非标准 MIME 类型支持([ddf8fccd](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/-/commit/ddf8fccdf3a25461c2c645d2406ac8504f59a006))
|
|
7
|
+
* 查询下拉框样式调整([f19991e8](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/-/commit/f19991e8af0fb023fc3d868dedd20b54d812bf55))
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 地址本依赖包编辑弹层 ([b446e71](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/commit/b446e7183c04994d7c73b3d9de39d2bd985c39a4))
|
|
12
|
+
* 按新需求重新编辑全局搜索框 ([79ecea0](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/commit/79ecea0d4be13a18035ea0f48164da5b907993da))
|
|
13
|
+
* 搜索框可以操作添加和通过好友申请 ([9d0a370](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/commit/9d0a370e6d2a6791eaf137a43c8d57dc57121c72))
|
|
14
|
+
* 地址本增加导入名单按钮 ([0346454](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/commit/0346454a542e68a98fe77399d883cdf1be40f2c3))
|
|
15
|
+
* 调接口查询是否是第一次使用地址本 ([7a90eb4](https://gitlab.cjsc.com.cn/cjsc-backend/address-book/commit/7a90eb4495a8cbfa5220ac34fc9f2fe69d6881fa))
|