Release History

By product

Q1 2012

March 22, 2012

Application

NEW
  • Added: Application enhances form elements in listview
CHANGED
  • Changed: Application viewInit/viewShow events are no longer supported, in favor of view/layout specific events

Button

FIXED Fixed: Buttons multitouch issue in Android

Framework Constructs

NEW
  • Added: BlackBerry platform support
  • Added: Platform-specific layouts
  • Added: Data attributes for events/templates/data source
  • Added: Support for multi-size application icons (iOS and Android)
  • Added: New View/Layout events (view and show), bound through data attributes
  • Added: Application loading display when loading remote views
  • Added: Declarative dataSource/event handlers support method accessors (i.e. data-click="foo.bar"; data-sorce="foo.bar")
  • Added: Mobile Views MVVM integration via data-model option
  • Improved: Major Scroller performance optimizations
  • Improved: Styling in horizontal mode
FIXED
  • Fixed: Blank page state should no longer appear
  • Fixed: Several scroller bugs
  • Fixed: iOS PhoneGap now properly detected

ListView

NEW
  • Added: Pull-to-refresh feature (appending more items on demand via swipe gesture)
  • Added: Items are highlighted on press
CHANGED
  • Changed: buttonName event parameter is no longer supported

Scroller

ScrollView

NEW
  • Added: scrollTo method
  • Improvement: ScrollView supports pages that automatically scale to the screen width
  • Improvement: ScrollView locks scrolling in horizontal only mode

TabStrip

NEW
  • Improvement: TabStrip select event can be canceled to prevent navigation
CHANGED
  • Changed: Tabstrip widget name is modified to TabStrip (letter casing change)