@sdata/web-vue-auto-import-resolver 2.0.0 → 2.2.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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.0.0](https://github.com/liunnn1994/sd-design/compare/v1.20.0...v2.0.0) (2026-06-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ - 🐛 修复 tag 自定义颜色的问题 ([e6c8095](https://github.com/liunnn1994/sd-design/commit/e6c80955f0223cac806913746099c945585f067c))
6
+ - 🐛 修复 tailwin 的样式被 starlight 覆盖的问题 ([0163695](https://github.com/liunnn1994/sd-design/commit/016369524ac1d11e87aae5494882a74114237bcc))
7
+ - 🐛 修复二维码组件错误的导出 ([5ccb242](https://github.com/liunnn1994/sd-design/commit/5ccb2428328f75dd986069e42b9d7aa3f86355a2))
8
+ - 🐛 修复组件没有tree-shaking的问题 ([01fce1a](https://github.com/liunnn1994/sd-design/commit/01fce1a639ce914d59f1696480d31344ad344240))
9
+
10
+ ### Features
11
+
12
+ - 🆕 design token 也支持前缀 ([2e1fffe](https://github.com/liunnn1994/sd-design/commit/2e1fffe8aa6da53c327179d4d727e6662b78f04e))
13
+ - 🆕 modal 和 drawer 的标题添加 ellipsis 的支持 ([348c93c](https://github.com/liunnn1994/sd-design/commit/348c93cd2fd4c7b5ef38663f326372ffaebeb7f1))
14
+ - 🆕 固定图片 ([6432cf6](https://github.com/liunnn1994/sd-design/commit/6432cf6faf765ee87a0a374ed18c82176033d11a))
15
+ - 🆕 日历组件 ([47df414](https://github.com/liunnn1994/sd-design/commit/47df414077c6d5158c38dd2d6a120e939a0f0544))
16
+ - 🆕 添加文档的类型提示,修复一些bug ([53a3337](https://github.com/liunnn1994/sd-design/commit/53a3337ebd5b2a2b38d7c8a16ea8845d73f9cf32))
17
+ - 🆕 添加漫游式导航 ([869a1f4](https://github.com/liunnn1994/sd-design/commit/869a1f49ea93568536eeec8e8135227ccf5bcccc))
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ - 🧨 ’
22
+
1
23
  # [1.20.0](https://github.com/liunnn1994/sd-design/compare/v1.19.0...v1.20.0) (2026-05-26)
2
24
 
3
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue-auto-import-resolver",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "Auto import resolver for @sdata/web-vue and unplugin-vue-components.",
5
5
  "homepage": "https://sd-design.js.org",
6
6
  "bugs": {