Browse Source

release: 3.1.9

richard1015 4 years ago
parent
commit
b215dc2b6c
2 changed files with 19 additions and 1 deletions
  1. 17 0
      CHANGELOG.md
  2. 2 1
      package.json

+ 17 - 0
CHANGELOG.md

@@ -1,3 +1,20 @@
+## v3.1.8~9
+
+`2021-10-17`
+
+* :zap: feat: 新增 timeselect 配送时间组件 @szg2008
+* :zap: feat: 新增 tabs 选项卡组件 @richard1015
+* :zap: feat(swipe): add props prevent-default、stop-propagation @richard1015
+* :zap: feat(uploader): add props auto-upload 支持手动上传 #688 @richard1015
+* :zap: upd(popover): 位置计算逻辑优化 (#710) @liqiong-lab
+* :bug: fix(overlay): modify overlay background style @szg2008
+* :bug: fix(popup): taro env touchmove content disable @richard1015
+* :bug: fix: child component taro export bug #707  @Ymm0008
+* :bug: fix(address): 组件红线位置错乱问题 (#732) @yangxiaolu1993
+* :bug: fix(address & elevator): remove pinyin dependence & 支持cdn使用 @szg2008
+* :zap: upd(elevator): add name props support html #691 @szg2008
+* :zap: upd: create 函数添加 ts 类型 (#704) @qqjay2017
+* :zap: 官网优化(文章时间分类、贡献者指南、FAQ常见问题模块) @richard1015 @Drjingfubo @lzzwoniu
 
 ## v3.1.7
 

+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "3.1.8",
+  "version": "3.1.9",
   "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
   "main": "dist/nutui.umd.js",
   "module": "dist/nutui.es.js",
@@ -46,6 +46,7 @@
     "serve": "vite preview",
     "upload": "yarn build:site:oss && node ./jd/upload.js",
     "add": "node jd/createComponentMode.js",
+    "publish:beta": "npm publish --tag=beta",
     "publish:next": "npm publish --tag=next",
     "publish:taro": "npm publish",
     "generate:file": "node jd/generate-nutui.js",