* 修复index的bug ,见 #11
* 增加 `autoplayDisableOnInteraction` 选项, 如果设置为true,那么在用户滑动的时候停止自动播放,滑动之后重新自动播放
* 在Swiper dispose的时候不调用Controller的dispose.
* `TINDER` 和 `STACK` 这两种布局方式实现垂直滚动, #9
* viewportFraction<1.0增加fade参数
* 修复一些错别字,感谢[csharad](https://github.com/csharad)
* 支持布局方式(CUSTOM),你可以定制你自己的布局
* 增加布局方式( DEFAULT,STACK,TINDER )
* 可以将分页指示器放在容器外面
* 新增中文文档
* 更新依赖包:infinity_page_view 版本到 1.0.0
* The default color of pagination is ThemeData.scaffoldBackgroundColor and ThemeData.primaryColor
* The default color of control buttons is ThemeData.primaryColor and ThemeData.disabledColor
* The alignment of pagination is Alignment.bottomCenter by default when scrollDirection== Axis.horizontal, Alignment.centerRight by default when scrollDirection== Axis.vertical
* Change default value of `autoplay` to false
* Update README
* Support none loop mode
* Add more examples
* Autoplay
* Plugins support
* Examples
* Infinite loop
* Control buttons
* Pagination
* Custom control buttons
* Custom pagination
* Controler