From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] jquery: Update to 3.6.0
Date: Wed, 17 Mar 2021 22:42:01 +0100 [thread overview]
Message-ID: <20210317214201.40768-1-adolf.belka@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2048 bytes --]
- 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 empty array
Feature: SVG documents support class operations
Deprecated: .toggleClass() with no arguments and .toggleClass( Boolean )
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 <adolf.belka(a)ipfire.org>
---
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 @@
include Config
-VER = 1.10.2
+VER = 3.6.0
THISAPP = jquery-$(VER)
DL_FILE = $(THISAPP).min.js
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 628072e7212db1e8cdacb22b21752cda
+$(DL_FILE)_MD5 = 8fb8fee4fcc3cc86ff6c724154c49c42
install : $(TARGET)
--
2.30.2
next reply other threads:[~2021-03-17 21:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 21:42 Adolf Belka [this message]
2021-03-17 21:48 ` Adolf Belka
2021-03-18 11:22 ` Michael Tremer
2021-03-18 19:32 ` Leo Hofmann
2021-03-19 9:59 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210317214201.40768-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox