Skip to content

Reference to @progress/kendo-drawing makes kendo-ui-core unusableΒ #8147

@thiscode

Description

@thiscode

In the following commit, all parts of the file kendo.color.js that are apparently already present in the @progress/kendo-drawing package have been removed and replaced with a reference to this package:

b4285d7#diff-d52ddea6bec128c093866841e8e6ba6b5919c960c6a4441e300e57b5ee775a31

This certainly has a reasonable reason, such as avoiding duplicate code, but it means that the open source package kendo-ui-core can no longer be used without the commercial package @progress/kendo-drawing.

Also, you cannot simply include the UMD version of kendo-ui-core via CDN as specified in the README:

<script src="http://kendo.cdn.telerik.com/2024.4.1112/js/kendo.ui.core.min.js"></script>

This leads to an error, which in many cases also leads to other components of kendo-ui-core not working:

Uncaught TypeError: t is undefined
    <anonymous> https://*****/umd/kendo.ui.core.min.js:1
    <anonymous> https://*****/umd/kendo.ui.core.min.js:1
    <anonymous> https://*****/umd/kendo.ui.core.min.js:1

The last working version that can be used with this procedure is 2024.3.1015.

Either transfer the @progress/kendo-drawing package to the open source package or make the functions available in the open source package as before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FP: UnplannedSync status with associated Feedback Item

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions