Skip to content

Commit 2d2a2ad

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 208728f commit 2d2a2ad

File tree

12 files changed

+91
-6
lines changed

12 files changed

+91
-6
lines changed

docs-aspnet/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ navigation:
557557
baseurl: /aspnet-core
558558

559559
## The Kendo UI version used
560-
cdnVersion: "2020.1.406"
560+
cdnVersion: "2020.2.513"
561561

562562
## The MVC Core version used
563-
mvcCoreVersion: "2020.1.406"
563+
mvcCoreVersion: "2020.2.513"
564564

565565
ff-sheet-id: 1mottKpkbJFxkUq6rS3CsPrT8JQOE2JlUtsJBR622cxs
566566

docs-aspnet/accessibility/accessibility-compliance-core.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
<td>AAA</td>
117117
<td><a href="https://demos.telerik.com/aspnet-core/filemanager/keyboard-navigation">Yes</a></td>
118118
</tr>
119+
<tr>
120+
<td>Form</td>
121+
<td>Yes</td>
122+
<td>AAA</td>
123+
<td>Yes</td>
124+
</tr>
119125
<tr>
120126
<td>Gantt</td>
121127
<td>Yes</td>
@@ -254,6 +260,12 @@
254260
<td>n/a</td>
255261
<td>n/a</td>
256262
</tr>
263+
<tr>
264+
<td>Stepper</td>
265+
<td>Yes</td>
266+
<td>AA</td>
267+
<td><a href="https://demos.telerik.com/aspnet-core/stepper/keyboard-navigation">Yes</a></td>
268+
</tr>
257269
<tr>
258270
<td>Switch</td>
259271
<td>Yes</td>

docs-aspnet/accessibility/accessibility-compliance-mvc.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
<td>AAA</td>
117117
<td><a href="https://demos.telerik.com/aspnet-mvc/filemanager/keyboard-navigation">Yes</a></td>
118118
</tr>
119+
<tr>
120+
<td>Form</td>
121+
<td>Yes</td>
122+
<td>AAA</td>
123+
<td>Yes</td>
124+
</tr>
119125
<tr>
120126
<td>Gantt</td>
121127
<td>Yes</td>
@@ -254,6 +260,12 @@
254260
<td>-</td>
255261
<td></td>
256262
</tr>
263+
<tr>
264+
<td>Stepper</td>
265+
<td>Yes</td>
266+
<td>AA</td>
267+
<td><a href="https://demos.telerik.com/aspnet-mvc/stepper/keyboard-navigation">Yes</a></td>
268+
</tr>
257269
<tr>
258270
<td>Switch</td>
259271
<td>Yes</td>

docs-aspnet/list-of-helpers-core.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,13 @@
404404
<a href="/aspnet-core/tag-helpers/layout/dialog/overview">Dialog TagHelper Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-core/dialog/tag-helper">Demos</a>
405405
</td>
406406
</tr>
407+
<tr>
408+
<td></td>
409+
<td>
410+
<a href="/aspnet-core/html-helpers/layout/form/overview">Form HtmlHelper Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-core/form/index">Demos</a>
411+
</td>
412+
<td>N/A</td>
413+
</tr>
407414
<tr>
408415
<td></td>
409416
<td>
@@ -509,6 +516,15 @@
509516
<td><a href="/aspnet-core/html-helpers/navigation/radiobutton/overview">RadioButton HtmlHelper Docs</a></td>
510517
<td>N/A</td>
511518
</tr>
519+
<tr>
520+
<td></td>
521+
<td>
522+
<a href="/aspnet-core/html-helpers/navigation/stepper/overview">Stepper HtmlHelper Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-core/stepper/index">Demos</a>
523+
</td>
524+
<td>
525+
<a href="/aspnet-core/tag-helpers/navigation/stepper/overview">Stepper TagHelper Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-core/stepper/tag-helper">Demos</a>
526+
</td>
527+
</tr>
512528
<tr>
513529
<td></td>
514530
<td>

docs-aspnet/list-of-helpers-mvc.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@
284284
<a href="/aspnet-mvc/html-helpers/layout/dialog/overview">Dialog Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-mvc/dialog">Demos</a>
285285
</td>
286286
</tr>
287+
<tr>
288+
<td></td>
289+
<td>
290+
<a href="/aspnet-mvc/html-helpers/layout/form/overview">Form Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-mvc/form">Demos</a>
291+
</td>
292+
</tr>
287293
<tr>
288294
<td></td>
289295
<td>
@@ -352,6 +358,12 @@
352358
<td></td>
353359
<td><a href="/aspnet-mvc/html-helpers/navigation/radiobutton/overview">RadioButton Docs</a></td>
354360
</tr>
361+
<tr>
362+
<td></td>
363+
<td>
364+
<a href="/aspnet-mvc/html-helpers/navigation/stepper/overview">Stepper Docs</a> &amp; <a href="https://demos.telerik.com/aspnet-mvc/stepper">Demos</a>
365+
</td>
366+
</tr>
355367
<tr>
356368
<td></td>
357369
<td>

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,10 @@ navigation:
668668
baseurl: /kendo-ui
669669

670670
## The Kendo UI version used
671-
cdnVersion: "2020.1.406"
671+
cdnVersion: "2020.2.513"
672672

673673
## The MVC Core version used
674-
mvcCoreVersion: "2020.1.406"
674+
mvcCoreVersion: "2020.2.513"
675675

676676
## Progress NPM Registry
677677
registry_url: 'https://registry.npm.telerik.com/'

docs/accessibility/section-508-wcag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The following table lists the Section 508 and WCAG 2.1 compliance levels of supp
4141
|DropDownTree |Yes |AA |[Browse](https://demos.telerik.com/kendo-ui/dropdowntree/index)
4242
|Editor |Yes |AA |[Browse](https://demos.telerik.com/kendo-ui/editor/index)
4343
|FileManager |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/filemanager/index)
44+
|Form |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/form/index)
4445
|Gantt |Yes |AA |[Browse](https://demos.telerik.com/kendo-ui/gantt/index)
4546
|Grid |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/grid/index)
4647
|LinearGauge |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/linear-gauge/index)
@@ -65,6 +66,7 @@ The following table lists the Section 508 and WCAG 2.1 compliance levels of supp
6566
|Sortable |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/sortable/index)
6667
|Splitter |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/splitter/index)
6768
|Spreadsheet |No |- |
69+
|Stepper |Yes |AA |[Browse](https://demos.telerik.com/kendo-ui/stepper/index)
6870
|Switch |Yes |AA |[Browse](https://demos.telerik.com/kendo-ui/switch/index)
6971
|TabStrip |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/tabstrip/index)
7072
|TextBox |Yes |AAA |[Browse](https://demos.telerik.com/kendo-ui/textbox/index)

docs/backwards-compatibility/2020-backward-compatibility.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ This article lists the breaking changes in the Kendo UI 2020 releases.
1717
* The responsive Pager no longer has the `k-pager-lg` breakpoint and class.
1818
* The page numbers drop-down of the responsive Pager is now an HTML `select` element.
1919

20+
**Disabled buttons in Editor toolbar**
21+
22+
Starting with 2020 R2, disabled buttons in editor toolbar will no longer be hidden, but instead be visible. The change is percurser to replacing the custom editor toolbar with the actual Kendo UI for jQuery toolbar and is part of a bigger story to reuse components and enforce consitency, instead of creating ad-hoc ones that differ ever so slightly.
23+
24+
**Visual changes in Scheduler toolbar**
25+
26+
A part of the same story is changing the shceduler toolbar to be visually identical to the stand alone toolbar. Agian, this is a percursor to changing the scheduler toolbar.
27+
28+
**Visual changes in Scheduler events**
29+
30+
Working in the direction of improving visual accessibility, we have removed a white overlay from scheduler events when using Default v2 theme (kendo-theme-default). While visually appealing, the white overlay reduced contrast between the event background and event text and in terms reduce visual accessibility.
31+
2032
**Validator**
2133

2234
As of Kendo UI 2020 R2 we have reworked the Kendo Validator with improved styling for messages, which differ significantly from the existing. While not recommended, reverting to the previous behaviour is possible by tweaking the errorTemplate and some styles:

docs/intro/supporting/jquery-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following table provides a list of the jQuery versions that are compatible w
2121

2222
| Major Releases | jQuery Version | Comments |
2323
| :--- | :--- | :--- |
24+
| [Kendo UI 2020.2.512 (R2 2020)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-r2-2020)|1.12.4| Also compatible with 1.10.x, 2.2.x, 3.5.0, and 3.5.1|
2425
| [Kendo UI 2020.1.114 (R1 2020)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-r1-2020)|1.12.4| Also compatible with 1.10.x, 2.2.x and 3.4.1|
2526
| [Kendo UI 2019.3.917 (R3 2019)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-r3-2019)|1.12.4| Also compatible with 1.10.x, 2.2.x and 3.4.1|
2627
| [Kendo UI 2019.2.514 (R2 2019)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-r2-2019)|1.12.4| Also compatible with 1.10.x, 2.2.x and 3.4.1|

docs/introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ The following table lists all Kendo UI widgets (controls) that are available in
8585
| |[MultiViewCalendar Overview]({% slug overview_kendoui_multiviewcalendar_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/multiviewcalendar/index) | <span class="tag-neutral">No</span> | <span class="tag-success">Yes</span> |
8686
| |[Scheduler Overview]({% slug overview_kendoui_scheduler_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/scheduler/index) | <span class="tag-neutral">No</span> | <span class="tag-success">Yes</span> |
8787
| **Layout** |[Dialog Overview]({% slug overview_kendoui_dialog_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/dialog/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
88-
| |[Badge Overview]({% slug overview_kendoui_badge_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/badge/index) | <span class="tag-success">Yes</span> | <span class="tag-success">No</span> |
88+
| |[Badge Overview]({% slug overview_kendoui_badge_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/badge/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
89+
| |[Form Overview]({% slug overview_kendoui_form_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/form/index) | <span class="tag-success">No</span> | <span class="tag-success">Yes</span> |
8990
| |[Notification Overview]({% slug overview_kendoui_notification_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/notification/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
9091
| |[Popup Overview]({% slug overview_kendoui_popup_widget %})| <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
9192
| |[ResponsivePanel Overview]({% slug overview_kendoui_responsivepanel_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/responsive-panel/index)| <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
@@ -99,6 +100,7 @@ The following table lists all Kendo UI widgets (controls) that are available in
99100
| |[Drawer]({% slug overview_kendoui_drawer_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/drawer/index) | <span class="tag-neutral">No</span> | <span class="tag-success">Yes</span> |
100101
| |[Menu Overview]({% slug overview_kendoui_menu_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/menu/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
101102
| |[PanelBar Overview]({% slug overview_kendoui_panelbar_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/panelbar/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
103+
| |[Stepper Overview]({% slug overview_stepper_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/stepper/index) | <span class="tag-success">No</span> | <span class="tag-success">Yes</span> |
102104
| |[TabStrip Overview]({% slug overview_kendoui_tabstrip_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/tabstrip/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |
103105
| |[Timeline Overview]({% slug overview_kendoui_timeline_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/timeline/index) | <span class="tag-neutral">No</span> | <span class="tag-success">Yes</span> |
104106
| |[Toolbar Overview]({% slug overview_kendoui_toolbar_widget %}) & [Demos](https://demos.telerik.com/kendo-ui/toolbar/index) | <span class="tag-success">Yes</span> | <span class="tag-success">Yes</span> |

0 commit comments

Comments
 (0)