浏览代码

Merge branch 'v2' of https://github.com/jdf2e/nutui into v2

yangkaixuan 5 年之前
父节点
当前提交
7e08d262be
共有 3 个文件被更改,包括 14 次插入2 次删除
  1. 12 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 1 1
      types/nutui.d.ts

+ 12 - 0
CHANGELOG.md

@@ -1,3 +1,15 @@
+## 2.2.0
+
+`2020-02-12`
+
+* :sparkles: feat(TabSelect):新增TabSelect组件送货时间 @dushoujun
+* :sparkles: feat(LeftSlip):新增LeftSlip组件 @vickyYE
+* :sparkles: feat(Scroller):组件新增滚动到指定位置事件 @irisSong
+* :bug: fix(datepicker) 部分手机样式不兼容 #191 @irisSong
+* :bug: fix(datepicker) 将手机字体调大后放大镜效果错乱 #193 @irisSong
+* :bug: fix(InfiniteLoading) keep-alive 场景scoll事件未卸载 #199 @irisSong
+* :bug: fix(popup):修复无法按需加载、文档文案错误 @yangkaixuan
+
 ## 2.1.9
 
 `2020-01-09`

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@nutui/nutui",
-    "version": "2.1.9",
+    "version": "2.2.0",
     "description": "一套轻量级移动端Vue组件库",
     "typings": "dist/types/index.d.ts",
     "main": "dist/nutui.js",

+ 1 - 1
types/nutui.d.ts

@@ -64,7 +64,7 @@ export declare class Avatar extends UIComponent {}
 export declare class Infiniteloading extends UIComponent {}
 export declare class Lazyload extends UIComponent {}
 export declare class Elevator extends UIComponent {}
-export declare class SlipesideBotdeslip extends UIComponent {}
+export declare class LeftSlip extends UIComponent {}
 export declare class TabSelect extends UIComponent {}
 export declare class Popup extends UIComponent {}