Docs: Update jQuery used for demos to 3.6.0

jQuery 1.12.4 misses some Core APIs that jQuery UI depends on and that are not
polyfilled in demos.
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-09-24 19:02:05 +02:00 committed by Felix Nagel
parent 3f5c7201da
commit f381ec0513
4 changed files with 4281 additions and 4424 deletions

View File

@ -286,8 +286,8 @@ grunt.initConfig( {
"jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js", "jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js",
"jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt", "jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt",
"jquery/jquery.js": "jquery-1.x/dist/jquery.js", "jquery/jquery.js": "jquery-3.x/dist/jquery.js",
"jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt", "jquery/LICENSE.txt": "jquery-3.x/LICENSE.txt",
"jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js", "jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js",
"jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt", "jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt",

View File

@ -39,7 +39,7 @@
"jquery-1.12.2": "jquery#1.12.2", "jquery-1.12.2": "jquery#1.12.2",
"jquery-1.12.3": "jquery#1.12.3", "jquery-1.12.3": "jquery#1.12.3",
"jquery-1.12.4": "jquery#1.12.4", "jquery-1.12.4": "jquery#1.12.4",
"jquery-1.x": "jquery#1.12.4", "jquery-3.x": "jquery#3.6.0",
"jquery-2.0.0": "jquery#2.0.0", "jquery-2.0.0": "jquery#2.0.0",
"jquery-2.0.1": "jquery#2.0.1", "jquery-2.0.1": "jquery#2.0.1",
"jquery-2.0.2": "jquery#2.0.2", "jquery-2.0.2": "jquery#2.0.2",

View File

@ -1,13 +1,4 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/ Copyright OpenJS Foundation and other contributors, https://openjsf.org/
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery
The following license applies to all parts of this software except as
documented below:
====
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
@ -27,10 +18,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====
All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.

File diff suppressed because it is too large Load Diff