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

Commit

Permalink
Bump to v0.1.1 (many performance improvements + fixes + preliminary p…
Browse files Browse the repository at this point in the history
…ull to refresh support)
  • Loading branch information
IjzerenHein committed Nov 19, 2014
1 parent 554ace2 commit 005cc91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,7 +9,7 @@
"authors": [
"Hein Rutjes <[email protected]>"
],
"description": "Flexible and scrollable layout-controller for famo.us",
"description": "Flexible scrollview and layout-controller for famo.us",
"keywords": [
"famo.us",
"famous",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +16,7 @@
"author": {
"name": "Hein Rutjes <[email protected]>"
},
"description": "Flexible and scrollable layout-controller for famo.us",
"description": "Flexible scrollview and layout-controller for famo.us",
"keywords": [
"famo.us",
"famous",
Expand Down
2 changes: 1 addition & 1 deletion src/ScrollController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 005cc91

Please sign in to comment.