Unplanned
Last Updated: 28 Oct 2025 14:17 by Anthony
Anthony
Created on: 28 Oct 2025 14:17
Category: Kendo UI for jQuery
Type: Bug Report
0
Kendo version of 0.0.0

Bug report

When using the raw JavaScript files from the src\src\dist\raw-js folder (included directly via <script> tags), the Kendo UI version (kendo.version) always returns 0.0.0, and the package metadata in kendo.all.js has the version field hardcoded to 0.0.0.

Reproduction of the problem

1. Download Kendo UI for jQuery commercial distribution.
2. Use the files from the following path:
`src\src\dist\raw-js\`

3. Include kendo.all.js (and other scripts) directly in an HTML page using <script> tags.
4. Include a valid license key using:

`KendoLicensing.setScriptKey("your-license-key");`
5. Run the application and inspect the console.

Call: console.log(kendo.version);

Result: The version displayed is "0.0.0".

 

Current behavior

kendo.version returns "0.0.0".

_parsedPackageMetadata in kendo.all.js shows:

version: '0.0.0'


Expected/desired behavior

The kendo.version property should correctly reflect the actual build version (2025.3.1002 in this case).

The PACKAGE_METADATA placeholder should be replaced during the build or distribution process, even in the raw-js folder outputs.


Environment
Kendo UI version: 2025.3.1002
Browser: [all ]

0 comments