Skip to content

Commit

Permalink
Merge branch 'v2' of https://github.com/jdf2e/nutui into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkaixuan committed Feb 12, 2020
2 parents bc6ef5c + e6aebc8 commit 7e08d26
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
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": "2.1.9",
"version": "2.2.0",
"description": "一套轻量级移动端Vue组件库",
"typings": "dist/types/index.d.ts",
"main": "dist/nutui.js",
Expand Down
2 changes: 1 addition & 1 deletion types/nutui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

0 comments on commit 7e08d26

Please sign in to comment.