Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Update version to 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chasewoo committed Nov 5, 2017
1 parent e3871cd commit 9b68c04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.7.3

### /suites/carousel/carousel

* 【新增】循环轮播方法 this.refs.carousel.autoplay(true)
* 【新增】修改 item 长度的方法 this.refs.carousel.setLength(3)
* 【新增】setIndex, nextIndex, prevIndex 三个方案
* 【新增】点击 carousel 时,实现左右切换

## 2.7.2

### /suites/image/image
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": "vue-human",
"version": "2.7.2",
"version": "2.7.3",
"description": "Vue Human is designed for high quality user experience. It has rich interactive and animation component. Inspired by iOS Human Interface Guidelines",
"author": "ChaselWu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9b68c04

Please sign in to comment.