Sencha Touch Changelog

What's new in Sencha Touch 2.3.0

Oct 2, 2013
  • An iOS7-friendly theme, as well as an exclusive Touch Grid for our product bundles (Sencha Complete and Sencha Touch Bundle).
  • Sencha Touch 2.3 includes 3 new themes: Cupertino (themed for iOS7), Cupertino Classic (themed for iOS6.x and below), Mountain View (themed for Android), and enhancements to other themes (including BlackBerry 10 upgrades).
  • Sencha Touch 2.3 also integrates Cordova to enable access to more device features, and includes other enhancements.
  • The release of these features takes mobile app development with Sencha frameworks to a whole new level, especially for data-rich applications that access device features.

New in Sencha Touch 0.98 Beta (Oct 28, 2010)

  • A completely revamped Scroller:
  • Best performance ever seen across all iOS and Android devices
  • 'scroll' event now always fires even during momentum animation
  • Fast and consistent scrollTo / snapping animation as seen in Picker
  • Fully independent and customizable animation algorithms
  • Improved form fields:
  • Better focusing, fields inside a scroller should now be adjusted automatically to be within the viewable area
  • Tapping on labels no longer triggers focus events on the inputs to prevent common accidental scenarios
  • Checkboxes and radios will now respond instantly on tap instead of relying on the infamous delayed click event on mobile Webkit
  • Improved Slider responsiveness with better sliding animation
  • Touching on a letter on list's IndexBar should now make the list scroll to the coresponding group instantly without requiring a touchmove
  • Draggable revert animation should now work consistently on Android as well
  • Kiva example updated to use best practices for application structure
  • Twitter example updated to use best practices for application structure
  • Twitter example now features swipe-to-delete
  • New Model instances no longer marked dirty incorrectly (bug #114)
  • Ext.data.Operation instances are correctly marked successful after loading (bug #361)
  • Added validation and error classes to the build (bugs #420, #435 and #438)
  • Added simple Store paging functions - loadPage, nextPage and previousPage
  • AJAX requests no longer require json data to be in array format to correctly set the Content-type header (bug #390)
  • General improvements to data package documentation