You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/list-of-helpers-core.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,13 @@
404
404
<ahref="/aspnet-core/tag-helpers/layout/dialog/overview">Dialog TagHelper Docs</a> & <ahref="https://demos.telerik.com/aspnet-core/dialog/tag-helper">Demos</a>
405
405
</td>
406
406
</tr>
407
+
<tr>
408
+
<td></td>
409
+
<td>
410
+
<ahref="/aspnet-core/html-helpers/layout/form/overview">Form HtmlHelper Docs</a> & <ahref="https://demos.telerik.com/aspnet-core/form/index">Demos</a>
<ahref="/aspnet-core/html-helpers/navigation/stepper/overview">Stepper HtmlHelper Docs</a> & <ahref="https://demos.telerik.com/aspnet-core/stepper/index">Demos</a>
523
+
</td>
524
+
<td>
525
+
<ahref="/aspnet-core/tag-helpers/navigation/stepper/overview">Stepper TagHelper Docs</a> & <ahref="https://demos.telerik.com/aspnet-core/stepper/tag-helper">Demos</a>
Copy file name to clipboardExpand all lines: docs/backwards-compatibility/2020-backward-compatibility.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,18 @@ This article lists the breaking changes in the Kendo UI 2020 releases.
17
17
* The responsive Pager no longer has the `k-pager-lg` breakpoint and class.
18
18
* The page numbers drop-down of the responsive Pager is now an HTML `select` element.
19
19
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
+
20
32
**Validator**
21
33
22
34
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:
Copy file name to clipboardExpand all lines: docs/intro/supporting/jquery-support.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The following table provides a list of the jQuery versions that are compatible w
21
21
22
22
| Major Releases | jQuery Version | Comments |
23
23
| :--- | :--- | :--- |
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|
24
25
|[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|
25
26
|[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|
26
27
|[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|
0 commit comments