From 005cc91a24ce4801b879135b7baeeba46bb82873 Mon Sep 17 00:00:00 2001 From: IjzerenHein Date: Wed, 19 Nov 2014 16:19:17 +0100 Subject: [PATCH] Bump to v0.1.1 (many performance improvements + fixes + preliminary pull to refresh support) --- README.md | 2 +- bower.json | 4 ++-- package.json | 4 ++-- src/ScrollController.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 76f9e80..2bd067d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ famous-flex ========== -Flexible and scrollable layout-controller for famo.us. +Flexible scrollview and layout-controller for famo.us. ![Screenshot](screenshot.gif) diff --git a/bower.json b/bower.json index 2985f01..db43940 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "famous-flex", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/IjzerenHein/famous-flex", "repository": { "type": "git", @@ -9,7 +9,7 @@ "authors": [ "Hein Rutjes " ], - "description": "Flexible and scrollable layout-controller for famo.us", + "description": "Flexible scrollview and layout-controller for famo.us", "keywords": [ "famo.us", "famous", diff --git a/package.json b/package.json index a4b1503..8f64896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famous-flex", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/IjzerenHein/famous-flex", "repository": { "type": "git", @@ -16,7 +16,7 @@ "author": { "name": "Hein Rutjes " }, - "description": "Flexible and scrollable layout-controller for famo.us", + "description": "Flexible scrollview and layout-controller for famo.us", "keywords": [ "famo.us", "famous", diff --git a/src/ScrollController.js b/src/ScrollController.js index 9d87661..9190359 100644 --- a/src/ScrollController.js +++ b/src/ScrollController.js @@ -223,7 +223,7 @@ define(function(require, exports, module) { layoutAll: false, // set to true is you want all renderables layed out/rendered alwaysLayout: false, // set to true to always call the layout function scrollCallback: undefined, //function(offset, force) - extraBoundsSpace: [1, 1], + extraBoundsSpace: [100, 100], debug: false };