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