From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] jquery: Update to 3.6.0 Date: Wed, 17 Mar 2021 22:42:01 +0100 Message-ID: <20210317214201.40768-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3085356526980850436==" List-Id: --===============3085356526980850436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 Summary of Important Changes for move to 3.0 Attributes Breaking change: .removeAttr() no longer sets properties to false Breaking change: select-multiple with nothing selected returns an emp= ty array Feature: SVG documents support class operations Deprecated: .toggleClass() with no arguments and .toggleClass( Boolea= n ) Callbacks Feature: Locking a Callback prevents only future list execution Core Breaking change: jQuery 3.0 runs in Strict Mode Breaking change: document-ready handlers are now asynchronous Breaking change: jQuery.isNumeric() and custom .toString() Breaking change: Deprecated .context and .selector properties removed Breaking change: Deprecated .size() removed Breaking change: Undocumented internal methods no longer exposed Breaking change: Return values on empty sets are undefined Feature: for...of loops can be used on jQuery collections Feature: jQuery.ready promise is formally supported Deprecated: jQuery.unique(), renamed to jQuery.uniqueSort() Deprecated: jQuery.parseJSON() Deprecated: document-ready handlers other than jQuery(function) Signed-off-by: Adolf Belka --- lfs/jquery | 4 ++-- 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 @@ =20 include Config =20 -VER =3D 1.10.2 +VER =3D 3.6.0 =20 THISAPP =3D jquery-$(VER) DL_FILE =3D $(THISAPP).min.js @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 628072e7212db1e8cdacb22b21752cda +$(DL_FILE)_MD5 =3D 8fb8fee4fcc3cc86ff6c724154c49c42 =20 install : $(TARGET) =20 --=20 2.30.2 --===============3085356526980850436==--