Skip to content

Commit 14f91aa

Browse files
committed
chore: release v4.1.1
1 parent 6b11985 commit 14f91aa

File tree

8 files changed

+105
-143
lines changed

8 files changed

+105
-143
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.1
2+
3+
`2023-07-21`
4+
5+
Features
6+
7+
- swipe: 新增 swipe-group 组件用于控制 swipe 操作互斥 (#2439)
8+
- animate: 新增 show 属性与 animate 事件 (#2434)
9+
- uploader: 小程序下新增预览图片 mode 属性 (#2435)
10+
11+
Bug Fixes
12+
13+
- utils: useTaroRect 方法增加异常处理 (#2431)
14+
- button: 优化边框与渐变色背景样式问题
15+
- type: 修复部分组件类型文件丢失问题
16+
117
## v4.1.0
218

319
NutUI 非常感谢您对开源事业做出的贡献!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui-taro/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.1
2+
3+
`2023-07-21`
4+
5+
Features
6+
7+
- swipe: 新增 swipe-group 组件用于控制 swipe 操作互斥 (#2439)
8+
- animate: 新增 show 属性与 animate 事件 (#2434)
9+
- uploader: 小程序下新增预览图片 mode 属性 (#2435)
10+
11+
Bug Fixes
12+
13+
- utils: useTaroRect 方法增加异常处理 (#2431)
14+
- button: 优化边框与渐变色背景样式问题
15+
- type: 修复部分组件类型文件丢失问题
16+
117
## v4.1.0
218

319
NutUI 非常感谢您对开源事业做出的贡献!

publish/nutui-taro/README.md

+27-70
Original file line numberDiff line numberDiff line change
@@ -65,43 +65,30 @@
6565

6666
[@nutui/nutui-taro](https://nutui.jd.com/taro/vue/4x/#/zh-CN/guide/intro):支持开发 Taro 多端小程序(微信、支付宝、京东等小程序)和 Taro-H5 项目
6767

68-
## 安装
69-
70-
```bash
71-
// H5 项目
72-
npm i @nutui/nutui
73-
```
74-
75-
```bash
76-
// Taro 小程序项目
77-
npm i @nutui/nutui-taro
78-
```
79-
80-
## 版本说明
81-
82-
目前 NutUI 有以下版本:
83-
84-
* NutUI 4.x,默认推荐版本,定期迭代更新发版。
85-
* NutUI 3.x,长期维护版本,会同步 V4 版本问题修复,不对 API 做调整,不定期发版。
86-
* NutUI 2.x,仅修复重要阻塞性问题,不定期发版。
87-
88-
## 示例
68+
## 链接
8969

90-
```js
91-
import { createApp } from "vue"
92-
import App from "./App.vue"
70+
### 官方生态
9371

94-
import NutUI from "@nutui/nutui"
95-
import "@nutui/nutui/dist/style.css"
72+
由 NutUI 官方团队维护的项目如下:
9673

97-
createApp(App).use(NutUI).mount("#app")
98-
```
74+
| 项目 | 描述 |
75+
| --- | --- |
76+
| [@nutui/nutui](https://github.com/jdf2e/nutui) | NutUI 移动端 H5 版本 |
77+
| [@nutui/nutui-taro](https://github.com/jdf2e/nutui) | NutUI Taro 多端版本 |
78+
| [@nutui/icons-vue](https://github.com/jdf2e/nutui-icons) | `@nutui/nutui` 使用的图标库 |
79+
| [@nutui/icons-vue-taro](https://github.com/jdf2e/nutui-icons) | `@nutui/nutui-taro` 使用的图标库 |
80+
| [@nutui/touch-emulator](https://github.com/jdf2e/nutui/tree/v4/packages/nutui-touch-emulator) | 在桌面端使用 NutUI 的辅助库 |
81+
| [@nutui/playground](https://github.com/jdf2e/nutui/tree/v4/packages/nutui-playground) | NutUI 在线 Playground |
82+
| [nutui-demo](https://github.com/jdf2e/nutui-demo) | NutUI 官方示例合集 |
9983

100-
## 学习资源
84+
### 社区生态
10185

102-
[NutUI 实战快速入门](https://www.bilibili.com/video/BV14r4y1e7LK/?spm_id_from=333.999.0.0&vd_source=339cf5dcca71ec2905c729fd92bba8a9)
86+
由社区维护的项目如下,欢迎补充:
10387

104-
[awesome-nutui](https://github.com/jdf2e/nutui/blob/v4/awesome.md)
88+
| 项目 | 描述 |
89+
| --- | --- |
90+
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
91+
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
10592

10693
## 使用案例
10794

@@ -110,32 +97,6 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
11097
<img src="https://raw.githubusercontent.com/jdf2e/nutui-user-cases/master/user-cases.jpg" alt="NutUI" />
11198
</p>
11299
<p><a href="https://nutui.jd.com/#/case">更多案例</a></p>
113-
<p><a href="https://get.jd.com/#/survey/index?id=4217247740034539">我们正在征集社区优秀案例,欢迎点击提交</a></p>
114-
115-
## 链接
116-
117-
<ul>
118-
<li>
119-
<a href="https://github.com/jdf2e/nutui/discussions">
120-
Discussions (用👍投票)
121-
</a>
122-
</li>
123-
<li>
124-
<a href="https://github.com/jdf2e/nutui/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">
125-
Feature Requests (用👍投票)
126-
</a>
127-
</li>
128-
<li>
129-
<a href="https://github.com/jdf2e/nutui/labels/bug%203.0">
130-
Bugs (用👍投票)
131-
</a>
132-
</li>
133-
<li>
134-
<a href="https://github.com/jdf2e/nutui/issues?q=is%3Aissue+is%3Aopen+label%3Aquestion">
135-
Question (用👍投票)
136-
</a>
137-
</li>
138-
</ul>
139100

140101
## 开发交流
141102

@@ -145,11 +106,11 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
145106

146107
## 参与共建
147108

148-
#### NutUI 社区共建倡议
109+
### NutUI 社区共建倡议
149110

150111
[NutUI 邀您共建,Contributor 您好](https://github.com/jdf2e/nutui/issues/1789)
151112

152-
#### 为 NutUI 贡献代码
113+
### 为 NutUI 贡献代码
153114

154115
NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、增加国际化、UI 定制、平台适配、跨端扩展等。
155116

@@ -173,22 +134,18 @@ NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、
173134
<img src="https://opencollective.com/nutui/contributors.svg?width=890&button=false" alt="contributors">
174135
</a>
175136

176-
## Stargazers
177-
178-
[![Stargazers repo roster for @jdf2e/nutui](https://reporoster.com/stars/jdf2e/nutui)](https://github.com/jdf2e/nutui/stargazers)
137+
## 更新日志
179138

180-
## Forkers
139+
查阅 [Release](https://github.com/jdf2e/nutui/releases)
181140

182-
[![Forkers repo roster for @jdf2e/nutui](https://reporoster.com/forks/jdf2e/nutui)](https://github.com/jdf2e/nutui/network/members)
141+
## Star
183142

184-
## 开发计划
185-
186-
[Milestones](https://github.com/jdf2e/nutui/projects)
143+
[![Stargazers repo roster for @jdf2e/nutui](https://reporoster.com/stars/jdf2e/nutui)](https://github.com/jdf2e/nutui/stargazers)
187144

188-
## 更新日志
145+
## Fork
189146

190-
本项目遵从 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153),更新日志请查阅 [Release](https://github.com/jdf2e/nutui/releases)
147+
[![Forkers repo roster for @jdf2e/nutui](https://reporoster.com/forks/jdf2e/nutui)](https://github.com/jdf2e/nutui/network/members)
191148

192-
## github stargazers
149+
## GitHub Stargazaers
193150

194151
![stargazers](https://starchart.cc/jdf2e/nutui.svg)

publish/nutui-taro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-taro",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.1.1
2+
3+
`2023-07-21`
4+
5+
Features
6+
7+
- swipe: 新增 swipe-group 组件用于控制 swipe 操作互斥 (#2439)
8+
- animate: 新增 show 属性与 animate 事件 (#2434)
9+
- uploader: 小程序下新增预览图片 mode 属性 (#2435)
10+
11+
Bug Fixes
12+
13+
- utils: useTaroRect 方法增加异常处理 (#2431)
14+
- button: 优化边框与渐变色背景样式问题
15+
- type: 修复部分组件类型文件丢失问题
16+
117
## v4.1.0
218

319
NutUI 非常感谢您对开源事业做出的贡献!

publish/nutui/README.md

+27-70
Original file line numberDiff line numberDiff line change
@@ -65,43 +65,30 @@
6565

6666
[@nutui/nutui-taro](https://nutui.jd.com/taro/vue/4x/#/zh-CN/guide/intro):支持开发 Taro 多端小程序(微信、支付宝、京东等小程序)和 Taro-H5 项目
6767

68-
## 安装
69-
70-
```bash
71-
// H5 项目
72-
npm i @nutui/nutui
73-
```
74-
75-
```bash
76-
// Taro 小程序项目
77-
npm i @nutui/nutui-taro
78-
```
79-
80-
## 版本说明
81-
82-
目前 NutUI 有以下版本:
83-
84-
* NutUI 4.x,默认推荐版本,定期迭代更新发版。
85-
* NutUI 3.x,长期维护版本,会同步 V4 版本问题修复,不对 API 做调整,不定期发版。
86-
* NutUI 2.x,仅修复重要阻塞性问题,不定期发版。
87-
88-
## 示例
68+
## 链接
8969

90-
```js
91-
import { createApp } from "vue"
92-
import App from "./App.vue"
70+
### 官方生态
9371

94-
import NutUI from "@nutui/nutui"
95-
import "@nutui/nutui/dist/style.css"
72+
由 NutUI 官方团队维护的项目如下:
9673

97-
createApp(App).use(NutUI).mount("#app")
98-
```
74+
| 项目 | 描述 |
75+
| --- | --- |
76+
| [@nutui/nutui](https://github.com/jdf2e/nutui) | NutUI 移动端 H5 版本 |
77+
| [@nutui/nutui-taro](https://github.com/jdf2e/nutui) | NutUI Taro 多端版本 |
78+
| [@nutui/icons-vue](https://github.com/jdf2e/nutui-icons) | `@nutui/nutui` 使用的图标库 |
79+
| [@nutui/icons-vue-taro](https://github.com/jdf2e/nutui-icons) | `@nutui/nutui-taro` 使用的图标库 |
80+
| [@nutui/touch-emulator](https://github.com/jdf2e/nutui/tree/v4/packages/nutui-touch-emulator) | 在桌面端使用 NutUI 的辅助库 |
81+
| [@nutui/playground](https://github.com/jdf2e/nutui/tree/v4/packages/nutui-playground) | NutUI 在线 Playground |
82+
| [nutui-demo](https://github.com/jdf2e/nutui-demo) | NutUI 官方示例合集 |
9983

100-
## 学习资源
84+
### 社区生态
10185

102-
[NutUI 实战快速入门](https://www.bilibili.com/video/BV14r4y1e7LK/?spm_id_from=333.999.0.0&vd_source=339cf5dcca71ec2905c729fd92bba8a9)
86+
由社区维护的项目如下,欢迎补充:
10387

104-
[awesome-nutui](https://github.com/jdf2e/nutui/blob/v4/awesome.md)
88+
| 项目 | 描述 |
89+
| --- | --- |
90+
| [yang1206/uniapp-nutui](https://github.com/yang1206/uniapp-nutui) | 基于 NutUI 4.x 版本开发的 uni-app 组件库 |
91+
| [jwaterwater/uni-nutui](https://github.com/jwaterwater/uni-nutui) | 基于 NutUI 3.x 版本开发的 uni-app 组件库 |
10592

10693
## 使用案例
10794

@@ -110,32 +97,6 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
11097
<img src="https://raw.githubusercontent.com/jdf2e/nutui-user-cases/master/user-cases.jpg" alt="NutUI" />
11198
</p>
11299
<p><a href="https://nutui.jd.com/#/case">更多案例</a></p>
113-
<p><a href="https://get.jd.com/#/survey/index?id=4217247740034539">我们正在征集社区优秀案例,欢迎点击提交</a></p>
114-
115-
## 链接
116-
117-
<ul>
118-
<li>
119-
<a href="https://github.com/jdf2e/nutui/discussions">
120-
Discussions (用👍投票)
121-
</a>
122-
</li>
123-
<li>
124-
<a href="https://github.com/jdf2e/nutui/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22">
125-
Feature Requests (用👍投票)
126-
</a>
127-
</li>
128-
<li>
129-
<a href="https://github.com/jdf2e/nutui/labels/bug%203.0">
130-
Bugs (用👍投票)
131-
</a>
132-
</li>
133-
<li>
134-
<a href="https://github.com/jdf2e/nutui/issues?q=is%3Aissue+is%3Aopen+label%3Aquestion">
135-
Question (用👍投票)
136-
</a>
137-
</li>
138-
</ul>
139100

140101
## 开发交流
141102

@@ -145,11 +106,11 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
145106

146107
## 参与共建
147108

148-
#### NutUI 社区共建倡议
109+
### NutUI 社区共建倡议
149110

150111
[NutUI 邀您共建,Contributor 您好](https://github.com/jdf2e/nutui/issues/1789)
151112

152-
#### 为 NutUI 贡献代码
113+
### 为 NutUI 贡献代码
153114

154115
NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、增加国际化、UI 定制、平台适配、跨端扩展等。
155116

@@ -173,22 +134,18 @@ NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、
173134
<img src="https://opencollective.com/nutui/contributors.svg?width=890&button=false" alt="contributors">
174135
</a>
175136

176-
## Stargazers
177-
178-
[![Stargazers repo roster for @jdf2e/nutui](https://reporoster.com/stars/jdf2e/nutui)](https://github.com/jdf2e/nutui/stargazers)
137+
## 更新日志
179138

180-
## Forkers
139+
查阅 [Release](https://github.com/jdf2e/nutui/releases)
181140

182-
[![Forkers repo roster for @jdf2e/nutui](https://reporoster.com/forks/jdf2e/nutui)](https://github.com/jdf2e/nutui/network/members)
141+
## Star
183142

184-
## 开发计划
185-
186-
[Milestones](https://github.com/jdf2e/nutui/projects)
143+
[![Stargazers repo roster for @jdf2e/nutui](https://reporoster.com/stars/jdf2e/nutui)](https://github.com/jdf2e/nutui/stargazers)
187144

188-
## 更新日志
145+
## Fork
189146

190-
本项目遵从 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153),更新日志请查阅 [Release](https://github.com/jdf2e/nutui/releases)
147+
[![Forkers repo roster for @jdf2e/nutui](https://reporoster.com/forks/jdf2e/nutui)](https://github.com/jdf2e/nutui/network/members)
191148

192-
## github stargazers
149+
## GitHub Stargazaers
193150

194151
![stargazers](https://starchart.cc/jdf2e/nutui.svg)

publish/nutui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)