Release History

By product

Beta 2

October 7, 2011

Calendar

Chart

NEW
  • Added: New chart type: Pie
  • Added: Tooltips improvements
  • Added: Highlight for series / points
  • Added: Template for labels
  • Added: Line chart improvements (dashed line options, missing values options, etc.)
  • Added: Initial animation
  • Added: Click event

ComboBox

FIXED
  • Fixed: Combo is hard to use in touch devices
  • Fixed: Close ComboBox on browser resize
  • Fixed: ComboBox does not allow to enter part of the focused item as custom text

DataSource

NEW
  • Added: Remote synchronization
  • Improved: When batch mode is disabled records should be submitted as a single object not as an array
  • Improved: The batch setting should be a simple boolean
CHANGED
  • Breaking Change: The "dialect" setting of the data source has been renamed to "parameterMap",
    Old setting > dialect: function(){}; New setting > parameterMap: function(){}

Date/Month Picker

DropDownList

FIXED
  • Fixed: When DropDown is double-clicked, only the “open” event is fired

Framework Constructs

FIXED
  • Fixed: Android displays demos properly on every second click
CHANGED
  • Removed IE6 specific CSS and JavaScript code
  • Breaking Change: Changed the CSS prefix from t- to k-

Grid

NEW
  • Added: data-id attribute to grid rows when model is defined

Menu

FIXED
  • Fixed: IE menus fail to open after hovered once
  • Fixed: Not able to open menu item on iPad, when focus lost
  • Fixed: Hover does not properly style the entire drop down line in IE7
  • Fixed: Menu items rendered over menu header on iPad

PanelBar

FIXED
  • Fixed PanelBar expand animation issue in IE

Slider

FIXED
  • Fixed: Slider buttons not working on iPad

Splitter

FIXED
  • Fixed: Nested splitters of the same type (horizontal/vertical) cannot be properly resized
  • Fixed: Horizontal splitter does not reach pane border in IE7
  • Fixed: Horizontal splitter not moving accurately in FF

Templates

NEW
  • Added: Templates performance optimization
CHANGED
  • Breaking Change: Templates now use only # instead of <#

TreeView

FIXED
  • Fixed: Drag&drop of node without siblings within the same parent removes it from the tree
  • Fixed: Collapse event can be triggered many times

Upload

NEW
  • Added: async.removeVerb setting

Window

FIXED
  • Fixed: Obsolete scroll after window re-opened in IE