vendor/assets/changelog.html in kendoui-rails-0.0.9 vs vendor/assets/changelog.html in kendoui-rails-0.1.0
- old
+ new
@@ -2,139 +2,300 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
- <title>Changelog for Kendo UI v2012.3.1114</title>
+ <title>Changelog for Kendo UI v2013.1.319</title>
<style>
html, body {
margin: 0;
padding: 0;
}
body {
font: .75em/1.5 Tahoma, sans-serif;
}
+ h1 {
+ font-size: 2.2em;
+ font-size: normal;
+ }
+
h2 {
- margin: 1em 0 .3em;
- border-bottom: 1px solid #ccc;
+ font-size: 2em;
+ font-weight: normal;
+
+ margin: 1.2em 0 .3em;
padding-bottom: .2em;
}
#page {
width: 50em;
margin: 0 auto 2em;
border-radius: 0 0 1em 1em;
box-shadow: 0 0 10px #ccc;
padding: 1em 2em 2em;
}
+
+ .poBoxIcon {
+ float: left;
+ font-size: 2em;
+ margin: 1.2em .5em 0 0;
+ }
+
+ .poTopLine {
+ border-top: 2px solid #e1e1e1;
+ margin: 17px 0 40px 0;
+ }
</style>
+
+ <base href="http://www.kendoui.com/web/whats-new/release-notes/">
</head>
<body>
<div id="page">
- <h1>Release notes for Kendo UI v2012.3.1114</h1>
- <h2>Framework</h2>
+ <h1 class="title">Release notes for Kendo UI v2013.1.319</h1>
- <h4>What's new</h4><ul><li>Add sync event</li><li>Readonly binding</li><li>Readonly inputs should not be validated</li><li>Add support for parsing a value as Date/Number object when Globalize.js is included</li></ul>
- <h4>What's fixed</h4><ul><li>Add leading zeros to the 'year' if required</li><li>Destroying a DropTarget widget leaks memory through element references</li><li>MVVM raises change event incorrectly when set same value to a property</li><li>Sync after remove does not trigger change event with LocalTransport</li><li>Widgets with popup leak some memory after destroy</li><li>get method does not find child items with custom id field</li><li>Sorting on nullable string or numbers does not work as expected</li><li>Date are not sort correctly if nulls and dates earlier than 1970 are present</li><li>Step with more than two decimal places does not work as expected</li></ul>
+ <h1>Framework</h1>
+ <div class="tClear poTopLine">
+ <div class="poBoxIconText">
+ <p><strong>What's new</strong></p><ul><li>Include VSDOC for all suites in Kendo Complete and Kendo Complete for ASP.NET MVC</li><li>Remove the default JSON parameterMap from DataSource Java wrapper implementation</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Flip and pageTurn transitons do not work in IE10</li></ul>
+ </div>
+ </div>
- <h2>Web</h2>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/DataSource_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI DataSource Icon'>
+ <h2>DataSource</h2>
- <h4>What's new</h4><ul><li>parseDate returns null if the entered year differs than the format</li><li>Add support for more than three "f" (fraction of the second) specifiers in the time format</li></ul>
- <h4>What's fixed</h4><ul><li>kendo.parseDate parses incorrectly 0001-01-01 date</li><li>Drag & Drop does not work on touch enabled desktop Chrome</li><li>Nexus 7 not detected as a tablet</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Support for virtualization with grouping</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>OData tranposrt does not support filtering with "Does not contain" operator</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Globalization_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Globalization Icon'>
+ <h2>Globalization</h2>
+ <p><strong>What's new</strong></p><ul><li>Expand culture's numberFormat in order to support globalize.js</li><li>Allow to define shortYearCutoff option through culture info script.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>kendo.toString hangs out when try to format number with "# yr." format</li><li>Numeric formatting rounds to the last zero placeholder in the decimal part incorrectly</li><li>kendo.parseDate parses incorrectly ISO8601 dates with timezones</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Grid_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Grid Icon'>
+ <h2>Grid</h2>
- <h3>AutoComplete</h3>
+
+ <p><strong>What's fixed</strong></p><ul><li>Sorting options of the column menu does not work on touch devices</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/HierarchicalDataSource_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI HierarchicalDataSource Icon'>
+ <h2>HierarchicalDataSource</h2>
-
- <h4>What's fixed</h4><ul><li>AutoComplete raise change event when the value is set with value() method</li><li>Widget does not persist width of the popup element</li><li>AutoComplete throws an error when call destroy method</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Breaking change: children datasources are now lazily initialized</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/MVVM_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI MVVM Icon'>
+ <h2>MVVM</h2>
- <h3>Calendar</h3>
+ <p><strong>What's new</strong></p><ul><li>Support for setting <select> values which do not exist in the source binding.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>MVVM clears the widget, which initiated the model change</li><li>Multi select selection updated if an item is deselected</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Validator_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Validator Icon'>
+ <h2>Validator</h2>
-
- <h4>What's fixed</h4><ul><li>Widget renders incorrectly last day of the month if DST occurs</li><li>Calendar renders two equal days in Brazil timezone (DST issue)</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Method for hiding all validation messages</li></ul>
+
+ </div>
+ <h1>Web</h1>
+ <div class="tClear poTopLine">
+ <div class="poBoxIconText">
+ <p><strong>What's new</strong></p><ul><li>Visual Studio 2012 intellisense annotations</li><li>PHP Wrappers</li><li>TypeScript support</li><li>RequireJS support</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Multiple drag&drop issues in IE10 when zoomed.</li><li>document.activeElement triggers Javascript unspecified error in IE from inside iframe</li></ul>
+ </div>
+ </div>
- <h3>ComboBox</h3>
+ <h1>New UI Widgets</h1>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/MultiSelect_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI MultiSelect Icon'>
+ <div class="poBoxIconText">
+ <h2>MultiSelect</h2>
+ </div>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Tooltip_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Tooltip Icon'>
+ <div class="poBoxIconText">
+ <h2>Tooltip</h2>
+ </div>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/ColorPicker_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI ColorPicker Icon'>
+ <div class="poBoxIconText">
+ <h2>ColorPicker</h2>
+ </div>
+ </div>
- <h4>What's new</h4><ul><li>Clear selection of the child widget if no data</li></ul>
- <h4>What's fixed</h4><ul><li>ComboBox does not select item after re-bind if the dataSource was filtered with the API</li><li>DropDownList gets hidden if initialized twice</li><li>ComboBox does not persist the custom value on refresh</li><li>ComboBox reverts entered value if filter is not enabled</li><li>Widget does not persist width of the popup element</li><li>Empty ComboBox does not select first highlighted item on key DOWN</li></ul>
+ <h1>UI Widgets Features and Updates</h1>
- <h3>DatePicker</h3>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/AutoComplete_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI AutoComplete Icon'>
+ <h2>AutoComplete</h2>
- <h4>What's new</h4><ul><li>Widget updates calendar's selection when input value changes before opening</li></ul>
- <h4>What's fixed</h4><ul><li>Widget renders incorrectly last day of the month if DST occurs</li><li>Widget does not work when inialized after MVVM binding</li><li>Calendar renders two equal days in Brazil timezone (DST issue)</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Support for persisting DataSource's filters</li><li>Support for binding to keys which are not valid JavaScript identifiers.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget does not clear selection of the clicked item on close</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Calendar_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Calendar Icon'>
+ <h2>Calendar</h2>
- <h3>DateTimePicker</h3>
+ <p><strong>What's new</strong></p><ul><li>Honor min and max values rendering view title</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Calendar without footer throws an error when destroyed</li><li>Widget stops propagation of mouse enter/leave events.</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/ColorPicker_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI ColorPicker Icon'>
+ <h2>ColorPicker</h2>
- <h4>What's new</h4><ul><li>Widget rebinds TimeView using options.dates when the selected is part of the dates array.</li><li>Widget updates calendar's selection when input value changes before opening</li></ul>
- <h4>What's fixed</h4><ul><li>Widget renders incorrectly last day of the month if DST occurs</li><li>Widget does not work when inialized after MVVM binding</li><li>Calendar renders two equal days in Brazil timezone (DST issue)</li><li>DateTimePicker does not wire the clock icon after destroy and initialization</li></ul>
+
+ <p><strong>What's fixed</strong></p><ul><li>ColorPicker's Pop-up closes automatically on touch device</li><li>Pop-up flickers when opened-closed fast</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/ComboBox_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI ComboBox Icon'>
+ <h2>ComboBox</h2>
- <h3>DropDownList</h3>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Support cascading from ComboBox/DropDownList widget</li><li>Widget raises change event when select item with closed popup.</li><li>Support for binding to keys which are not valid JavaScript identifiers.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget does not select next item after filtration</li><li>Support form reset when widget is initialized from select element</li><li>Pop-up flickers when opened-closed fast</li><li>Widget does not select correct item if value is set as HTML attribute (applicable for cascade functionality)</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/DataSource_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI DataSource Icon'>
+ <h2>DataSource</h2>
- <h4>What's new</h4><ul><li>Clear selection of the child widget if no data</li></ul>
- <h4>What's fixed</h4><ul><li>DropDownList cannot be bound to empty array</li><li>DropDownList gets hidden if initialized twice</li><li>Widget raises focusout event infinitely</li><li>Widget does not persist width of the popup element</li><li>DropDownLists closes on click if it is still focused</li></ul>
+
+ <p><strong>What's fixed</strong></p><ul><li>Total is not refresh when changes are canceled and server paging is enabled</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/DatePicker_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI DatePicker Icon'>
+ <h2>DatePicker</h2>
- <h3>Editor</h3>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Add format option to the parseFormats array only if it is part of it.</li><li>Avoid parsing input's value if user did not change it</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget does not navigate to current focused date on open</li><li>Pop-up flickers when opened-closed fast</li><li>MVC DateTimePicker and NumericTextBox have a k-input class applied to the wrapper element</li><li>Widget does not delete shared calendar if it has never been opened</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/DatePicker_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI DateTimePicker Icon'>
+ <h2>DateTimePicker</h2>
- <h4>What's new</h4><ul><li>Image dialog localization support</li><li>Introduce keyup and keydown events</li></ul>
- <h4>What's fixed</h4><ul><li>Serialization is broken for inline styles which contain absolute URLs</li><li>Updating the editor value through the viewHtml dialog does not trigger a change event</li><li>Selection is lost when using asynchronous toolbar buttons on a MVVM-bound editor</li><li>Ordered lists at end of document show numbers as zeroes in IE9</li><li>Editor is not focused by clicking below content in IE</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Add format option to the parseFormats array only if it is part of it.</li><li>Avoid parsing input's value if user did not change it</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget does not navigate to current focused date on open</li><li>Pop-up flickers when opened-closed fast</li><li>MVC DateTimePicker and NumericTextBox have a k-input class applied to the wrapper element</li><li>Widget does not delete shared calendar if it has never been opened</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Draggable_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Draggable Icon'>
+ <h2>Draggable</h2>
- <h3>Grid</h3>
+
+ <p><strong>What's fixed</strong></p><ul><li>iPad: Selection on Drag&Drop not prevented</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/DropDown_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI DropDownList Icon'>
+ <h2>DropDownList</h2>
- <h4>What's new</h4><ul><li>Support for binding by name of radio button elements when set as custom editor</li></ul>
- <h4>What's fixed</h4><ul><li>Foreign key column values cannot contain apostrophe</li><li>Grid column resizing does not work if browser window is scrolled horizontally</li><li>Grid table layout does not readjust when hiding a column in IE8</li><li>Additional values are displayed in columns context menu when viewed in IE8</li><li>Columns cannot be resized after a previous one is hidden in IE8</li><li>Filtering with "endswith" sometimes returns wrong results.</li><li>Grouping with column reordering does not work if columns are not specifed</li><li>Destroy fails when scrolling is disabled</li><li>Cell cannot be switched to edit mode if the previous one contains a table and batch mode is enabled</li><li>Data is in incorrect order when grouped on a field with same date value and sorted by another.</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Support cascading from ComboBox/DropDownList widget</li><li>Widget raises change event when select item with closed popup.</li><li>Support for binding to keys which are not valid JavaScript identifiers.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget does not remove tabIndex attribute on disable</li><li>DropDownList is not sized properly if not visible during binding</li><li>Support form reset when widget is initialized from select element</li><li>Pop-up flickers when opened-closed fast</li><li>Widget does not select correct item if value is set as HTML attribute (applicable for cascade functionality)</li><li>Widget does not select correct item if optionLabel is defined</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Editor_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Editor Icon'>
+ <h2>Editor</h2>
- <h3>ListView</h3>
+ <p><strong>What's new</strong></p><ul><li>Add support for customizing the ImageBrowser search box text</li><li>Allow images to be deleted with backspace key</li><li>Allow createLink and insertImage commands to be executed with predefined options.</li><li>Support function as ImageBrowser thumbnailUrl</li><li>Use feature detection to get proper selection object</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Scroll position is not persisted when pasting (WebKit)</li><li>Deleting paragraph leaves strange formatting</li><li>ThumbnailUrl with get parameters will result in invalid requests</li><li>'Empty folder' message can be selected and deleted in image browser</li><li>Image onerror handlers are executed</li><li>Large image thumbnails are not shown after upload</li><li>Dialog titles do not honor the localization</li><li>Pasted content appears at the end of the editor in iOS 5</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Grid_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Grid Icon'>
+ <h2>Grid</h2>
- <h4>What's new</h4><ul><li>Improve ListView keyboard navigation</li></ul>
- <h4>What's fixed</h4><ul><li>Fix ListView item does not set uid attribute when model field change</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Support for binding to keys which are not valid JavaScript identifiers.</li><li>Cancel event</li><li>Defer creation of column menu until it is shown</li><li>Defer the creation of the column filter menu until menu is shown</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Issue with Grid grouping in Windows 8</li><li>Fix Column reordering to right when there is a hidden column</li><li>kendo.ns value is not reflected by generated popup edit form container-for attributes</li><li>Input type file should not be automatically bind during editing</li><li>Column menu does not work for template columns with space in the title</li><li>Grid keyboard navigation does scroll to very large cells correctly</li><li>Hiding a column doesn't work when all groups are collapsed</li><li>Grid footer horizontal scroll position is not correct after refresh</li><li>Ungrouping does not properly align footer cells</li><li>Click event of the expand/collapse button is not detached after grid destroy</li><li>Deleting row while editing a new one in inline edit mode does not cancel the changes</li><li>Grid does not display gradient for selected state in IE</li><li>Fix Declaratively initialization of Grid with groupable/reorderable enabled</li><li>Fix adding new items on grid last page</li><li>Grid selection changes when using right mouse button</li><li>Grid content not aligned properly after columnHide action</li><li>Fix Multiple grid selection prevents editing</li><li>Fix Performance regression in grid grouping</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/ListView_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI ListView Icon'>
+ <h2>ListView</h2>
- <h3>Menu</h3>
+ <p><strong>What's new</strong></p><ul><li>Cancel event</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/MVVM_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI MVVM Icon'>
+ <h2>MVVM</h2>
- <h4>What's new</h4><ul><li>Add Menu keyboard navigation</li></ul>
- <h4>What's fixed</h4><ul><li>Root-level links do not get color from k-state-highlighted user rule</li><li>Menu doesn't work in desktop browser with both touch and mouse events</li><li>Widget doesn't work in IE10 Metro.</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Support for binding to keys which are not valid JavaScript identifiers.</li><li>Add functional helpers (map, each, find, select, remove) to ObservableArray</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Attribute binding does not update when the value is updated in the parent ViewModel</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Menu_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Menu Icon'>
+ <h2>Menu</h2>
- <h3>NumericTextBox</h3>
+
+ <p><strong>What's fixed</strong></p><ul><li>Pop-up flickers when opened-closed fast</li><li>DatePicker cannot be opened in IE when inside a Grid column menu</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/MultiSelect_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI MultiSelect Icon'>
+ <h2>MultiSelect</h2>
- <h4>What's new</h4><ul><li>NumericTextBox widget allows entering of digits with pressed Shift key</li><li>NumericTextBox copies class names from the input element to the wrapper</li></ul>
- <h4>What's fixed</h4><ul><li>NumericTextBox requires two presses to focus in mobile device</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/NumericTextBox_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI NumericTextBox Icon'>
+ <h2>NumericTextBox</h2>
- <h3>Slider</h3>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Prevent user input if value is longer than maxLength attribute.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Widget allows to enter '>' symbol</li><li>Vertical line is rendered incorrectly when spinners option is set to false</li><li>MVC DateTimePicker and NumericTextBox have a k-input class applied to the wrapper element</li><li>NumericTextBox does not work in IE7 when placeholder option is set</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/PanelBar_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI PanelBar Icon'>
+ <h2>PanelBar</h2>
-
- <h4>What's fixed</h4><ul><li>Slider track is invisible in some skins</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Errors in Ajax content fail silently</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Slider_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Slider Icon'>
+ <h2>Slider</h2>
- <h3>Splitter</h3>
+ <p><strong>What's new</strong></p><ul><li>Updated tooltip with screen boundary detection</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Splitter_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Splitter Icon'>
+ <h2>Splitter</h2>
-
- <h4>What's fixed</h4><ul><li>Adjacent panes are selected when resizing (jQuery 1.8.2)</li><li>Initially collapsed resizable panes cannot be resized after they are expanded</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Unitless values for `size` will be interpreted as pixel values</li><li>Performance improvement of splitter with large content</li></ul>
+
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/TabStrip_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI TabStrip Icon'>
+ <h2>TabStrip</h2>
- <h3>TabStrip</h3>
+ <p><strong>What's new</strong></p><ul><li>Errors in Ajax content fail silently</li><li>TabStrip Ajax content loading cannot be canceled.</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>TabStrip with no tabs throws JS error when focused by the user</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/TimePicker_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI TimePicker Icon'>
+ <h2>TimePicker</h2>
-
- <h4>What's fixed</h4><ul><li>TabStrip select() method does not work correctly when nesting TabStrips</li></ul>
+ <p><strong>What's new</strong></p><ul><li>Honor readonly HTML attribute of the element during widget's initialization</li><li>Avoid parsing input's value if user did not change it</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Last rendered item is bigger then the max time</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/TreeView_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI TreeView Icon'>
+ <h2>TreeView</h2>
- <h3>TimePicker</h3>
+ <p><strong>What's new</strong></p><ul><li>Change event (triggered after selection has changed)</li><li>Performance improvement for `checkChildren: true` initialization</li></ul>
+ <p><strong>What's fixed</strong></p><ul><li>Multi-level dataTextField cannot be set through data attribute</li><li>Disabling items through MVVM does not disable them visually</li><li>Disabled nodes render enabled checkboxes</li><li>Space key checks user-rendered checkboxes</li><li>Scroll position is not persisted when focusing widget</li><li>checkChildren:false updates parent indeterminate/checked state</li></ul>
+ </div>
+ <div class="tClear poTopLine">
+ <img src='/libraries/Kendo_UI_Icons_32x32/Window_kendoui.sflb' class='poBoxIcon' width='32' height='32' alt='Kendo UI Window Icon'>
+ <h2>Window</h2>
-
- <h4>What's fixed</h4><ul><li>Widget does not work when inialized after MVVM binding</li></ul>
-
- <h3>TreeView</h3>
-
- <h4>What's new</h4><ul><li>checkboxes.name allows rendering of name attribute on each checkbox</li><li>Allow MVVM binding through kendo.observableHierarchy</li><li>Honor checked field when rendering checkboxes</li></ul>
- <h4>What's fixed</h4><ul><li>Specifying Checkboxes(false) renders checkboxes</li><li>Changing spriteCssClass and imageUrl fields does not update rendered item</li><li>text() method removes sprites and images from nodes</li><li>Checkboxes cannot be enabled through data-checkboxes</li><li>Double-clicking disabled items expands them</li><li>Drop event does not report proper dropTarget on touch devices</li><li>Child items overlay other items after drag&drop</li></ul>
-
- <h3>Upload</h3>
-
- <h4>What's new</h4><ul><li>Add async.batch option</li></ul>
-
-
- <h3>Window</h3>
-
- <h4>What's new</h4><ul><li>Title text gets trimmed with ellipsis</li></ul>
-
-
+
+ <p><strong>What's fixed</strong></p><ul><li>Window content is not scrollable on a touch device</li><li>Width and height cannot be set through data attributes</li><li>Textboxes cannot be focused in Kendo UI Window in IE after closing and destroying an iframe-containing instance</li><li>Window modal overlay not positioned correctly when destroying open instance and 2+ other modal instances are present</li><li>Iframe:true requests the content URL twice, aborting the first request</li><li>Window inside iframe triggers Javascript unspecified error in IE</li></ul>
+ </div>
</div>
</body>
</html>