@sdata/web-vue-auto-import-resolver 1.17.0 โ 2.0.0
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 +19 -0
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [1.20.0](https://github.com/liunnn1994/sd-design/compare/v1.19.0...v1.20.0) (2026-05-26)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- ๐ ไบ็ปด็ ็ปไปถ ([fa93361](https://github.com/liunnn1994/sd-design/commit/fa93361be00b16f7d028b9f2ddc337b7059681f4))
|
|
6
|
+
- ๐ ๆดๆฐๅๅ ([e0d4b6c](https://github.com/liunnn1994/sd-design/commit/e0d4b6c0a7b135760414764448726278447fd172))
|
|
7
|
+
|
|
8
|
+
# [1.17.0](https://github.com/liunnn1994/sd-design/compare/v1.16.0...v1.17.0) (2026-05-21)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- ๐ ไฟฎๅค ts ๆฅ้ ([287a3a9](https://github.com/liunnn1994/sd-design/commit/287a3a9c727e028e6d5ccc669dfae9c7e32208f5))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- ๐ menu ๆฐๅข ellipsis ๅ่ฝ ([6fcb95f](https://github.com/liunnn1994/sd-design/commit/6fcb95f92b44a5bfa858dd65f795527c4a5d3e28))
|
|
17
|
+
- ๐ ๆฐๅข layout-header ([435d2a6](https://github.com/liunnn1994/sd-design/commit/435d2a6a9850aa6a8e685cccdbf53bd97b81c05d))
|
|
18
|
+
- ๐ ๆดๆฐ sider ็ปไปถ ([1829fe2](https://github.com/liunnn1994/sd-design/commit/1829fe2abff4cb8a0e043d51dd0b9425be2d52e7))
|
|
19
|
+
|
|
1
20
|
# [1.16.0](https://github.com/liunnn1994/sd-design/compare/v1.15.0...v1.16.0) (2026-05-21)
|
|
2
21
|
|
|
3
22
|
### Features
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdata/web-vue-auto-import-resolver",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Auto import resolver for @sdata/web-vue and unplugin-vue-components.",
|
|
5
|
-
"homepage": "https://sd.
|
|
5
|
+
"homepage": "https://sd-design.js.org",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/liunnn1994/sd-design/issues"
|
|
8
8
|
},
|
|
@@ -23,9 +23,6 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@sdata/web-vue": "*"
|
|
25
25
|
},
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": "~24.15.0"
|
|
28
|
-
},
|
|
29
26
|
"exports": {
|
|
30
27
|
".": {
|
|
31
28
|
"types": "./index.d.ts",
|