Release History

By product

UI for NativeScript v1.0.0

March 29, 2016

Chart

NEW
  • Trackball support using trackball property
 
FIXED
  • Runtime updates of changed properties

Calendar

NEW
  • Possibility to change calendar transitions through transitionMode
  • Support for changing transition's direction using horizontalTransition
  • Support for inline and popover events through eventsViewMode
  • Support for custom styling of calendar in all view modes
  • Support for event color via eventColor property of CalendarEvent class
FIXED
  • Date selection binding issue

ListView

NEW
  • itemLoading event which is fired for each item that is being visualized in the viewport of the control
  • Support for Header and Footer exposed through itemHeaderTemplate and itemFooterTemplate
  • Support for Load on Demand item customization via loadOnDemandItemTemplate
  • reorderMode property for switching between HoldAndDrag and Drag reorder modes
  • selection indication for Android by default
FIXED
  • Issue with control not showing when Pull-to-Refresh is enabled
  • Issue with missing selection indicator on Android
  • Issue with list not refreshing when ObservableArray is used as a source and unshift is called at index 0
 
CHANGED
  • swipeCells is renamed to itemSwipe
  • cellReorder is renamed to itemReorder