Skip to content

Commit 6487229

Browse files
committed
chore: release v4.1.0
1 parent 6688911 commit 6487229

File tree

8 files changed

+115
-31
lines changed

8 files changed

+115
-31
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v4.1.0
2+
3+
NutUI 非常感谢您对开源事业做出的贡献!
4+
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu
5+
6+
`2023-07-14`
7+
8+
Features
9+
10+
- 新增 `@nutui/touch-emulator`
11+
- 新增 `@nutui/playground`
12+
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
13+
- cell: 新增 box-shdow 样式变量 (#2382)
14+
- calendar: 支持透传 Popup 属性 (#2410)
15+
- address: 新增 round 属性 (#2411)
16+
17+
Bug Fixes
18+
19+
- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
20+
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
21+
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
22+
- signature: 修复 Taro H5 getRect 方法异常
23+
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
24+
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
25+
- imagepreview: replace var with const (#2423) @subordon
26+
- uploader: 支持异步修改 file-list (#2421)
27+
- textarea: docs 文档修改 (#2428) @aooiuu
28+
- component class name typo (#2392) @yang1206
29+
- fix case typo (#2429) @subordon
30+
131
## v4.0.12
232

333
`2023-06-27`

package.json

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

publish/nutui-taro/CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v4.1.0
2+
3+
NutUI 非常感谢您对开源事业做出的贡献!
4+
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu
5+
6+
`2023-07-14`
7+
8+
Features
9+
10+
- 新增 `@nutui/touch-emulator`
11+
- 新增 `@nutui/playground`
12+
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
13+
- cell: 新增 box-shdow 样式变量 (#2382)
14+
- calendar: 支持透传 Popup 属性 (#2410)
15+
- address: 新增 round 属性 (#2411)
16+
17+
Bug Fixes
18+
19+
- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
20+
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
21+
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
22+
- signature: 修复 Taro H5 getRect 方法异常
23+
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
24+
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
25+
- imagepreview: replace var with const (#2423) @subordon
26+
- uploader: 支持异步修改 file-list (#2421)
27+
- textarea: docs 文档修改 (#2428) @aooiuu
28+
- component class name typo (#2392) @yang1206
29+
- fix case typo (#2429) @subordon
30+
31+
## v4.0.12
32+
33+
`2023-06-27`
34+
35+
* :bug: fix(build): 构建 Taro 包时关闭 minify,修复 WEAPP 找不到模板问题
36+
* :bug: fix(image): 修复 iOS 下懒加载异常问题 #2376
37+
138
## v4.0.11
239

340
`2023-06-26`

publish/nutui-taro/README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<img src="https://img.shields.io/github/issues-closed/jdf2e/nutui" alt="GitHub closed issues">
2525
<img src="https://img.shields.io/github/commits-since/jdf2e/nutui/latest/v4" alt="GitHub commits since latest release (by date)">
2626
<img src="https://img.shields.io/github/release-date/jdf2e/nutui" alt="GitHub Release Date">
27+
<img src="https://data.jsdelivr.com/v1/package/npm/@nutui/nutui/badge" alt="jsdelivr">
2728
</p>
2829

2930
<p align="center">
@@ -102,16 +103,6 @@ createApp(App).use(NutUI).mount("#app")
102103

103104
[awesome-nutui](https://github.com/jdf2e/nutui/blob/v4/awesome.md)
104105

105-
## 主题
106-
107-
我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。
108-
109-
* <a href="https://nutui.jd.com/#/" target="_blank">京东APP视觉(Vue3,默认)</a>
110-
* <a href="https://nutui.jd.com/h5/vue/4x/?jdb#/zh-CN/component/button" target="_blank">京东零售B商城主题(Vue3)</a>
111-
* <a href="https://nutui.jd.com/h5/vue/4x/?jddkh#/zh-CN/component/button" target="_blank">京东企业业务主题(Vue3)</a>
112-
* <a href="https://nutui.jd.com/jdt/#/zh-CN/guide/intro-jdt" target="_blank">京东科技视觉(Vue3,NutUI3.0)</a>
113-
* <a href="https://nutui.jd.com/jdl/#/cell" target="_blank">京东物流视觉(Vue2,NutUI2.0)</a>
114-
115106
## 使用案例
116107

117108
NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
@@ -148,10 +139,9 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
148139

149140
## 开发交流
150141

151-
| 版本 | 微信群 |内部咚咚群 |
152-
| --- | --- |--- |
153-
| [NutUI Vue](https://github.com/jdf2e/nutui/issues) | <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 回复「NutUI」 | 82957939
154-
| [NutUI x Taro](https://github.com/jdf2e/nutui/issues) | <img src="https://camo.githubusercontent.com/db4276b4ee4b443158195e943e9e678cb4d2afb7580f70d4d817ef0a90413aec/687474703a2f2f73746f726167652e333630627579696d672e636f6d2f7461726f2d6a642d636f6d2f7374617469632f636f6e746163745f7461726f5f6e757475695f71722e706e67" width="100" /> 回复「NutUI」 | 1022545110 |
142+
| 微信群 |内部咚咚群 |
143+
| --- |--- |
144+
| <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 添加好友并回复「NutUI Vue」 | 82957939
155145

156146
## 参与共建
157147

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.0.12",
3+
"version": "4.1.0",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

publish/nutui/CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v4.1.0
2+
3+
NutUI 非常感谢您对开源事业做出的贡献!
4+
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu
5+
6+
`2023-07-14`
7+
8+
Features
9+
10+
- 新增 `@nutui/touch-emulator`
11+
- 新增 `@nutui/playground`
12+
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
13+
- cell: 新增 box-shdow 样式变量 (#2382)
14+
- calendar: 支持透传 Popup 属性 (#2410)
15+
- address: 新增 round 属性 (#2411)
16+
17+
Bug Fixes
18+
19+
- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
20+
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
21+
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
22+
- signature: 修复 Taro H5 getRect 方法异常
23+
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
24+
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
25+
- imagepreview: replace var with const (#2423) @subordon
26+
- uploader: 支持异步修改 file-list (#2421)
27+
- textarea: docs 文档修改 (#2428) @aooiuu
28+
- component class name typo (#2392) @yang1206
29+
- fix case typo (#2429) @subordon
30+
31+
## v4.0.12
32+
33+
`2023-06-27`
34+
35+
* :bug: fix(build): 构建 Taro 包时关闭 minify,修复 WEAPP 找不到模板问题
36+
* :bug: fix(image): 修复 iOS 下懒加载异常问题 #2376
37+
138
## v4.0.11
239

340
`2023-06-26`

publish/nutui/README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<img src="https://img.shields.io/github/issues-closed/jdf2e/nutui" alt="GitHub closed issues">
2525
<img src="https://img.shields.io/github/commits-since/jdf2e/nutui/latest/v4" alt="GitHub commits since latest release (by date)">
2626
<img src="https://img.shields.io/github/release-date/jdf2e/nutui" alt="GitHub Release Date">
27+
<img src="https://data.jsdelivr.com/v1/package/npm/@nutui/nutui/badge" alt="jsdelivr">
2728
</p>
2829

2930
<p align="center">
@@ -102,16 +103,6 @@ createApp(App).use(NutUI).mount("#app")
102103

103104
[awesome-nutui](https://github.com/jdf2e/nutui/blob/v4/awesome.md)
104105

105-
## 主题
106-
107-
我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。
108-
109-
* <a href="https://nutui.jd.com/#/" target="_blank">京东APP视觉(Vue3,默认)</a>
110-
* <a href="https://nutui.jd.com/h5/vue/4x/?jdb#/zh-CN/component/button" target="_blank">京东零售B商城主题(Vue3)</a>
111-
* <a href="https://nutui.jd.com/h5/vue/4x/?jddkh#/zh-CN/component/button" target="_blank">京东企业业务主题(Vue3)</a>
112-
* <a href="https://nutui.jd.com/jdt/#/zh-CN/guide/intro-jdt" target="_blank">京东科技视觉(Vue3,NutUI3.0)</a>
113-
* <a href="https://nutui.jd.com/jdl/#/cell" target="_blank">京东物流视觉(Vue2,NutUI2.0)</a>
114-
115106
## 使用案例
116107

117108
NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
@@ -148,10 +139,9 @@ NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使
148139

149140
## 开发交流
150141

151-
| 版本 | 微信群 |内部咚咚群 |
152-
| --- | --- |--- |
153-
| [NutUI Vue](https://github.com/jdf2e/nutui/issues) | <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 回复「NutUI」 | 82957939
154-
| [NutUI x Taro](https://github.com/jdf2e/nutui/issues) | <img src="https://camo.githubusercontent.com/db4276b4ee4b443158195e943e9e678cb4d2afb7580f70d4d817ef0a90413aec/687474703a2f2f73746f726167652e333630627579696d672e636f6d2f7461726f2d6a642d636f6d2f7374617469632f636f6e746163745f7461726f5f6e757475695f71722e706e67" width="100" /> 回复「NutUI」 | 1022545110 |
142+
| 微信群 |内部咚咚群 |
143+
| --- |--- |
144+
| <img src="https://storage.360buyimg.com/nutui-static/image/wx-code.png" width="100" /> 添加好友并回复「NutUI Vue」 | 82957939
155145

156146
## 参与共建
157147

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.0.12",
3+
"version": "4.1.0",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)