]> git.ipfire.org Git - ipfire-2.x.git/commit
jquery: Update to 3.6.0
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 17 Mar 2021 21:42:01 +0000 (22:42 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 Mar 2021 10:00:43 +0000 (10:00 +0000)
commitbc8cb4040b0b953069fecc92d04d471c3029e0e4
tree7f924994513bedb735c0f3df89ce7dd8e3bf2c6f
parent1e080b8a80cf44050a6bfa21b28f1c2e307577b2
jquery: Update to 3.6.0

- 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@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/jquery