Skip to content

Commit

Permalink
补充 补充版本信息更新
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Jan 25, 2024
1 parent e6027ab commit 1843622
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default {
|uni-table|[表格](https://ext.dcloud.net.cn/plugin?name=uni-table)|
|uni-tag|[标签](https://ext.dcloud.net.cn/plugin?name=uni-tag)|
|uni-title|[章节标题](https://ext.dcloud.net.cn/plugin?name=uni-title)|
|uni-tooltip|[undefined](https://ext.dcloud.net.cn/plugin?name=uni-tooltip)|
|uni-tooltip|[提示文字](https://ext.dcloud.net.cn/plugin?name=uni-tooltip)|
|uni-transition|[过渡动画](https://ext.dcloud.net.cn/plugin?name=uni-transition)|


Expand Down
45 changes: 45 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,51 @@
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

<!-- 更新占位 -->
<log title="1.5.1" date="2024-01-25">
<log-item title="uni-datetime-picker 组件更新">
<log-item-text tag-type="feat">
show事件,弹窗弹出时触发该事件 [详情](https://github.com/dcloudio/uni-app/issues/4694)
</log-item-text>
<log-item-text tag-type="perf">
去除 noChange事件,当进行日期范围选择时,若只选了一天,则开始结束日期都为同一天 [详情](https://github.com/dcloudio/uni-ui/issues/815)
</log-item-text>
</log-item>
</log>

<log title="1.4.34" date="2024-01-25">
<log-item title="uni-data-select 组件更新">
<log-item-text tag-type="fix">
长文本回显超过容器的bug,超过容器部分显示省略号
</log-item-text>
</log-item>
<log-item title="uni-datetime-picker 组件更新">
<log-item-text tag-type="feat">
show事件,弹窗弹出时触发该事件 [详情](https://github.com/dcloudio/uni-app/issues/4694)
</log-item-text>
<log-item-text tag-type="perf">
去除 noChange事件,当进行日期范围选择时,若只选了一天,则开始结束日期都为同一天 [详情](https://github.com/dcloudio/uni-ui/issues/815)
</log-item-text>
</log-item>
<log-item title="uni-easyinput 组件更新">
<log-item-text tag-type="perf">
去除 移除无用的log输出
</log-item-text>
</log-item>
<log-item title="uni-swipe-action 组件更新">
<log-item-text tag-type="fix">
点击按钮时,按钮会被点击穿透导致自动收缩的 bug(兼容阿里/百度/抖音小程序)
</log-item-text>
<log-item-text tag-type="fix">
点击按钮时,按钮会被点击穿透导致自动收缩的 bug
</log-item-text>
</log-item>
<log-item title="uni-tooltip 组件更新">
<log-item-text tag-type="feat">
placement支持设置四个方向:top bottom left right
</log-item-text>
</log-item>
</log>

<log title="1.4.33" date="2024-01-16">
</log>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "55",
"name": "@dcloudio/uni-ui",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"author": "dcloud",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,4 +33,4 @@
"uni-app": {
"scripts": {}
}
}
}
10 changes: 5 additions & 5 deletions temps/sync-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"uni-countdown": "1.2.2",
"uni-data-checkbox": "1.0.3",
"uni-data-picker": "2.0.0",
"uni-data-select": "1.0.6",
"uni-data-select": "1.0.7",
"uni-dateformat": "1.0.0",
"uni-datetime-picker": "2.2.27",
"uni-datetime-picker": "2.2.29",
"uni-drawer": "1.2.1",
"uni-easyinput": "1.1.9",
"uni-easyinput": "1.1.10",
"uni-fab": "1.2.5",
"uni-fav": "1.2.1",
"uni-file-picker": "1.0.6",
Expand All @@ -37,11 +37,11 @@
"uni-section": "0.0.1",
"uni-segmented-control": "1.2.0",
"uni-steps": "1.1.1",
"uni-swipe-action": "1.3.8",
"uni-swipe-action": "1.3.10",
"uni-swiper-dot": "1.2.0",
"uni-table": "1.2.4",
"uni-tag": "2.1.0",
"uni-title": "1.1.1",
"uni-tooltip": "0.2.1",
"uni-tooltip": "0.2.2",
"uni-transition": "1.3.2"
}
2 changes: 2 additions & 0 deletions uni_modules/uni-easyinput/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.10(2024-01-22)
- 去除 移除无用的log输出
## 1.1.9(2023-04-11)
- 修复 vue3 下 keyboardheightchange 事件报错的bug
## 1.1.8(2023-03-29)
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uni-easyinput/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-easyinput",
"displayName": "uni-easyinput 增强输入框",
"version": "1.1.9",
"version": "1.1.10",
"description": "Easyinput 组件是对原生input组件的增强",
"keywords": [
"uni-ui",
Expand Down
13 changes: 10 additions & 3 deletions uni_modules/uni-ui/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 1.4.33(2024-01-16)
fix: 修复图标大小默认值错误的问题
## 1.4.28(2024-01-12)
## 1.5.0(2024-01-13)
- uni-data-select 修复 长文本回显超过容器的bug,超过容器部分显示省略号
- uni-datetime-picker 新增 show事件,弹窗弹出时触发该事件 [详情](https://github.com/dcloudio/uni-app/issues/4694)
- uni-datetime-picker 去除 noChange事件,当进行日期范围选择时,若只选了一天,则开始结束日期都为同一天 [详情](https://github.com/dcloudio/uni-ui/issues/815)
- uni-easyinput 去除 移除无用的log输出
- uni-swipe-action 修复 点击按钮时,按钮会被点击穿透导致自动收缩的 bug(兼容阿里/百度/抖音小程序)
- uni-swipe-action 修复 点击按钮时,按钮会被点击穿透导致自动收缩的 bug
- uni-tooltip 新增 placement支持设置四个方向:top bottom left right
- fix: 修复图标大小默认值错误的问题
## 1.4.28(2023-04-23)
- uni-calendar 修复 回到今天时,月份显示不一致问题
- uni-data-picker 新增 支持 uni-app-x
- uni-datetime-picker 优化 增加noChange事件,当进行日期范围选择时,若有空值,则触发该事件 [详情](https://github.com/dcloudio/uni-ui/issues/815)
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uni-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-ui",
"displayName": "uni-ui",
"version": "1.4.33",
"version": "1.5.1",
"description": "uni-ui 是基于uni-app的、全端兼容的、高性能UI框架",
"keywords": [
"uni-ui",
Expand Down

0 comments on commit 1843622

Please sign in to comment.