You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)