- Android L transitions are supported by default
- Topbar UI uses the material design theme
- app-icon is no longer supported
- Dialogs have a new unified theme across OS's, no longer support custom choice responses
- App.queue, built-in animation queue
- Bugfixes
- Fix for iOS 8 page styles
- Hack to fix Android L touch event propagation bug
- Update Clickable.js, fixes Android L button bugs
- Button downstate fix for Samsung devices
- App.noConflict, allow for other global dependencies named "App"
- iOS 7+ drag transitions for fixed topbars
- Hack to fix opacity transitions on Android 4.4.4
- Major rewrite of system
- iOS 7 styles, transitions
- iOS 7 swipe back gesture
- Infinite scroll
- New dialogs
- New theme and colour-schemes
- Performance improvements
- Bugfixes
- Update Scrollable.js
- New glide transition
- App.getDefaultTransition, get default transition used for page navigation
- App.getReverseTransition, find reciprocal of default transition
- Bugfix for reverse transition setting
- appLayout event to allow for custom code on required re-renders
- Bugfix for content sizing on keyboard actions
- Restore scroll position of all elements on back navigations
- Nicer fade transition for fallback devices
- Better default transitions per OS version
- Close dialog (if open) on App.back
- Bugfix for restoring scroll position
- Bugfix for content sizing on orientation changes
- Bugfix for touch interaction during page navigation
- Bugfix for navigation queue processing
- appBack/appForward events for page navigation
- App.getStack, fetch current navigation stack of pages
- Stability fix for App.restore