From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Hofmann To: development@lists.ipfire.org Subject: Re: [PATCH] jquery: Update to 3.6.0 Date: Thu, 18 Mar 2021 20:32:42 +0100 Message-ID: In-Reply-To: <7017154c-5caf-b321-cb98-771e0b0a4535@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3727580770907974571==" List-Id: --===============3727580770907974571== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Adolf, thank you very much for getting this done so quickly! I have updated jQuery on my test system and could not find any immediate issu= es. My Firefox 86 did not complain, the speedmeter and firewall GUI are worki= ng. As far as I can tell, none of the affected funtions are used anywhere. Best regards, Leo Am 17.03.2021 um 22:48 schrieb Adolf Belka: > Hi All, > > This patch for jquery has very significant changes. It has changed from Bra= nch 1 to 2 to 3. The change from Branch 2 to 3 lists several breaking changes. > I have no familiarity with jquery so cannot tell if these changes could giv= e a problem or not to IPFire. > > It would be good for someone familiar with the use of jquery in IPFire to t= est this patch to check if it is okay or creates a problem. > > Regards, > Adolf. > > > On 17/03/2021 22:42, Adolf Belka wrote: >> - Update from 1.10.2 to 3.6.0 >> - No update required for rootfile >> - Changelog covers 8 years and 3 branches of code version >> - The 1.x and 2.x branches no longer receive patches >> =C2=A0=C2=A0=C2=A0 Summary of Important Changes for move to 3.0 >> =C2=A0=C2=A0=C2=A0=C2=A0 Attributes >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: .removeA= ttr() no longer sets properties to false >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: select-m= ultiple with nothing selected returns an empty array >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Feature: SVG documents su= pport class operations >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Deprecated: .toggleClass(= ) with no arguments and .toggleClass( Boolean ) >> =C2=A0=C2=A0=C2=A0=C2=A0 Callbacks >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Feature: Locking a Callba= ck prevents only future list execution >> =C2=A0=C2=A0=C2=A0=C2=A0 Core >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: jQuery 3= .0 runs in Strict Mode >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: document= -ready handlers are now asynchronous >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: jQuery.i= sNumeric() and custom .toString() >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: Deprecat= ed .context and .selector properties removed >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: Deprecat= ed .size() removed >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: Undocume= nted internal methods no longer exposed >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Breaking change: Return v= alues on empty sets are undefined >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Feature: for...of loops c= an be used on jQuery collections >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Feature: jQuery.ready pro= mise is formally supported >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Deprecated: jQuery.unique= (), renamed to jQuery.uniqueSort() >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Deprecated: jQuery.parseJ= SON() >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Deprecated: document-read= y handlers other than jQuery(function) >> >> Signed-off-by: Adolf Belka >> --- >> =C2=A0 lfs/jquery | 4 ++-- >> =C2=A0 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/lfs/jquery b/lfs/jquery >> index 6b054cbd4..1d35bbedd 100644 >> --- a/lfs/jquery >> +++ b/lfs/jquery >> @@ -24,7 +24,7 @@ >> =C2=A0 =C2=A0 include Config >> =C2=A0 -VER=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D 1.10.2 >> +VER=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D 3.6.0 >> =C2=A0 =C2=A0 THISAPP=C2=A0=C2=A0=C2=A0 =3D jquery-$(VER) >> =C2=A0 DL_FILE=C2=A0=C2=A0=C2=A0 =3D $(THISAPP).min.js >> @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >> =C2=A0 =C2=A0 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> =C2=A0 -$(DL_FILE)_MD5 =3D 628072e7212db1e8cdacb22b21752cda >> +$(DL_FILE)_MD5 =3D 8fb8fee4fcc3cc86ff6c724154c49c42 >> =C2=A0 =C2=A0 install : $(TARGET) >> > --===============3727580770907974571==--