You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Kendo UI in version R3 2023 SP1 (version 2023.3.1114) announced breaking change:
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?
The text was updated successfully, but these errors were encountered: