Skip to content

Commit

Permalink
chore: release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jul 14, 2023
1 parent 6688911 commit 6487229
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 31 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v4.1.0

NutUI 非常感谢您对开源事业做出的贡献!
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu

`2023-07-14`

Features

- 新增 `@nutui/touch-emulator`
- 新增 `@nutui/playground`
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
- cell: 新增 box-shdow 样式变量 (#2382)
- calendar: 支持透传 Popup 属性 (#2410)
- address: 新增 round 属性 (#2411)

Bug Fixes

- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
- signature: 修复 Taro H5 getRect 方法异常
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
- imagepreview: replace var with const (#2423) @subordon
- uploader: 支持异步修改 file-list (#2421)
- textarea: docs 文档修改 (#2428) @aooiuu
- component class name typo (#2392) @yang1206
- fix case typo (#2429) @subordon

## v4.0.12

`2023-06-27`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.0.12",
"version": "4.1.0",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
37 changes: 37 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## v4.1.0

NutUI 非常感谢您对开源事业做出的贡献!
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu

`2023-07-14`

Features

- 新增 `@nutui/touch-emulator`
- 新增 `@nutui/playground`
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
- cell: 新增 box-shdow 样式变量 (#2382)
- calendar: 支持透传 Popup 属性 (#2410)
- address: 新增 round 属性 (#2411)

Bug Fixes

- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
- signature: 修复 Taro H5 getRect 方法异常
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
- imagepreview: replace var with const (#2423) @subordon
- uploader: 支持异步修改 file-list (#2421)
- textarea: docs 文档修改 (#2428) @aooiuu
- component class name typo (#2392) @yang1206
- fix case typo (#2429) @subordon

## v4.0.12

`2023-06-27`

* :bug: fix(build): 构建 Taro 包时关闭 minify,修复 WEAPP 找不到模板问题
* :bug: fix(image): 修复 iOS 下懒加载异常问题 #2376

## v4.0.11

`2023-06-26`
Expand Down
18 changes: 4 additions & 14 deletions publish/nutui-taro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<img src="https://img.shields.io/github/issues-closed/jdf2e/nutui" alt="GitHub closed issues">
<img src="https://img.shields.io/github/commits-since/jdf2e/nutui/latest/v4" alt="GitHub commits since latest release (by date)">
<img src="https://img.shields.io/github/release-date/jdf2e/nutui" alt="GitHub Release Date">
<img src="https://data.jsdelivr.com/v1/package/npm/@nutui/nutui/badge" alt="jsdelivr">
</p>

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

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

## 主题

我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。

* <a href="https://nutui.jd.com/#/" target="_blank">京东APP视觉(Vue3,默认)</a>
* <a href="https://nutui.jd.com/h5/vue/4x/?jdb#/zh-CN/component/button" target="_blank">京东零售B商城主题(Vue3)</a>
* <a href="https://nutui.jd.com/h5/vue/4x/?jddkh#/zh-CN/component/button" target="_blank">京东企业业务主题(Vue3)</a>
* <a href="https://nutui.jd.com/jdt/#/zh-CN/guide/intro-jdt" target="_blank">京东科技视觉(Vue3,NutUI3.0)</a>
* <a href="https://nutui.jd.com/jdl/#/cell" target="_blank">京东物流视觉(Vue2,NutUI2.0)</a>

## 使用案例

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

## 开发交流

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

## 参与共建

Expand Down
2 changes: 1 addition & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-taro",
"version": "4.0.12",
"version": "4.1.0",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down
37 changes: 37 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## v4.1.0

NutUI 非常感谢您对开源事业做出的贡献!
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu

`2023-07-14`

Features

- 新增 `@nutui/touch-emulator`
- 新增 `@nutui/playground`
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
- cell: 新增 box-shdow 样式变量 (#2382)
- calendar: 支持透传 Popup 属性 (#2410)
- address: 新增 round 属性 (#2411)

Bug Fixes

- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
- signature: 修复 Taro H5 getRect 方法异常
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
- imagepreview: replace var with const (#2423) @subordon
- uploader: 支持异步修改 file-list (#2421)
- textarea: docs 文档修改 (#2428) @aooiuu
- component class name typo (#2392) @yang1206
- fix case typo (#2429) @subordon

## v4.0.12

`2023-06-27`

* :bug: fix(build): 构建 Taro 包时关闭 minify,修复 WEAPP 找不到模板问题
* :bug: fix(image): 修复 iOS 下懒加载异常问题 #2376

## v4.0.11

`2023-06-26`
Expand Down
18 changes: 4 additions & 14 deletions publish/nutui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<img src="https://img.shields.io/github/issues-closed/jdf2e/nutui" alt="GitHub closed issues">
<img src="https://img.shields.io/github/commits-since/jdf2e/nutui/latest/v4" alt="GitHub commits since latest release (by date)">
<img src="https://img.shields.io/github/release-date/jdf2e/nutui" alt="GitHub Release Date">
<img src="https://data.jsdelivr.com/v1/package/npm/@nutui/nutui/badge" alt="jsdelivr">
</p>

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

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

## 主题

我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。

* <a href="https://nutui.jd.com/#/" target="_blank">京东APP视觉(Vue3,默认)</a>
* <a href="https://nutui.jd.com/h5/vue/4x/?jdb#/zh-CN/component/button" target="_blank">京东零售B商城主题(Vue3)</a>
* <a href="https://nutui.jd.com/h5/vue/4x/?jddkh#/zh-CN/component/button" target="_blank">京东企业业务主题(Vue3)</a>
* <a href="https://nutui.jd.com/jdt/#/zh-CN/guide/intro-jdt" target="_blank">京东科技视觉(Vue3,NutUI3.0)</a>
* <a href="https://nutui.jd.com/jdl/#/cell" target="_blank">京东物流视觉(Vue2,NutUI2.0)</a>

## 使用案例

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

## 开发交流

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

## 参与共建

Expand Down
2 changes: 1 addition & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "4.0.12",
"version": "4.1.0",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 6487229

Please sign in to comment.