From 69c17b7c58ecd45e2abde773996a07cc1ee028c6 Mon Sep 17 00:00:00 2001 From: Moonofweisheng <1780903673@qq.com> Date: Tue, 8 Oct 2024 13:09:39 +0800 Subject: [PATCH] build: compile 1.3.12 --- docs/component/floating-panel.md | 20 ++++++++--------- docs/component/status-tip.md | 2 +- docs/component/tooltip.md | 2 +- docs/component/upload.md | 2 +- docs/guide/changelog.md | 24 +++++++++++++++++++++ docs/guide/locale.md | 18 ++++++++-------- src/uni_modules/wot-design-uni/changelog.md | 24 +++++++++++++++++++++ src/uni_modules/wot-design-uni/package.json | 2 +- 8 files changed, 71 insertions(+), 23 deletions(-) diff --git a/docs/component/floating-panel.md b/docs/component/floating-panel.md index 767bb679d..835789452 100644 --- a/docs/component/floating-panel.md +++ b/docs/component/floating-panel.md @@ -80,28 +80,28 @@ onLoad(() => { | 参数 | 说明 | 类型 | 可选值 | 默认值 | 最低版本 | | ------------------- | ------------------------------------------- | -------- | ------ | --------------------------- | ---------------- | -| v-model:height | 当前面板的显示高度 | number | - | `0` | $LOWEST_VERSION$ | -| anchors | 设置自定义锚点, 单位 `px` | number[] | - | `[100, windowHeight * 0.6]` | $LOWEST_VERSION$ | -| duration | 动画时长,单位`ms`,设置为 `0` 可以禁用动画 | number | - | `300` | $LOWEST_VERSION$ | -| contentDraggable | 允许拖拽内容容器 | boolean | - | `true` | $LOWEST_VERSION$ | -| safeAreaInsetBottom | 是否开启底部安全区适配 | boolean | - | `false` | $LOWEST_VERSION$ | -| showScrollbar | 是否开启滚动条 | boolean | - | `true` | $LOWEST_VERSION$ | +| v-model:height | 当前面板的显示高度 | number | - | `0` | 1.3.12 | +| anchors | 设置自定义锚点, 单位 `px` | number[] | - | `[100, windowHeight * 0.6]` | 1.3.12 | +| duration | 动画时长,单位`ms`,设置为 `0` 可以禁用动画 | number | - | `300` | 1.3.12 | +| contentDraggable | 允许拖拽内容容器 | boolean | - | `true` | 1.3.12 | +| safeAreaInsetBottom | 是否开启底部安全区适配 | boolean | - | `false` | 1.3.12 | +| showScrollbar | 是否开启滚动条 | boolean | - | `true` | 1.3.12 | ## Slots | 名称 | 说明 | 最低版本 | | ---- | -------- | ---------------- | -| — | 默认插槽 | $LOWEST_VERSION$ | +| — | 默认插槽 | 1.3.12 | ## Events | 方法名 | 说明 | 参数 | 最低版本 | | ------------ | -------------------------------- | -------------------- | ---------------- | -| heightChange | 面板显示高度改变且结束拖动后触发 | `{ height: number }` | $LOWEST_VERSION$ | +| heightChange | 面板显示高度改变且结束拖动后触发 | `{ height: number }` | 1.3.12 | ## 外部样式类 | 类名 | 说明 | 最低版本 | | ------------ | ------------ | ---------------- | -| custom-class | 根节点样式类 | $LOWEST_VERSION$ | -| custom-style | 根节点样式 | $LOWEST_VERSION$ | +| custom-class | 根节点样式类 | 1.3.12 | +| custom-style | 根节点样式 | 1.3.12 | diff --git a/docs/component/status-tip.md b/docs/component/status-tip.md index ed7882c11..695d81b76 100644 --- a/docs/component/status-tip.md +++ b/docs/component/status-tip.md @@ -87,4 +87,4 @@ | name | 说明 | 最低版本 | | ------- | ------------------------ | -------- | -| image | 图片内容 | $LOWEST_VERSION$ | \ No newline at end of file +| image | 图片内容 | 1.3.12 | \ No newline at end of file diff --git a/docs/component/tooltip.md b/docs/component/tooltip.md index 1b1ac6932..5efabda3a 100644 --- a/docs/component/tooltip.md +++ b/docs/component/tooltip.md @@ -157,7 +157,7 @@ const control = () => { | placement | Tooltip 的出现位置 | string | top / top-start / top-end / bottom / bottom-start / bottom-end / left / left-start / left-end / right / right-start / right-end | bottom | - | | disabled | Tooltip 是否可用 | boolean | - | false | - | | visible-arrow | 是否显示 Tooltip 箭头 | boolean | - | true | - | -| offset | 出现位置的偏移量 | number | number[] | {x:0, y:0} | - | 0 | $LOWEST_VERSION$ | +| offset | 出现位置的偏移量 | number | number[] | {x:0, y:0} | - | 0 | 1.3.12 | | show-close | 是否显示 Tooltip 内部的关闭按钮 | boolean | - | false | - | ## Events diff --git a/docs/component/upload.md b/docs/component/upload.md index b7c61d191..f9dc14cb8 100644 --- a/docs/component/upload.md +++ b/docs/component/upload.md @@ -655,7 +655,7 @@ const action: string = 'https://mockapi.eolink.com/zhTuw2P8c29bc981a741931bdd86e | name | 说明 | 最低版本 | | ------- | ---------------- | -------- | | default | 上传唤起插槽样式 | - | -| preview-cover | 自定义覆盖在预览区域上方的内容 | $LOWEST_VERSION$ | +| preview-cover | 自定义覆盖在预览区域上方的内容 | 1.3.12 | ## Events diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index 51bf81494..443d3c28a 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -1,6 +1,30 @@ # 更新日志 +### [1.3.12](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.11...v1.3.12) (2024-10-08) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复Upload文件小程序找不到文件,显示的问题 ([c13e605](https://github.com/Moonofweisheng/wot-design-uni/commit/c13e6058a2c665c174806aebd353294113c4007e)) +* 🐛 Radio修复在cell里面高度的问题 ([f9deacf](https://github.com/Moonofweisheng/wot-design-uni/commit/f9deacf40eed17a37558ca96319880822ca897d5)) + + +### ✏️ Documentation | 文档 + +* ✏️ 优化捐赠榜单中捐赠人链接的展示效果 ([898f079](https://github.com/Moonofweisheng/wot-design-uni/commit/898f07985e602ad18a84c06b5bd6183dd61142cd)) +* ✏️ Upload添加preview-cover最低版本 ([52f9bf6](https://github.com/Moonofweisheng/wot-design-uni/commit/52f9bf654b26a09c20b7118efb331f7e6228ea79)) + + +### ✨ Features | 新功能 + +* ✨ 新增 FloatingPanel 浮动面板组件 ([#616](https://github.com/Moonofweisheng/wot-design-uni/issues/616)) ([e2966fd](https://github.com/Moonofweisheng/wot-design-uni/commit/e2966fdd01d6c91ab9499fbc95e4f7160a83deb5)), closes [#509](https://github.com/Moonofweisheng/wot-design-uni/issues/509) +* ✨ 新增支持法语、日语等9 种语言 ([#637](https://github.com/Moonofweisheng/wot-design-uni/issues/637)) ([691a7b5](https://github.com/Moonofweisheng/wot-design-uni/commit/691a7b57727af45f3c2f99437740be72e8be0f86)) +* ✨ StatusTip缺省提示组件提供图片内容插槽([#538](https://github.com/Moonofweisheng/wot-design-uni/issues/538)) ([#615](https://github.com/Moonofweisheng/wot-design-uni/issues/615)) ([c6b2cf8](https://github.com/Moonofweisheng/wot-design-uni/commit/c6b2cf84db1cb5536516606999c1fa3d6bd1dbe3)) +* ✨ ToolTip 组件 offset 属性支持数组和对象写法 ([#625](https://github.com/Moonofweisheng/wot-design-uni/issues/625)) ([5092c5a](https://github.com/Moonofweisheng/wot-design-uni/commit/5092c5a6548fe7222e0d6e2614020f15ce95c5df)), closes [#560](https://github.com/Moonofweisheng/wot-design-uni/issues/560) +* ✨ Upload新增preview-cover插槽 ([ef6433d](https://github.com/Moonofweisheng/wot-design-uni/commit/ef6433d81c576db8b55715a14a574a6d392478df)) +* ✨Calendar日历添加open事件 ([#627](https://github.com/Moonofweisheng/wot-design-uni/issues/627)) ([43a5da6](https://github.com/Moonofweisheng/wot-design-uni/commit/43a5da631d4402319d4e3f0739f2ab7e960e497f)), closes [#624](https://github.com/Moonofweisheng/wot-design-uni/issues/624) + ### [1.3.11](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.10...v1.3.11) (2024-09-23) diff --git a/docs/guide/locale.md b/docs/guide/locale.md index 4600e5bf3..8528df367 100644 --- a/docs/guide/locale.md +++ b/docs/guide/locale.md @@ -63,14 +63,14 @@ Locale.add(messages) | 英语 | en-US | `v0.2.20` | | 泰语 | th-TH | `v0.2.20` | | 越南语 | vi-VN | `v0.2.20` | -| 阿拉伯语 | ar-SA | `v$LOWEST_VERSION$` | -| 德语 | de-DE | `v$LOWEST_VERSION$` | -| 西班牙语 | es-ES | `v$LOWEST_VERSION$` | -| 葡萄牙语 | pt-PT | `v$LOWEST_VERSION$` | -| 法语 | fr-FR | `v$LOWEST_VERSION$` | -| 日语 | ja-JP | `v$LOWEST_VERSION$` | -| 韩语 | ko-KR | `v$LOWEST_VERSION$` | -| 土耳其语 | tr-TR | `v$LOWEST_VERSION$` | -| 俄语 | ru-RU | `v$LOWEST_VERSION$` | +| 阿拉伯语 | ar-SA | `v1.3.12` | +| 德语 | de-DE | `v1.3.12` | +| 西班牙语 | es-ES | `v1.3.12` | +| 葡萄牙语 | pt-PT | `v1.3.12` | +| 法语 | fr-FR | `v1.3.12` | +| 日语 | ja-JP | `v1.3.12` | +| 韩语 | ko-KR | `v1.3.12` | +| 土耳其语 | tr-TR | `v1.3.12` | +| 俄语 | ru-RU | `v1.3.12` | 如果你需要使用其他的语言,欢迎贡献 [PR](https://github.com/Moonofweisheng/wot-design-uni/pulls),只需在[这里](https://github.com/Moonofweisheng/wot-design-uni/tree/master/src/uni_modules/wot-design-uni/locale/lang)添加一个语言配置文件即可。 diff --git a/src/uni_modules/wot-design-uni/changelog.md b/src/uni_modules/wot-design-uni/changelog.md index 51bf81494..443d3c28a 100644 --- a/src/uni_modules/wot-design-uni/changelog.md +++ b/src/uni_modules/wot-design-uni/changelog.md @@ -1,6 +1,30 @@ # 更新日志 +### [1.3.12](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.11...v1.3.12) (2024-10-08) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复Upload文件小程序找不到文件,显示的问题 ([c13e605](https://github.com/Moonofweisheng/wot-design-uni/commit/c13e6058a2c665c174806aebd353294113c4007e)) +* 🐛 Radio修复在cell里面高度的问题 ([f9deacf](https://github.com/Moonofweisheng/wot-design-uni/commit/f9deacf40eed17a37558ca96319880822ca897d5)) + + +### ✏️ Documentation | 文档 + +* ✏️ 优化捐赠榜单中捐赠人链接的展示效果 ([898f079](https://github.com/Moonofweisheng/wot-design-uni/commit/898f07985e602ad18a84c06b5bd6183dd61142cd)) +* ✏️ Upload添加preview-cover最低版本 ([52f9bf6](https://github.com/Moonofweisheng/wot-design-uni/commit/52f9bf654b26a09c20b7118efb331f7e6228ea79)) + + +### ✨ Features | 新功能 + +* ✨ 新增 FloatingPanel 浮动面板组件 ([#616](https://github.com/Moonofweisheng/wot-design-uni/issues/616)) ([e2966fd](https://github.com/Moonofweisheng/wot-design-uni/commit/e2966fdd01d6c91ab9499fbc95e4f7160a83deb5)), closes [#509](https://github.com/Moonofweisheng/wot-design-uni/issues/509) +* ✨ 新增支持法语、日语等9 种语言 ([#637](https://github.com/Moonofweisheng/wot-design-uni/issues/637)) ([691a7b5](https://github.com/Moonofweisheng/wot-design-uni/commit/691a7b57727af45f3c2f99437740be72e8be0f86)) +* ✨ StatusTip缺省提示组件提供图片内容插槽([#538](https://github.com/Moonofweisheng/wot-design-uni/issues/538)) ([#615](https://github.com/Moonofweisheng/wot-design-uni/issues/615)) ([c6b2cf8](https://github.com/Moonofweisheng/wot-design-uni/commit/c6b2cf84db1cb5536516606999c1fa3d6bd1dbe3)) +* ✨ ToolTip 组件 offset 属性支持数组和对象写法 ([#625](https://github.com/Moonofweisheng/wot-design-uni/issues/625)) ([5092c5a](https://github.com/Moonofweisheng/wot-design-uni/commit/5092c5a6548fe7222e0d6e2614020f15ce95c5df)), closes [#560](https://github.com/Moonofweisheng/wot-design-uni/issues/560) +* ✨ Upload新增preview-cover插槽 ([ef6433d](https://github.com/Moonofweisheng/wot-design-uni/commit/ef6433d81c576db8b55715a14a574a6d392478df)) +* ✨Calendar日历添加open事件 ([#627](https://github.com/Moonofweisheng/wot-design-uni/issues/627)) ([43a5da6](https://github.com/Moonofweisheng/wot-design-uni/commit/43a5da631d4402319d4e3f0739f2ab7e960e497f)), closes [#624](https://github.com/Moonofweisheng/wot-design-uni/issues/624) + ### [1.3.11](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.3.10...v1.3.11) (2024-09-23) diff --git a/src/uni_modules/wot-design-uni/package.json b/src/uni_modules/wot-design-uni/package.json index 25d9046cb..d0ead73f3 100644 --- a/src/uni_modules/wot-design-uni/package.json +++ b/src/uni_modules/wot-design-uni/package.json @@ -1 +1 @@ -{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.3.11","description":"一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。","keywords":["wot-design-uni","国际化","组件库","vue3","暗黑模式"],"main":"index.ts","repository":{"type":"git","url":"https://github.com/Moonofweisheng/wot-design-uni.git"},"engines":{"HBuilderX":"^3.8.7"},"dcloudext":{"type":"component-vue","sale":{"regular":{"price":"0.00"},"sourcecode":{"price":"0.00"}},"contact":{"qq":""},"declaration":{"ads":"无","data":"插件不采集任何数据","permissions":"无"},"npmurl":"https://www.npmjs.com/package/wot-design-uni"},"uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"u"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"u","IE":"u","Edge":"u","Firefox":"u","Safari":"u"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"u","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}} \ No newline at end of file +{"id":"wot-design-uni","name":"wot-design-uni","displayName":"wot-design-uni 基于vue3+Typescript的高颜值组件库","version":"1.3.12","description":"一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。","keywords":["wot-design-uni","国际化","组件库","vue3","暗黑模式"],"main":"index.ts","repository":{"type":"git","url":"https://github.com/Moonofweisheng/wot-design-uni.git"},"engines":{"HBuilderX":"^3.8.7"},"dcloudext":{"type":"component-vue","sale":{"regular":{"price":"0.00"},"sourcecode":{"price":"0.00"}},"contact":{"qq":""},"declaration":{"ads":"无","data":"插件不采集任何数据","permissions":"无"},"npmurl":"https://www.npmjs.com/package/wot-design-uni"},"uni_modules":{"dependencies":[],"encrypt":[],"platforms":{"cloud":{"tcb":"y","aliyun":"y"},"client":{"Vue":{"vue2":"n","vue3":"y"},"App":{"app-vue":"y","app-nvue":"u"},"H5-mobile":{"Safari":"y","Android Browser":"y","微信浏览器(Android)":"y","QQ浏览器(Android)":"y"},"H5-pc":{"Chrome":"u","IE":"u","Edge":"u","Firefox":"u","Safari":"u"},"小程序":{"微信":"y","阿里":"y","百度":"u","字节跳动":"u","QQ":"u","钉钉":"y","快手":"u","飞书":"u","京东":"u"},"快应用":{"华为":"u","联盟":"u"}}}},"peerDependencies":{"vue":">=3.2.47"}} \ No newline at end of file