Skip to content

2.2 Changes

Jason Best edited this page May 6, 2013 · 5 revisions

2.2 Changes

General

  • Added onTitleClick handler for the main toolbar
  • Added ability to set the search term/text on a list via setSearchTerm(value)
  • Added ability to fire the search on a list via seach()
  • Added Snap.js to libraries (https://github.com/jakiestfu/Snap.js/)
  • Added Overthrow to libraries (https://github.com/filamentgroup/Overthrow)
  • List views now load more data when scrolling reaches the bottom
  • This is configurable via a "continuousScrolling" property (defaults to true)
  • List views now scroll in a div (Overthrow is used as a polyfill for older devices that do not support overflow: auto in div elements)
  • A view's dom node is no longer placed directly in the document body. A new div with the id "viewContainer" has been created to place all views and toolbars
  • A new div with a class of "drawers" has been created to hold snap.js drawers/menus
  • The drawers div has two children (left-drawer and right-drawer)

Clone this wiki locally