Skip to content

Commit dd34f16

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 75c88ce commit dd34f16

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "year": 2021, "release": 2 }
1+
{ "year": 2021, "release": 3 }

docs-aspnet/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ navigation:
591591
"*tabstrip":
592592
title: "TabStrip"
593593
"*taskboard":
594-
title: "TaskBoard"
594+
title: "TaskBoard"
595595
"*textarea":
596596
title: "TextArea"
597597
isNew: true
@@ -634,10 +634,10 @@ navigation:
634634
baseurl: /aspnet-core
635635

636636
## The Kendo UI version used
637-
cdnVersion: "2021.1.330"
637+
cdnVersion: "2021.2.511"
638638

639639
## The MVC Core version used
640-
mvcCoreVersion: "2021.1.330"
640+
mvcCoreVersion: "2021.2.511"
641641

642642
ff-sheet-id: 1mottKpkbJFxkUq6rS3CsPrT8JQOE2JlUtsJBR622cxs
643643

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,10 @@ navigation:
718718
baseurl: /kendo-ui
719719

720720
## The Kendo UI version used
721-
cdnVersion: "2021.1.330"
721+
cdnVersion: "2021.2.511"
722722

723723
## The MVC Core version used
724-
mvcCoreVersion: "2021.1.330"
724+
mvcCoreVersion: "2021.2.511"
725725

726726
## Progress NPM Registry
727727
registry_url: 'https://registry.npm.telerik.com/'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"version": "1.0.0",
1212
"dependencies": {},
1313
"devDependencies": {
14-
"@progress/kendo-theme-bootstrap": "4.34.0",
15-
"@progress/kendo-theme-default": "4.37.0",
16-
"@progress/kendo-theme-material": "3.32.0",
14+
"@progress/kendo-theme-bootstrap": "4.35.1",
15+
"@progress/kendo-theme-default": "4.38.1",
16+
"@progress/kendo-theme-material": "3.33.1",
1717
"amd-optimize": "0.6.1",
1818
"autoprefixer": "^9.1.5",
1919
"axe-core": "4.1.2",

typescript/kendo.all.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Kendo UI Professional v2021.1.119
1+
// Type definitions for Kendo UI Professional v2021.2.511
22
// Project: http://www.telerik.com/kendo-ui
33
// Definitions by: Telerik <https://github.com/telerik>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -3476,7 +3476,7 @@ declare namespace kendo.ui {
34763476

34773477
constructor(element: Element, options?: DialogOptions);
34783478

3479-
center(): kendo.ui.Dialog;
3479+
center(): kendo.ui.Dialog;
34803480
close(): kendo.ui.Dialog;
34813481
content(): string;
34823482
content(content?: string): kendo.ui.Dialog;

0 commit comments

Comments
 (0)