Browse Source

upd: 2.2.11

richard1015 5 years ago
parent
commit
593d7d78a6
2 changed files with 11 additions and 2 deletions
  1. 9 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+## 2.2.11
+
+`2020-09-27`
+ 
+* :sparkles: feat(collapse):新增折叠面板组件 @Ymm0008
+* :sparkles: feat(numberkeyboard):新增数字键盘组件 @Ymm0008
+* :sparkles: feat(luckycard):新增刮奖组件 @guoxiao158
+* :bug: fix(drag):修复 drag 拖动边界和自定义位置冲突的问题 @zy19940510 
+
 ## 2.2.10
 
 `2020-08-21`

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "2.2.10",
+  "version": "2.2.11",
   "description": "一套轻量级移动端Vue组件库",
   "typings": "dist/types/index.d.ts",
   "main": "dist/nutui.js",
@@ -65,7 +65,7 @@
   "devDependencies": {
     "@babel/plugin-syntax-dynamic-import": "^7.8.3",
     "@babel/plugin-transform-object-assign": "^7.8.3",
-    "@nutui/cli": "^0.3.8",
+    "@nutui/cli": "^0.3.9",
     "@typescript-eslint/eslint-plugin": "^2.16.0",
     "@typescript-eslint/parser": "^2.16.0",
     "babel-plugin-transform-object-rest-spread": "^6.26.0",