Skip to content

Commit

Permalink
release: v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjingfubo committed Feb 24, 2023
1 parent 1a1bde2 commit 700d0b5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## v4.0.2

`2023-02-24`

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

* :zap: feat(list): 优化虚拟列表,支持不固定高度 #1658 #1382 @szg2008
* :zap: feat(uploader): 微信小程序支持上传视频文件、录制时长等功能 #2119 @richard1015
* :zap: feat(address): 地址组件新增功能 #2101 (#2113) @yangxiaolu1993
* :zap: feat(noticebar): 公告栏组件添加省略号功能 (#2114) @yangxiaolu1993
* :zap: feat: input 新增 blur 后清除按钮是否展示字段 @lkjh3214
* :bug: fix(tabs): change event emit bug #1884 @richard1015
* :bug: fix(shortpassword): theme-dark style optimization @Drjingfubo
* :bug: fix(form): modify validation rules @Drjingfubo
* :bug: fix(upload): repair type error @Drjingfubo
* :bug: fix(components): remove console @Drjingfubo
* :bug: fix(menu): 修复 menu 收起无动画效果 @Ymm0008
* :bug: fix(signature): signature优化 @Ymm0008
* :bug: fix(barrage): loop模式优化 @Ymm0008
* :bug: fix(input): 修复特殊场景下无法输入的问题 #2123 @eiinu
* 📖 docs(notify): update props table @eiinu
* 📖 docs(category): fix link of categoryData.js @eiinu
* 📖 docs: remove scoped in doc.taro.md@eiinu
* 📖 docs(category): update demo code @eiinu
* 📖 docs(swiper): taro docs del scoped style @eiinu
* 📖 docs(inputnumber): modify slot name @Drjingfubo






## v4.0.1

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

0 comments on commit 700d0b5

Please sign in to comment.