New CDN links for version 18.1.0.42

Hello everyone,

How one should update these two lines after 18.1.0.42 update?

    <script src="https://cdn.syncfusion.com/ej2/17.4.54/dist/ej2.min.js"></script>
  <script src="https://cdn.syncfusion.com/ej2/17.4.54/dist/ejs.interop.min.js"></script>

2 Replies

BA BAZAN April 2, 2020 08:29 AM UTC

Hi,

Starting the version 18.1.*, these scripts are no longer necessary.



SM Saranya Murugasamy Syncfusion Team April 2, 2020 01:29 PM UTC

Hi Volkan-a, 

Greetings from Syncfusion. 

From version 18.1.0.42, we automatically load the scripts from Syncfusion.Blazor Nuget package, hence you need not refer these scripts in your application.  
  
You can disable this resource loading by passing boolean argument by "AddSyncfusionBlazor(true)" in Startup.cs file. Then, you can load the script in the HEAD element if the "~/Pages/_Host.cshtml" page. 
  
<head> 
   </head> 

  
  
Also, we recommend you to refer below documentation for more information.  
  
  
  
  
Please get back to us if you need any further assistance on this.  

Regards, 
Saranya M 



Loader.
Up arrow icon