sard-uniapp 1.1.0 → 1.1.1

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,3 +1,10 @@
1
+ ## <small>1.1.1 (2024-05-05)</small>
2
+
3
+ * fix: 修复upload-preview的image在h5环境下,没有宽度导致图片显示不全 ([e155724](https://github.com/sutras/sard-uniapp/commit/e155724))
4
+ * fix: 修复upload组件图片预览问题 ([dd69007](https://github.com/sutras/sard-uniapp/commit/dd69007))
5
+
6
+
7
+
1
8
  ## 1.1.0 (2024-05-02)
2
9
 
3
10
  * fix: 修复input组件字数统计问题 close #19 ([52160b3](https://github.com/sutras/sard-uniapp/commit/52160b3)), closes [#19](https://github.com/sutras/sard-uniapp/issues/19)
@@ -2,6 +2,7 @@
2
2
  <view :class="uploadPreviewClass" :style="uploadPreviewStyle">
3
3
  <image
4
4
  v-if="isImage"
5
+ :class="bem.e('image')"
5
6
  mode="aspectFill"
6
7
  :src="mediaUrl"
7
8
  @click="onImageClick"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "sard-uniapp",
3
3
  "name": "sard-uniapp",
4
4
  "displayName": "sard-uniapp",
5
- "version": "1.1.0",
5
+ "version": "1.1.1",
6
6
  "description": "sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库",
7
7
  "keywords": [
8
8
  "uniapp",