@sdata/web-vue-auto-import-resolver 1.15.0 → 1.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.16.0](https://github.com/liunnn1994/sd-design/compare/v1.15.0...v1.16.0) (2026-05-21)
2
+
3
+ ### Features
4
+
5
+ - 🆕 switch 添加自动 loading ([0da0856](https://github.com/liunnn1994/sd-design/commit/0da08563a7b5706e1b3c93f79e8c6c262ed7d014))
6
+ - 🆕 添加 ai 支持 ([e004c4b](https://github.com/liunnn1994/sd-design/commit/e004c4bccf892829376f6a96956fd221da2a78a5))
7
+ - 🆕 移除所有未使用的导入 ([4c575d0](https://github.com/liunnn1994/sd-design/commit/4c575d0685c38f9ff12b4383d40517658557be0c))
8
+
9
+ # [1.15.0](https://github.com/liunnn1994/sd-design/compare/v1.14.1...v1.15.0) (2026-05-20)
10
+
11
+ ### Features
12
+
13
+ - 🆕 修改 resolver 导出名,更新文档 ([5aaf449](https://github.com/liunnn1994/sd-design/commit/5aaf449f06bed9ab7380d5ba1bcd210fd06306e3))
14
+
1
15
  ## [1.14.1](https://github.com/liunnn1994/sd-design/compare/v1.14.0...v1.14.1) (2026-05-20)
2
16
 
3
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-auto-import-resolver",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "description": "Auto import resolver for @sdata/web-vue and unplugin-vue-components.",
5
5
  "homepage": "https://sd.design/vue",
6
6
  "bugs": {