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

v0.1.4

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 29 Dec 14:30
· 276 commits to master since this release

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 when useContainer 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 when autoPipeEvents 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 and useContainer 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