Release History

By product

Q2 2012 SP1

September 14, 2012

ActionSheet

FIXED
  • Fixed: ActionSheet does not resize on orientation change
  • Fixed: ActionSheet expands on each open if inset listview is inside it

Application

NEW
  • Improved: Application without views raises meaningful error

Button

FIXED
  • Fixed: Focusing input and clicking a button does not hide the keyboard (iOS)
  • Fixed: Button navigation fires a ghost click on the next view

Framework Constructs

FIXED
  • Fixed: Multiple kendo.init kendo.bind calls do not unbind previous event handlers
  • Fixed: Widgets in remote layouts do not bind to declarative events
  • Fixed: Swipe events capturing does not break scrolling
  • Fixed: Pane navigates twice if back button is clicked

ListView

NEW
  • Added: stopLoadMore method, which stops "load more" functionality
  • Added: stopEndlessScroll method, which stops endless scrolling functionality
  • Added: "Load more" stops after the total of the DataSource is hit
  • Added: "Endless scrolling" stops after the total of the DataSource is hit
  • Improved: Widget nested in other ListView do not set/remove inset style of the View's content
FIXED
  • Fixed: ListView link item styling is lost when an item is changed in the view model
  • Fixed: Checkboxes in a mobile list view do not update the view-model
  • Fixed: ListView renders item uids correctly after an initial empty datasource
  • Fixed: Potential retina performance issues

ModalView

NEW
  • Improved: ModalView does not re-center after an orientation change
  • Improved: Allow ModalView to be initialized without a View container
  • Changed: ModalView element should be direct descendant of application element

NavBar

FIXED
  • Fixed: Button visibility controls the NavBar visibility

Scroller

NEW
  • Improved: Pull-to-refresh works when the contents are shorter than the viewport
FIXED
  • Fixed: Scroller prevents underlying ScrollView from scrolling

ScrollView

FIXED
  • Fixed: ScrollView on page does not affect page scroller
  • Fixed: Scroller prevents underlying ScrollView from scrolling

TabStrip

NEW
  • Added: Support for clearing active item