Skip to content

Commit

Permalink
# 0.3.1 / 2015/5/20
Browse files Browse the repository at this point in the history
- 修改change and afterChange 默认参数
- 修复阻止touch事件的默认行为的bug
- add file meta
- 提升性能
  • Loading branch information
yanhaijing committed May 20, 2015
1 parent 0066c0d commit 7b74788
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.1 / 2015/5/20
- 修改change and afterChange 默认参数
- 修复阻止touch事件的默认行为的bug
- add file meta
- 提升性能

# 0.3.0 / 2015.05.05
- 添加水平切换功能
- 提升性能
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zepto.fullpage [![release](https://img.shields.io/badge/release-v0.3.0-orange.svg)](https://github.com/yanhaijing/zepto.fullpage/releases/tag/v0.3.0) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yanhaijing/zepto.fullpage/blob/master/MIT-LICENSE.txt)
zepto.fullpage [![release](https://img.shields.io/badge/release-v0.3.1-orange.svg)](https://github.com/yanhaijing/zepto.fullpage/releases/tag/v0.3.1) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yanhaijing/zepto.fullpage/blob/master/MIT-LICENSE.txt)
==============

专注于移动端的fullPage.js,依赖Zepto。
Expand Down Expand Up @@ -74,8 +74,8 @@ zepto.fullpage [![release](https://img.shields.io/badge/release-v0.3.0-orange.sv
[更新日志](CHANGELOG.md)

## TODO
- 横向滚屏 v0.3.0
- 循环滚动 v0.2.0
- 横向滚屏 v0.3.0 [x]
- 循环滚动 v0.2.0 [x]

## 谁在使用
**注:如果您也在使用,欢迎[反馈给我](https://github.com/yanhaijing/zepto.fullpage/issues/9)**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zepto.fullpage",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/yanhaijing/zepto.fullpage",
"authors": [
"yanhaijing <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions src/zepto.fullpage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* zepto.fullpage.js v0.3.0 (https://github.com/yanhaijing/zepto.fullpage)
* zepto.fullpage.js v0.3.1 (https://github.com/yanhaijing/zepto.fullpage)
* API https://github.com/yanhaijing/zepto.fullpage/blob/master/doc/api.md
* Copyright 2014 yanhaijing. All Rights Reserved
* Licensed under MIT (https://github.com/yanhaijing/zepto.fullpage/blob/master/LICENSE)
Expand Down Expand Up @@ -198,7 +198,7 @@
}
return this;
};
$.fn.fullpage.version = '0.3.0';
$.fn.fullpage.version = '0.3.1';
//暴露方法
$.each(['update', 'moveTo', 'moveNext', 'movePrev', 'start', 'stop'], function(key, val) {
$.fn.fullpage[val] = function() {
Expand Down

0 comments on commit 7b74788

Please sign in to comment.