@progress/kendo-angular-layout 25.0.0-develop.7 → 25.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1784618825,
11
- "version": "25.0.0-develop.7",
10
+ "publishDate": 1786525859,
11
+ "version": "25.0.0",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "25.0.0-develop.7",
3
+ "version": "25.0.0",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -73,13 +73,20 @@
73
73
  "file": "codemods/v24/drawer-miniwidth.js",
74
74
  "instructionsOnly": true
75
75
  }
76
+ ],
77
+ "25": [
78
+ {
79
+ "description": "The Tabstrip has rendering changes that may affect custom styling.",
80
+ "file": "codemods/v25/layout-rendering-changes.js",
81
+ "instructionsOnly": true
82
+ }
76
83
  ]
77
84
  }
78
85
  },
79
86
  "package": {
80
87
  "productName": "Kendo UI for Angular",
81
88
  "productCode": "KENDOUIANGULAR",
82
- "publishDate": 1784618825,
89
+ "publishDate": 1786525859,
83
90
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
84
91
  }
85
92
  },
@@ -89,17 +96,17 @@
89
96
  "@angular/core": "20 - 22",
90
97
  "@angular/platform-browser": "20 - 22",
91
98
  "@progress/kendo-licensing": "^1.11.0",
92
- "@progress/kendo-angular-common": "25.0.0-develop.7",
93
- "@progress/kendo-angular-l10n": "25.0.0-develop.7",
94
- "@progress/kendo-angular-progressbar": "25.0.0-develop.7",
95
- "@progress/kendo-angular-icons": "25.0.0-develop.7",
96
- "@progress/kendo-angular-buttons": "25.0.0-develop.7",
97
- "@progress/kendo-angular-intl": "25.0.0-develop.7",
99
+ "@progress/kendo-angular-common": "25.0.0",
100
+ "@progress/kendo-angular-l10n": "25.0.0",
101
+ "@progress/kendo-angular-progressbar": "25.0.0",
102
+ "@progress/kendo-angular-icons": "25.0.0",
103
+ "@progress/kendo-angular-buttons": "25.0.0",
104
+ "@progress/kendo-angular-intl": "25.0.0",
98
105
  "rxjs": "^6.5.3 || ^7.0.0"
99
106
  },
100
107
  "dependencies": {
101
108
  "tslib": "^2.3.1",
102
- "@progress/kendo-angular-schematics": "25.0.0-develop.7",
109
+ "@progress/kendo-angular-schematics": "25.0.0",
103
110
  "@progress/kendo-draggable": "^3.0.2"
104
111
  },
105
112
  "schematics": "./schematics/collection.json",