@jnrs/vue-core 1.2.36 → 1.2.38

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 CHANGED
@@ -1,6 +1,19 @@
1
1
  # 发版日志
2
2
 
3
- ## [1.2.36] - 2026-07-29 【latest】
3
+ ## [1.2.38] - 2026-07-29 【latest】
4
+
5
+ ### Refactor
6
+
7
+ - `JnFileUpload`:新增 `handlePreview` 方法封装预览函数调用,提升代码可读性
8
+
9
+ ## [1.2.37] - 2026-07-29
10
+
11
+ ### Fixed
12
+
13
+ - `JnImageView`:调整包装类名与布局逻辑,默认模式居中对齐,showAll 模式左对齐
14
+ - `JnImageView`:优化角标样式(padding、背景透明度、字号)
15
+
16
+ ## [1.2.36] - 2026-07-29
4
17
 
5
18
  ### Fixed
6
19