Adds Timeline component.
Includes new Timeline, Filter and Rating components.
Features
- Common
- Support for .NET Core 3.0 (RC).
- New Filter widget.
- New Timeline widget.
- New Rating widget.
- AutoComplete
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- ComboBox
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- Cascading from MultiColumnComboBox to DropDownList/ComboBox and vice versa.
- DateTimePicker
- Add DateInput support for interval in TimePicker and DateTimePicker.
- DateTimePicker sets incorrect time on day that switches daylight savings time.
- DropDownList
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- Cascading from MultiColumnComboBox to DropDownList/ComboBox and vice versa.
- DropDownTree
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- Editor
- Accessibility: Remove the redundant invisible 'span class="k-tool-text"' element from Editor tools.
- Gantt
- Change Gantt Timeline Header layout table to use td and tbody instead of th and thead elements to improve accessibility.
- Grid
- Grid Search Panel.
- Enhancements for fixing accessibility issues reported for Grid by Compliance Sheriff.
- MultiColumnComboBox
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- Cascading from MultiColumnComboBox to DropDownList/ComboBox and vice versa.
- MultiSelect
- Kendo and Google Chrome Autocomplete open Simultaneously.
- Add noDataTemplate and clear messages for dropdown widgets and enable modifying them via kendo messages files.
- PDFViewer
- Search functionality.
- Fit to width and page zoom options.
- PDFViewer Print tool.
- Zoom support for PDF.JS Processing.
- PivotGrid
- Enhancements for fixing accessibility issues reported for PivotGrid by Compliance Sheriff.
- TimePicker
- Add DateInput support for interval in TimePicker and DateTimePicker.
- DateTimePicker sets incorrect time on day that switches daylight savings time.
- Wrappers (ASP.NET Core): Diagram
- Diagram HtmlHelper for MVC Core.
- PdfProcessing
- Implemented support for document outline (bookmarks).
- Implemented import and export of ToUnicode CMap.
- Added support for Named Destinations.
Fixes
- Common
- Kendo DeepExtend removes arraybuffer.
- Show event of the View fires twice.
- AngularJS
- MobileView AngularJS directive throws an error.
- ContextMenu
- ContextMenu copyAnchorStyles option cannot be set as data attribute.
- DropDownTree
- DropDownTree select event not fired in MVVM scenarios.
- Editor
- Editor content can be focused only if the top part of the content area is clicked.
- Unable to resize a table column inside the Editor.
- JavaScript error on pasting a list with nested table from Word into Editor.
- Gantt
- Displaced tasks and resources of RTL Gantt in Chrome.
- Grid
- Editable grid with locked columns gets misaligned on edit.
- Empty grid hidden column cannot be shown.
- Cannot resize columns in a scrolled grid.
- Multiple events binding occur when using setOptions.
- Adaptive Grid throws error when generate its script file via Custom Download.
- Grouped grid with hidden columns causes error "Cannot read property 'groupHeaderColumnTemplate' of undefined".
- Grid ColumnMenu sometimes displays filter or column menu (with broken position) when opened.
- Adaptive Grid boolean filtering "autocomplete" attribute rendered outside input element.
- Incorrect width of the Switch input when inside a cell in edit mode for LESS themes.
- MVVM
- TreeView template memory leak on changes in observable.
- ContextMenu copyAnchorStyles option cannot be set as data attribute.
- Menu
- Loading indicator incorrectly displayed with local dataSource when using spriteCssClass.
- Defining custom Kendo namespace stops the displaying of Menu component submenus.
- MobileView
- MobileView AngularJS directive throws an error.
- PDFViewer
- Unable to build custom script with PDFViewer using gulp.
- Using Custom Build with PDFViewer checked throws an error.
- RippleContainer
- Ripple util breaks WebPack bundle with Angular 8.
- Scheduler
- Scheduler events are not read by screen readers when navigating between events with Tab/Shift+Tab.
- Views startTime and endTime options do not change the Scheduler start and end hours.
- JS error thrown in Scheduler Week View on updating events whose eventTemplate contains a table element.
- Spreadsheet
- Selecting Spreadsheet column/row focuses its first cell and scrolls sheet to top/left.
- SpreadSheet SUBTOTAL not working correctly.
- JS error thrown on clicking "Increase decimal places" button for a cell with number value and format @.
- TabStrip
- TabStrip keydown handlers throw an error when TabStrip has no items initially.
- Incorrect TabStrip scroll buttons position in Fiori theme.
- TreeList
- TreeList DataBound event not fired.
- TreeView
- TreeView template memory leak on changes in observable.
- Wrappers (ASP.NET Core + ASP.NET MVC): DataSource
- DefaultValue should be applied when it is declared.
- Wrappers (ASP.NET MVC): PDFViewer
- PDFViewer wrappers for MVC does not serialize toolbar.click correctly.
- Wrappers (ASP.NET Core + ASP.NET MVC): Spreadsheet
- Cannot define tools for the Spreadsheet tabs in MVC and Core HTML and Tag helpers.
- Wrappers (ASP.NET Core + ASP.NET MVC): TreeList
- TreeList parentId should be nullable by default.
- PdfProcessing
- ArgumentException is thrown when exporting text with negative font size using TextFormatProvider.
- Embedding CIDFont with missing CIDToGIDMap property causes PDF/A warning in Adobe Preflight.
- First level bullets are not visible.
- Handled NotImplementedException when importing color with Lab colorspace.
- Fixed issue with wrong text in TextBoxFields content after importing and exporting fields with custom encoding in VariableContentWidget's font.
- InvalidCastException is thrown when importing a document with Named Destinations.
- NullReferenceException is thrown in .NET Standard when importing a document with non-standard TrueType font.
- SpreadProcessing (ASP.NET MVC)
- NullReferenceException is thrown when importing documents containing an element with attribute with a nondefault namespace prefix.
- Text that is overflowing the used cell range is wrongly clipped when printing or exporting to PDF.
- Row heights with missing CustomHeight attributes in the document are ignored.
- WordsProcessing
- ArgumentException is thrown when exporting document with specifically nested tables.
- ArgumentException is thrown when importing HTML document containing pseudo-element.
- ArgumentException is thrown when importing HTML containing attributes with empty string values.
- Export to PDF freezes when DefaultTabStopWidth is zero.
- FormatException is thrown when importing HTML with img tag containing non-numeric "width" or "height" values.
- HtmlImportSettings.LoadFromUri event is not raised for stylesheet links without specified CSS type.
- Hyperlinks are not properly exported to PDFs when their content is placed in a separate paragraph.
- KeyNotFoundException is thrown when importing a document with an image defined as a resource but not found.
- KeyNotFoundException is thrown when importing a document with an image with invalid or not supported extension.
- The size of the image is wrongly calculated when width or height is not specified and the source is a URI or base64 string.