Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with newest Kendo UI versions (2023.3.1114 onwards) #810

Open
wkurekdce opened this issue Jun 28, 2024 · 3 comments
Open

Comments

@wkurekdce
Copy link

Kendo UI in version R3 2023 SP1 (version 2023.3.1114) announced breaking change:

Remove legacy files related to the deprecated Angular JS 1.x versions

This change made Aurelia-Kendo UI Bridge incompatible with Kendo UI R3 2023 SP1 (version 2023.3.1114) onwards.

Is it planned to release new version of Aurelia-Kendo UI Bridge to bring back compatibility with newest Kendo UI versions?

@jded76
Copy link

jded76 commented Aug 2, 2024

We need to get this working again.
We can help with PRs if needed.

@jded76
Copy link

jded76 commented Aug 2, 2024

Actually the last working version is Kendo UI R2 2023 SP2 (version 2023.2.829)

@wkurekdce
Copy link
Author

Last working version is 2023.3.1010, as next version 2023.3.1114 removes support for AngularJS.

Kendo UI in version 2023.3.1114 has kendo.angular.js file removed - it seems not so crucial as aurelia-kendoui-bridge overrides angular object.

What is more important - all references to angular are removed from kendo ui widgets code - including calls which are responsible for handling Aurelia templates i.e.:
this.angular("compile", getElements);
this.angular("cleanup", getElements);

This is the direct reason why integration between Kendo UI and bridge is broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants