浏览代码

release: v3.3.1

richard1015 3 年之前
父节点
当前提交
1bd3de859e
共有 2 个文件被更改,包括 17 次插入2 次删除
  1. 15 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 15 - 0
CHANGELOG.md

@@ -1,3 +1,18 @@
+## v3.3.1
+
+`2022-12-16`
+
+小程序版本依赖 Taro ^3.5.6
+
+* :zap: feat(imagepreview、infiniteloading、tabs、tabbar): 优化内部逻辑 @nutui-team
+* :zap: feat(picker): 新增 showOkText、showCancelText (#1933) @yangxiaolu1993
+* :bug: fix(price): add new props strike-through (#1934)(#1907) @Drjingfubo
+* :bug: fix(tabs): taro env sticky tips bug #1889 @richard1015
+* :bug: fix(price): taro h5 style problem (#1944)  @Drjingfubo
+* :bug: fix(menu): 修正自定义图标文档错误 、设置class-prefix不生效问题 (#1942) @yangjinjun3
+* :bug: fix: range 组件Taro H5修改 (#1915) @lkjh3214
+
+
 ## v3.3.0
 
 `2022-12-02`

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "3.3.0",
+  "version": "3.3.1",
   "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
   "main": "dist/nutui.umd.js",
   "module": "dist/nutui.es.js",
@@ -74,7 +74,6 @@
     }
   },
   "dependencies": {
-    "@tarojs/components": "3.5.6",
     "consola": "2.15.3",
     "sass": "^1.50.0",
     "vscode": "^1.1.37",
@@ -84,6 +83,7 @@
     "@commitlint/cli": "^10.0.0",
     "@commitlint/config-conventional": "^10.0.0",
     "@tarojs/taro": "3.5.6",
+    "@tarojs/components": "3.5.6",
     "@types/jest": "^26.0.22",
     "@types/node": "^17.0.16",
     "@typescript-eslint/eslint-plugin": "^4.20.0",