Skip to content

Commit

Permalink
更新修改日志以及版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Mar 31, 2024
1 parent 22b5da0 commit 3fa4e0f
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 11 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-transition)
#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入uni-im官方交流群 [uni-im](https://im.dcloud.net.cn/#/?joinGroup=65aa42e5465fe748c837da2b)
#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839

## uni-ui产品特点

Expand Down Expand Up @@ -145,7 +145,6 @@ export default {
```
> **注意**
> - `CLI` 引用方式, `H5` 端不支持在 `main.js` 中全局注册组件,如有需求请使用([easyCom](https://uniapp.dcloud.io/collocation/pages?id=easycom)) 的方式引用组件
> - 若需要引入官方提供的scss变量文件可通过 `@ import '@dcloudio/uni-ui/lib/uni-scss/variables.scss'`,uni.scss无需引入即可使用
> - 使用 npm 安装的组件,默认情况下 babel-loader 会忽略所有 node_modules 中的文件 ,导致条件编译失效,需要通过配置 `vue.config.js` 解决:
> ```javascript
> // 在根目录创建 vue.config.js 文件,并配置如下
Expand Down Expand Up @@ -243,4 +242,4 @@ export default {


### 贡献代码
在使用 `uni-ui` 中,如遇到无法解决的问题,请提 [Issues](https://github.com/dcloudio/uni-ui/issues) 或到[ask社区](https://ask.dcloud.net.cn/)反馈给我们,假如您有更好的点子或更好的实现方式,也欢迎给我们提交 [PR](https://github.com/dcloudio/uni-ui/pulls)
在使用 `uni-ui` 中,如遇到无法解决的问题,请提 [Issues](https://github.com/dcloudio/uni-ui/issues) 给我们,假如您有更好的点子或更好的实现方式,也欢迎给我们提交 [PR](https://github.com/dcloudio/uni-ui/pulls)
28 changes: 28 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

<!-- 更新占位 -->
<log title="1.5.4" date="2024-03-31">
<log-item title="uni-data-select 组件更新">
<log-item-text tag-type="fix">
在vue2下:style动态绑定导致编译失败的bug
</log-item-text>
</log-item>
<log-item title="uni-easyinput 组件更新">
<log-item-text tag-type="fix">
在头条小程序下丢失事件绑定的问题
</log-item-text>
</log-item>
<log-item title="uni-popup 组件更新">
<log-item-text tag-type="fix">
uni-popup-dialog 双向绑定时初始化逻辑修正
</log-item-text>
</log-item>
<log-item title="uni-segmented-control 组件更新">
<log-item-text tag-type="fix">
在vue2下:style动态绑定导致编译失败的bug
</log-item-text>
</log-item>
<log-item title="uni-steps 组件更新">
<log-item-text tag-type="fix">
uni-steps为竖排列时,文本长度过长引起点错乱的bug
</log-item-text>
</log-item>
</log>

<log title="1.5.3" date="2024-03-22">
<log-item title="uni-collapse 组件更新">
<log-item-text tag-type="fix">
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.5.5",
"description": "",
"author": "dcloud",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcloudio/uni-ui",
"version": "1.5.3",
"version": "1.5.5",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down
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.3",
"uni-data-checkbox": "1.0.5",
"uni-data-picker": "2.0.0",
"uni-data-select": "1.0.7",
"uni-data-select": "1.0.8",
"uni-dateformat": "1.0.0",
"uni-datetime-picker": "2.2.32",
"uni-drawer": "1.2.1",
"uni-easyinput": "1.1.16",
"uni-easyinput": "1.1.17",
"uni-fab": "1.2.5",
"uni-fav": "1.2.1",
"uni-file-picker": "1.0.8",
Expand All @@ -29,14 +29,14 @@
"uni-notice-bar": "1.2.2",
"uni-number-box": "1.2.6",
"uni-pagination": "1.2.4",
"uni-popup": "1.8.9",
"uni-popup": "1.9.0",
"uni-rate": "1.3.1",
"uni-row": "1.0.0",
"uni-scss": "1.0.3",
"uni-search-bar": "1.2.8",
"uni-section": "0.0.1",
"uni-segmented-control": "1.2.1",
"uni-steps": "1.1.1",
"uni-segmented-control": "1.2.2",
"uni-steps": "1.1.2",
"uni-swipe-action": "1.3.10",
"uni-swiper-dot": "1.2.0",
"uni-table": "1.2.4",
Expand Down
6 changes: 6 additions & 0 deletions uni_modules/uni-ui/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.5.5(2024-03-31)
- uni-data-select 修复 在vue2下:style动态绑定导致编译失败的bug
- uni-easyinput 修复 在头条小程序下丢失事件绑定的问题
- uni-popup 修复 uni-popup-dialog 双向绑定时初始化逻辑修正
- uni-segmented-control 修复 在vue2下:style动态绑定导致编译失败的bug
- uni-steps 修复 uni-steps为竖排列时,文本长度过长引起点错乱的bug
## 1.5.3(2024-03-22)
- uni-collapse 修复 titleBorder类型修正
- uni-data-checkbox 修复 单选模式下选中样式不生效的bug
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.5.3",
"version": "1.5.5",
"description": "uni-ui 是基于uni-app的、全端兼容的、高性能UI框架",
"keywords": [
"uni-ui",
Expand Down

0 comments on commit 3fa4e0f

Please sign in to comment.