Kendo UI

Release History

jQuery Release History

Kendo UI® 2013.2716

July 17, 2013

Kendo UI Web

Framework Constructs

What’s New

  • Added: Flat UI Theme
  • Added: Init method added to classes that didn't inherit one in the TypeScript definitions
  • Added: TypeScript 0.9 compatibility

What’s Fixed

  • Fixed: An exception is thrown when kendo scripts are loaded in IE modal dialog.
  • Fixed: {wrap: false} not working for kendo.View
  • Fixed: zoomLevel is incorrectly detected in iframe in IE10
  • Fixed: Popup does not position correctly in IE10 when in iframe
  • Fixed: Opacity not working with kendo.fx fade effect
  • Fixed: (Android) Styling broken after theme switch

 

DataSource

What's New

  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case

What's Fixed

  • Fixed: Incorrect number of change events are raised when data is substituted via the data method and the old array is modified

 

Globalization

What’s New

  • Added: Strip literal symbols from custom numeric format

 

HierarchicalDataSource

What's Fixed

  • Fixed: JS error when removing root-level items to HierarchicalDataSource nested in a kendo.observable object

 

MVVM

What’s New

  • Added: The value binding uses a primitive value (the value of the data-value-field) instead of the current data item when data-value-primitive attribute is set to true

What’s Fixed

  • Fixed: Avoid triggering multiple change events for nested observable objects

 

SPA

What's New

  • Added: View's destroy method should destroy all children widgets

 

Validator

What's New

  • Added: Performance optimizations for IE8 when validating multiple input elements

 

New UI Widgets

Scheduler

 

UI Widgets Features and Updates

Calendar

What’s Fixed

  • Fixed: Setting min/max value does not re-render view when custom template is defined

 

ColorPicker

What’s Fixed

  • Fixed: Color pickers gain 1px height when expanded

 

ComboBox

What’s New

  • Added: Support for HTML5 form attribute

What’s Fixed

  • Fixed: Selected option is not added to the selected item
  • Fixed: ComboBox does not cascade when its value is 0
  • Fixed: Filtering triggered on Shift key press

 

Date/Time Pickers

What’s New

  • Added: Support for HTML 5 form attribute

 

DropDownList

What’s New

  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: Selected option is not added to the selected item
  • Fixed: DropDownList does not cascade when its value is 0
  • Fixed: The third cascaded DropDownList is enabled after selecting a value from the first dropdown list

 

Editor

What’s New

  • Added: Initialization from div[contentEditable]
  • Added: Paste from Word improvements
  • Added: Table editing tools
  • Added: Floating toolbar
  • Added: Grouping of toolbar buttons
  • Added: Allow customization of color picker tools' palettes
  • Added: Support for emails in the hyperlink dialog
  • Added: Context-aware items in styles tool
  • Added: Convert Unicode characters to entities
  • Improved: Layout and styling of ImageBrowser dialog

What’s Fixed

  • Fixed: Selected font-family is not persisted when going to new paragraphs
  • Fixed: InsertHTML command does not persist selection in old IEs
  • Fixed: JS error when inserting paragraph before image in IE8
  • Fixed: destroy method is slow in a large DOM
  • Fixed: Editor is not working if nested in Window that is moved in the DOM
  • Fixed: The position cannot be set after an image if there is no text (in older versions of IE)

 

Grid

What’s New

  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case

What’s Fixed

  • Fixed: AntiXssEncoder in the web.config may cause parse errors in the Kendo UI MVC Grid client column templates
  • Fixed: Enter key should be pressed twice in batch edit mode in navigatable Grid, when consecutive rows are added
  • Fixed: Changed cell's red triangle indicator is not positioned properly when the cell is empty
  • Fixed: Filter menu dropdown lists icons are broken in IE7
  • Fixed: MultiSelect blurs on mousedown when grid keyboard navigation is enabled
  • Fixed: Grid Grouping drag n drop does not work correctly in RTL mode
  • Fixed: Cannot change the page when editing cell in IE9
  • Fixed: When you define className option for the destroy command the default class is not included
  • Fixed: Hovered sort arrow disappears in Metro theme

 

ListView

What’s Fixed

  • Fixed: Navigatable, selectable ListView throws an error when removing the items and adding a new one

 

Menu

What’s Fixed

  • Fixed: Link ending with sharp doesn't navigate
  • Fixed: Menu doesn't open on second item tap in a touch-enabled browser

 

MultiSelect

What’s New

  • Added: Load data on open when autoBind option is false and initial values are set
  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: MultiSelect sets new observable array instead of modifying the existing one

 

NumericTextBox

What’s New

  • Added: Support for HTML 5 form attribute

What’s Fixed

  • Fixed: JavaScript exception is thrown on focus when group separator is empty string
  • Fixed: NumericTextBox allows to paste negative values in the middle of text
  • Fixed: Correct decimal separator is not shown if current culture is different than en-US

 

Slider

What’s Fixed

  • Fixed: Drag and Drop handle stops being draggable after several clicks

 

Splitter

What’s Fixed

  • Fixed: Splitter pane expand/collapse stops working after calling trigger("resize")
  • Fixed: Splitter does not ignore script tags used as pane siblings
  • Fixed: Inherited splitters do not bind to parent splitter resize events

 

Tooltip

What’s Fixed

  • Fixed: Tooltip callout is not positioned correctly in IE in some scenarios

 

TreeView

What’s New

  • Added: Improved performance of template rendering
  • Added: Allow manual update of indeterminate checkboxes through the updateIndeterminate method

What’s Fixed

  • Fixed: Keyboard support does not go past leaf nodes with set expanded flag
  • Fixed: JS error when adding root-level items to HierarchicalDataSource nested in a kendo.observable object
  • Fixed: CheckChildren: true triggers JS error when checking node without child checkboxes in sparse checkbox tree
  • Fixed: Server URLs are not processed when serializing items as datasource
  • Fixed: Initialization from arbitrary HTML elements yields a static tree

 

Upload

What’s Fixed

  • Added: Templates for the files in the list
  • Added: Rendering of initial files

What’s Fixed

  • Fixed: Firefox 20+ can throw an error during asynchronous upload
  • Fixed: Focus state not clearly indicated

 

Window

What’s Fixed

  • Fixed: The content configuration option cannot be declaratively bound
  • Fixed: Calling open on a closing window during animation leaves it in an invalid state
  • Fixed: Hitting escape during close animation triggers another close sequence

 

Kendo UI DataViz

Framework Constructs

What’s New

  • Added: Canvas rendering option
  • Added: Support for annotations
  • Added: Chart's pane doesn't apply background and border
  • Added: Series aggregate function now receives group value (group date)
  • Added: Default axis maximum value is now chosen to closely match series extremes
  • Added: Make legendItemClick cancellable
  • Added: Make legendItemHover cancellable
  • Added: ImageDataURL method for exporting to image (requires Canvas support)
  • Added: renderAs setting to specify preferred rendering mode (svg/canvas/vml)
  • Added: Series values are now aggregated even if a date contains only a single point
  • Added: markers.rotation option
  • Added: categoryField for all categorical series. Categories (including dates) can be unique across series
  • Added: Seconds for the baseUnit in the chart.
  • Added: Series options can now be functions that are executed for each point

What’s Fixed

  • Fixed: valueAxis.narrowRange is ignored when series contain null values
  • Fixed: "count" aggregate includes undefined and null values in its result
  • Fixed: "avg" aggregate includes null and undefined values when calculating average value
  • Fixed: "avg" aggregate returns NaN when a data contains no values (regression in latest builds)
  • Fixed: Data points might not be included in aggregates if series contain multiple values per date
  • Fixed: Categories are serialized even when the category axis is bound
  • Fixed: setOptions doesn't extend original options and doesn't apply theme

What’s Changed

  • Changed: Grouped series name template is now specified in 'series.name'. Setting 'series.groupNameTemplate' will output a warning in the console
  • Breaking Change: GroupNameTemplate is obsolete. Set the grouped series name template in Name

 

New UI Widgets

Barcode

Polar Chart

QRCode

Radar Chart

 

UI Widgets Features and Updates

Bar Chart

What’s Fixed

  • Fixed: Bar charts are broken when no categories are defined

 

Bubble Chart

What’s Fixed

  • Fixed: Error when creating bubble series with negative size

 

BulletChart

What’s Fixed

  • Fixed: Bullet chart does not render when categoryAxis.justified is false

 

Line Chart

What’s New

  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")

 

Pie Chart

What’s New

  • Improvement: Pie chart string values should be parsed to float

What’s Fixed

  • Fixed: Disabled item in the pie chart breaks legend item click/hover functionality

 

Sparkline

What’s New

  • Improvement: missingValues now defaults to "interpolate" for line series (was "gap")

 

Stock Chart

What’s New

  • Improved: dateField is now an alias for seriesDefaults.categoryField

What’s Fixed

  • Fixed: If candlestick line color is empty the line should get default series color

 

Kendo UI Mobile

Framework Constructs

What’s New

  • Added: Flat UI Theme
  • Added: Mobile application init event
  • Added: webAppCapable option for disabling app mode of web clips
  • Improvement: Updated BlackBerry theme to BB10 styling
  • Improvement: Updated iOS Loader to use CSS only animations

What’s Fixed

  • Fixed: Hiding address bar and inputs scrolling do not behave well
  • Fixed: $(document.body).kendoTouch() only works in initial view on iPhone
  • Fixed: hideAddressBar does not work as expected in Chrome on iPhone
  • Fixed: Pane is not available in initial view init event handler
  • Fixed: Hiding address bar and inputs scrolling do not behave well
  • Fixed: router preventDefault does not work as expected in history.back
  • Fixed: Browser History and Pane History get out of sync in certain cases

What’s Changed

  • Breaking Change: Pull to Refresh / Endless Scrolling trigger virtual mode for the listview widget, which behaves in a different manner than current implementation
  • Breaking Change: Removed Android 2 fake input workaround from the CSS

 

New UI Widgets

Drawer

 

UI Widgets Features and Updates

ActionSheet

What’s Fixed

  • Fixed: ActionSheet Menu does not reposition after device rotation

 

ListView

What’s New

  • Added: Support for Hierarchical DataSource binding
  • Added: ListView uses virtualization mode when endless scrolling or press to load more is enabled

What’s Fixed

  • Fixed: Grouped ListView does not handle adding and removing items from the datasource
  • Fixed: Icons of the ListView items cannot be set in the template

 

ModalView

What’s Fixed

  • Fixed: ModalView does not recalculate size on screen rotation

 

NavBar

What’s Fixed

  • Fixed: If no View Title container is present, NavBar is not sized properly

 

Scroller

What’s Fixed

  • Fixed: scrollTo does not work initially

 

ScrollView

What’s New

  • Added: Support for binding to DataSource and virtualization

 

TabStrip

What’s Fixed

  • Fixed: IMG elements in TabStrip buttons end up under the .km-text element
  • Fixed: Forced iOS platform look causes blue box overlay to the icons
  • Fixed: Badge is invisible inside a TabStrip button with custom masked icon
For previous versions please refer to the Kendo UI Web, DataViz and Mobile release history