This is a migrated thread and some comments may be shown as answers.

Which jQuery version is embedded in newest release 2016 Q1?

18 Answers 210 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 19 Jan 2016, 02:49 PM
can't find any information in any of the release notes or docs.

18 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 19 Jan 2016, 03:54 PM
Hi,

In the latest Q1 2016 release the jQuery version that is used is 1.11.1 as pointed in this article:
http://docs.telerik.com/devtools/aspnet-ajax/general-information/using-jquery/using-jquery#jquery-version-history-in-telerik-ui-controls

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 19 Jan 2016, 04:26 PM

I've seen the document you refer to, and it's latest report is the jQuery for version Q3 2014.  It doesn't say anything about versions after that.  It's still 1.11 for Q1 2016?

 For almost every prior release, the page shows that the jQuery version was upgraded.  But for the last 5 release, there are no updates of jQuery version? Seems odd.

I was under the impression that, like a lot of tools, support for older IE versions was being phased out of the telerik asp.net control suite.  Meaning you could move to the far faster jQuery 2.x versions.  Is there any timeline for that?

0
Pavlina
Telerik team
answered on 20 Jan 2016, 03:48 PM
Hi,

Yes, the jQuery version that is used in Q1 2016 is still 1.11.1. Therefore in the topic is pointed that from Q3 2014 to present version is used jQuery 1.11.1. However, for the next release we plan to upgrade to the latest jQuery version.

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
pev
Top achievements
Rank 1
answered on 24 Jun 2016, 06:28 AM

Hi Pavlina 

I am now using 'Telerik_UI_for_ASP.NET_AJAX_2016_2_531_Dev_hotfix', and it is still using 1.11.1. Do you have any updates on when you will upgrade to 1.12.3 or newer? Clients are complaining that the system uses old jQuery because of the XSS vulnerability fixed in 1.12.3, https://github.com/jquery/jquery/commit/cfe830eefdd7f1e7cb87e9841d1d732d6d99ffae

 

pev

0
Pavlina
Telerik team
answered on 24 Jun 2016, 04:35 PM
Hello,

The jQuery version is still 1.11.1. However, I want to assure you that I have raised the priority of this task and it will be updated soon.

Regards,
Pavlina
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
pev
Top achievements
Rank 1
answered on 27 Jun 2016, 10:24 AM

Thank you for a quick answer.

Is this "task" present in a public tracker? So I can follow the status.

 

pev

0
Pavlina
Telerik team
answered on 30 Jun 2016, 10:42 AM
Hello,

This task is in our backlog there is no public item for it.

Regards,
Pavlina
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
pev
Top achievements
Rank 1
answered on 08 Aug 2016, 07:56 AM

Hi Pavlina!

Are there any news on the jQuery update?

Any chance it will be in a SP for Q2? Can you confirm it will be present i Q3?

 

pev

0
Pavlina
Telerik team
answered on 11 Aug 2016, 06:23 AM
Hi,

An exact time frame has not been set, so I am afraid I cannot provide more specific information. You can keep an eye on the respective section in our documentation, which will be updated once the embedded jQuery version is changed.
Regards,
Pavlina
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
klaus
Top achievements
Rank 1
answered on 09 Feb 2017, 01:46 PM
Hi,

Is there an update on when the jquery version will be upgraded? As pev mentions there is a security issue with the included version of jQuery. I just downloaded version 2017 Q1 118 and that still uses jQuery 1.11.1

Thank you!
0
Pavlina
Telerik team
answered on 10 Feb 2017, 12:37 PM
Hello,

Indeed the officially supported jQuery version is still 1.11.1. However, you can include the desired version in your project following the steps provided in this article:
http://docs.telerik.com/devtools/aspnet-ajax/general-information/using-jquery/using-jquery#including-external-jquery

Regards,
Pavlina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.

 
0
Curtis
Top achievements
Rank 1
answered on 23 May 2017, 05:56 AM

Are there any plans on upgrading the jQuery version, which is now in version 3 already? The last time you upgraded the internal jQuery version was in 2014!

It is not realistic to force users to load two different versions of jQuery and if loading a newer version can break your controls, then what is the use?

Thanks.
0
Marin Bratanov
Telerik team
answered on 23 May 2017, 10:08 AM

Hi Curtis,

You can add jQuery3 to your page without breaking our controls, we use the .noConflict method to put the jQuery we bring in the window.$telerik.$ variable, so the window.$ and window.jQuery objects are free for you to use.

We are working on improving compatibility with jQuery 3 in upcoming releases (R2 2017 SP1 and R3 2017), even though official support for other jQuery versions is not planned. After that, you will be able to disable the embedded jQuery and add your own v3 to the page so there is only one version on the page: http://docs.telerik.com/devtools/aspnet-ajax/controls/scriptmanager/disabling-the-embedded-jquery.

Regards,

Marin Bratanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Curtis
Top achievements
Rank 1
answered on 23 May 2017, 03:00 PM

Hi Marin,

That's great news to hear the jQuery 3 support. So just to validate, to be able to use jQuery 3 and be able to disable the embedded jQuery (to help keep page size small), we should wait until R2 2017 SP1 and R3 2017, correct? If we were to do that today, control functionality could break?

Thanks!
0
Marin Bratanov
Telerik team
answered on 23 May 2017, 03:10 PM

Hi Curtis,

Right now jQuery3 may break some things in our controls. R2 2017 SP1 will be the first release to bring workarounds. After that other workarounds may get implemented, depending on what gets reported and its severity.

On the size - the MS AJAX library alone is almost 500kb in debug mode, and 150kb in Release mode. Add a simple script manager to a page and monitor the network traffic.

<asp:ScriptManager ID="Scriptmanager1" runat="server" ScriptMode="Release|Debug">
</asp:ScriptManager>

This does not take into account the other scripts and stylesheets on the page which often amount to several MB. So, the 90kb of the embedded jQuery are not likely to be the biggest hit on performance. If you enable the various CDNs, such resources will get cached and speed will improve greatly.

Regards,

Marin Bratanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Curtis
Top achievements
Rank 1
answered on 23 May 2017, 06:54 PM

Thanks for the confirmation and quick response Marin!

I hear what you are saying, but when SEO and pagespeed are critical, we are cognizant of every KB that is sent over the wire! We strive to keep our entire content well below 1 MB.

 

0
Allen
Top achievements
Rank 2
Iron
Veteran
answered on 13 Oct 2020, 08:56 AM
Is it naive to suppose a chart could be provided by Telerik indicating what its jQuery has and does not have, or behaves differently, compared with the native versions, in a concise manner?  And certainly, recommended workarounds for functionality voids? Thx.  Be safe!
0
Rumen
Telerik team
answered on 14 Oct 2020, 09:17 AM

Hi Allen,

Thank you for the great idea!

Currently, the information you are looking for is available in the following sections of the Using jQuery article:

 

Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
John
Top achievements
Rank 1
pev
Top achievements
Rank 1
klaus
Top achievements
Rank 1
Curtis
Top achievements
Rank 1
Marin Bratanov
Telerik team
Allen
Top achievements
Rank 2
Iron
Veteran
Rumen
Telerik team
Share this question
or