Skip to content

Commit

Permalink
Showing 6 changed files with 51 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.0.7

`2023-05-12`

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq

* :zap: feat(animate): add duration property (#2280)
* :zap: feat(button): add formType for Taro H5 (#2288)
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
* :bug: fix(tabs): tab-title active font-weight #2268
* :bug: fix(sidenavbar): style of async data (#2279)
* :bug: fix(addressList): failed to emit click-item (#2281)
* :bug: fix(form): reset min-width style for label-width (#2282)
* :bug: fix(tour): remove mask after close (#2283)

## v4.0.6

`2023-04-21`
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.6",
"version": "4.0.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
16 changes: 16 additions & 0 deletions publish/nutui-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.0.7

`2023-05-12`

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq

* :zap: feat(animate): add duration property (#2280)
* :zap: feat(button): add formType for Taro H5 (#2288)
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
* :bug: fix(tabs): tab-title active font-weight #2268
* :bug: fix(sidenavbar): style of async data (#2279)
* :bug: fix(addressList): failed to emit click-item (#2281)
* :bug: fix(form): reset min-width style for label-width (#2282)
* :bug: fix(tour): remove mask after close (#2283)

## v4.0.6

`2023-04-21`
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.6",
"version": "4.0.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
16 changes: 16 additions & 0 deletions publish/nutui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v4.0.7

`2023-05-12`

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq

* :zap: feat(animate): add duration property (#2280)
* :zap: feat(button): add formType for Taro H5 (#2288)
* :bug: fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258)
* :bug: fix(tabs): tab-title active font-weight #2268
* :bug: fix(sidenavbar): style of async data (#2279)
* :bug: fix(addressList): failed to emit click-item (#2281)
* :bug: fix(form): reset min-width style for label-width (#2282)
* :bug: fix(tour): remove mask after close (#2283)

## v4.0.6

`2023-04-21`
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.6",
"version": "4.0.7",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",

0 comments on commit 372af67

Please sign in to comment.