From 6cccfbf6d4d1208e67378a49e3331e17e4490d79 Mon Sep 17 00:00:00 2001 From: yanhaijing Date: Tue, 26 Jan 2016 14:10:38 +0800 Subject: [PATCH] =?UTF-8?q?#=200.5.0=20/=202016/1/26=20-=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0holdTouch/unholdTouch=20=E6=96=B9=E6=B3=95=20-=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9start/stop=20=E6=96=B9=E6=B3=95=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91=20-=20=E6=B7=BB=E5=8A=A0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20animations.css=20=E7=9A=84demo=20-=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=A3=B0=E9=9F=B3=E7=9A=84demo=20-=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E7=A7=8D=E5=B0=8F=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ bower.json | 2 +- src/js.fullpage.js | 2 +- src/zepto.fullpage.js | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265acde..8109ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.5.0 / 2016/1/26 +- 添加holdTouch/unholdTouch 方法 +- 修改start/stop 方法的逻辑 +- 添加使用 animations.css 的demo +- 添加播放声音的demo +- 添加一种小屏幕解决方案 + # 0.4.0 / 2016/1/23 - 使用translate3d硬件加速 - 首尾屏添加拖动阻力 diff --git a/bower.json b/bower.json index b0e5234..7f74153 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "zepto.fullpage", - "version": "0.4.0", + "version": "0.5.0", "homepage": "https://github.com/yanhaijing/zepto.fullpage", "authors": [ "yanhaijing " diff --git a/src/js.fullpage.js b/src/js.fullpage.js index 39af548..a9f0743 100644 --- a/src/js.fullpage.js +++ b/src/js.fullpage.js @@ -1,5 +1,5 @@ /*! - * zepto.fullpage.js v0.4.0 (https://github.com/yanhaijing/zepto.fullpage) + * zepto.fullpage.js v0.5.0 (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) diff --git a/src/zepto.fullpage.js b/src/zepto.fullpage.js index 42b8371..36bbcd7 100644 --- a/src/zepto.fullpage.js +++ b/src/zepto.fullpage.js @@ -1,5 +1,5 @@ /*! - * zepto.fullpage.js v0.4.0 (https://github.com/yanhaijing/zepto.fullpage) + * zepto.fullpage.js v0.5.0 (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) @@ -228,7 +228,7 @@ } return this; }; - $.fn.fullpage.version = '0.4.0'; + $.fn.fullpage.version = '0.5.0'; //暴露方法 $.each(['update', 'moveTo', 'moveNext', 'movePrev', 'start', 'stop', 'getCurIndex', 'holdTouch', 'unholdTouch'], function(key, val) { $.fn.fullpage[val] = function() {