guava-ui 0.3.2 → 0.3.4
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/README.md +5 -1
- package/lib/guava-ui.es.js +3783 -3840
- package/lib/guava-ui.es.js.map +1 -1
- package/lib/guava-ui.umd.js +2 -2
- package/lib/guava-ui.umd.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/types/index.d.ts +25 -21
- package/package.json +72 -70
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`guava-ui` guava 前端工程(vue3)历史版本记录
|
|
4
4
|
Author: <andy.ten@tom.com> & <xukaixing@hotmail.com>
|
|
5
|
-
API
|
|
5
|
+
Docs API:<http://www.ccexpert.top:8888/guava/>
|
|
6
6
|
|
|
7
7
|
## Preorder
|
|
8
8
|
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
|
|
18
18
|
## Version - last >= 3
|
|
19
19
|
|
|
20
|
+
> v0.3.3: 2026.06.09
|
|
21
|
+
>> 优化style
|
|
22
|
+
>> 优化lib后css压缩
|
|
23
|
+
|
|
20
24
|
> v0.3.2: 2026.06.07
|
|
21
25
|
>> 解决InputNumber组件多语言翻译问题
|
|
22
26
|
>> 优化GvTabs组件maxHeight计算
|