Skip to content

Commit c26cf06

Browse files
committed
build v1.4.26
1 parent 47c6c0f commit c26cf06

File tree

6 files changed

+54
-10
lines changed

6 files changed

+54
-10
lines changed

docs/changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@
77
- 主版本号:含有破坏性更新和新特性,不在发布周期内。
88

99
<!-- 更新占位 -->
10+
<log title="1.4.26" date="2023-01-31">
11+
<log-item title="uni-badge 组件更新">
12+
<log-item-text tag-type="fix">
13+
运行/打包 控制台警告问题
14+
</log-item-text>
15+
</log-item>
16+
<log-item title="uni-calendar 组件更新">
17+
<log-item-text tag-type="fix">
18+
某些情况切换月份错误问题
19+
</log-item-text>
20+
</log-item>
21+
<log-item title="uni-data-select 组件更新">
22+
<log-item-text tag-type="fix">
23+
不关联服务空间报错的问题
24+
</log-item-text>
25+
<log-item-text tag-type="feat">
26+
属性 `format` 可用于格式化显示选项内容
27+
</log-item-text>
28+
</log-item>
29+
<log-item title="uni-datetime-picker 组件更新">
30+
<log-item-text tag-type="fix">
31+
某些情况切换月份错误问题
32+
</log-item-text>
33+
</log-item>
34+
<log-item title="uni-easyinput 组件更新">
35+
<log-item-text tag-type="feat">
36+
keyboardheightchange 事件,可监听键盘高度变化
37+
</log-item-text>
38+
</log-item>
39+
<log-item title="uni-list 组件更新">
40+
<log-item-text tag-type="fix">
41+
无反馈效果呈现的bug
42+
</log-item-text>
43+
</log-item>
44+
</log>
45+
1046
<log title="1.4.25" date="2023-01-11">
1147
<log-item title="uni-file-picker 组件更新">
1248
<log-item-text tag-type="feat">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "55",
33
"name": "@dcloudio/uni-ui",
4-
"version": "1.4.24",
4+
"version": "1.4.26",
55
"description": "",
66
"author": "dcloud",
77
"license": "Apache-2.0",

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dcloudio/uni-ui",
3-
"version": "1.4.24",
3+
"version": "1.4.26",
44
"description": "",
55
"author": "",
66
"license": "Apache-2.0",

temps/sync-version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"uni-badge": "1.2.1",
2+
"uni-badge": "1.2.2",
33
"uni-breadcrumb": "0.1.2",
4-
"uni-calendar": "1.4.7",
4+
"uni-calendar": "1.4.8",
55
"uni-card": "1.3.1",
66
"uni-collapse": "1.4.3",
77
"uni-combox": "1.0.1",
88
"uni-countdown": "1.2.2",
99
"uni-data-checkbox": "1.0.3",
1010
"uni-data-picker": "1.0.8",
11-
"uni-data-select": "1.0.1",
11+
"uni-data-select": "1.0.3",
1212
"uni-dateformat": "1.0.0",
13-
"uni-datetime-picker": "2.2.13",
13+
"uni-datetime-picker": "2.2.14",
1414
"uni-drawer": "1.2.1",
15-
"uni-easyinput": "1.1.5",
15+
"uni-easyinput": "1.1.6",
1616
"uni-fab": "1.2.4",
1717
"uni-fav": "1.2.1",
1818
"uni-file-picker": "1.0.3",
@@ -23,7 +23,7 @@
2323
"uni-icons": "1.3.5",
2424
"uni-indexed-list": "1.2.1",
2525
"uni-link": "1.0.0",
26-
"uni-list": "1.2.9",
26+
"uni-list": "1.2.11",
2727
"uni-load-more": "1.3.3",
2828
"uni-nav-bar": "1.3.9",
2929
"uni-notice-bar": "1.2.1",

uni_modules/uni-ui/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.26(2023-01-31)
2+
- uni-badge 修复 运行/打包 控制台警告问题
3+
- uni-calendar 修复 某些情况切换月份错误问题
4+
- uni-data-select 修复 不关联服务空间报错的问题
5+
- uni-data-select 新增 属性 `format` 可用于格式化显示选项内容
6+
- uni-datetime-picker 修复 某些情况切换月份错误问题
7+
- uni-easyinput 新增 keyboardheightchange 事件,可监听键盘高度变化
8+
- uni-list 修复 无反馈效果呈现的bug
19
## 1.4.25(2023-01-11)
210
- uni-file-picker 新增 sourceType 属性, 可以自定义图片和视频选择的来源
311
## 1.4.24(2023-01-11)

uni_modules/uni-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"id": "uni-ui",
33
"displayName": "uni-ui",
4-
"version": "1.4.25",
4+
"version": "1.4.26",
55
"description": "uni-ui 是基于uni-app的、全端兼容的、高性能UI框架",
66
"keywords": [
77
"uni-ui",
88
"uniui",
99
"UI组件库",
1010
"ui框架",
1111
"ui库"
12-
],
12+
],
1313
"repository": "https://github.com/dcloudio/uni-ui",
1414
"engines": {
1515
"HBuilderX": "^3.2.10"

0 commit comments

Comments
 (0)