Release History

By product

UI for NativeScript v1.3.1

August 14, 2016

Calendar

FIXED
  • The displayDate property was not applicable from xml
  • The viewMode property was not properly updated
  • The navigatedToDate event was not always called

SideDrawer

NEW
  • The control can now appear over the action and status bars on iOS and Android
FIXED
  • An issue where using ‚router-outlet’ (child routes) was not working when placed inside ‚tkMainContent’
  • In Angular 2 placing RadListView's inside the control no longer breaks the attached RadListView's event handlers and finctionality
CHANGED
  • The Angular 2 custom RadChart directives have gone through a makeover and have been renamed. Now all nativescript-telerik-ui Angular 2 inline directives all share the ‚tk’ prefix, more details about the custom directives can be found here. Here are the changes:
    • drawerMain -> tkMainContent
    • drawerSide -> tkDrawerContent

Chart

NEW
  • Full Angular 2 support
CHANGED
  • The Angular 2 custom RadChart directives have gone through a makeover and have been renamed. Now all nativescript-telerik-ui Angular 2 inline directives all share the ‚tk’ prefix, more details about the custom directives can be found here. Here are the changes:
    • cartesianSeries -> tkCartesianSeries
    • pieSeries -> tkPieSeries
    • cartesianGrid -> tkCartesianGrid
    • cartesianPalette -> tkCartesianPalette
    • cartesianHorizontalAxis -> tkCartesianHorizontalAxis
    • cartesianVerticalAxis -> tkCartesianVerticalAxis
    • pieLegend -> tkPieLegend
    • cartesianLegend -> tkCartesianLegend
    • cartesianTrackball -> tkCartesianTrackball
    • cartesianAnnotations -> tkCartesianAnnotations
    • pieLabelStyle -> tkPieLabelStyle
    • donutLabelStyle -> tkDonutLabelStyle
    • lineLabelStyle -> tkLineLabelStyle
    • barLabelStyle -> tkBarLabelStyle
    • rangeBarLabelStyle -> tkRangeBarLabelStyle
    • areaLabelStyle -> tkAreaLabelStyle
    • splineLabelStyle -> tkSplineLabelStyle
    • splineAreaLabelStyle -> tkSplineAreaLabelStyle
    • bubbleLabelStyle -> tkBubbleLabelStyle
    • scatterBubbleLabelStyle -> tkScatterBubbleLabelStyle
    • candlestickLabelStyle -> tkCandlestickLabelStyle
    • ohlcLabelStyle -> tkOhlcLabelStyle
    • scatterLabelStyle -> tkScatterLabelStyle
    • cartesianPaletteEntry -> tkCartesianPaletteEntry

ListView

NEW
  • Support for ListViewLinearLayout in Angular 2
  • Support for ListViewGridLayout in Angular 2
  • Support for ListViewStaggeredLayout in Angular 2
  • Support for ReorderHandle in Angular 2
FIXED
  • A discrepancy between the behaviors of swipe-to-execute on Android and iOS
CHANGED
  • The Angular 2 custom RadListView directives have gone through a makeover and have been renamed. Now all nativescript-telerik-ui Angular 2 inline directives all share the ‚tk’ prefix, more details about the custom directives can be found here. Here are the changes:
    • listItemTemplate -> tkListItemTemplate
    • listViewHeader -> tkListViewHeader
    • listViewFooter -> tkListViewFooter
    • listItemSwipeTemplate -> tkListItemSwipeTemplate
    • listLoadOnDemandTemplate -> tkListLoadOnDemandTemplate
    • radListViewLayout -> tkListViewLayout