guava-ui 0.2.6 → 0.2.8

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 CHANGED
@@ -16,6 +16,17 @@
16
16
  - `Stylelint` : 校验css语法工具
17
17
 
18
18
  ## Version - last >= 3
19
+ > v0.2.8: 2026.06.02
20
+ >> table组件优化双击行事件
21
+ >> 优化浏览器warn信息
22
+ >> notify message 样式调整
23
+ >> 解决刷新网页的router警告
24
+ >> 统一将字体升级为14px
25
+
26
+ > v0.2.7: 2026.06.01
27
+ >> 优化Form表单赋值
28
+ >> 优化Dic字典赋值
29
+ >> 优化crud.save/update方法
19
30
 
20
31
  > v0.2.6: 2026.05.31
21
32
  >> 解决多语言form校验显示问题