This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
v0.1.4
New features:
- Added
.swap
function for swapping two renderables - Added
ensureVisible
function to ensure that a renderable is full visible - Added
scroll
event which is emitted for every render-cycle that the view is scrolled - Added
pagechage
event which is emitted when the visible page changes - Added
reflowOnResize
option to prevent reflowing while resizing - Added
container
option for specifying customer container options whenuseContainer
is enabled - Added events-section to the FlexScrollView tutorial
Improvements:
- Various minor performance improvements to reduce DOM activity
- Use of browsify shims (global-no-famous.template.js)
- Also pipe events to the
_eventOutput
whenautoPipeEvents
is enabled
Fixes:
- Fixed
ScrollController.getSpec
which threw an exception - Fixed unintentional scrolling when inserting before the top-most item
- Fixed touch-gesture scrolling issues when both
autoPipeEvents
anduseContainer
were enabled - Fixed size of true-size renderables which was not always updated in some cases
- Fixed no redraw occurring after changing the
alignment
option