mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add jQuery 3.7.0
This commit is contained in:
parent
ba249efb6b
commit
1be4538817
@ -427,6 +427,9 @@ grunt.initConfig( {
|
||||
"jquery-3.6.4/jquery.js": "jquery-3.6.4/dist/jquery.js",
|
||||
"jquery-3.6.4/LICENSE.txt": "jquery-3.6.4/LICENSE.txt",
|
||||
|
||||
"jquery-3.7.0/jquery.js": "jquery-3.7.0/dist/jquery.js",
|
||||
"jquery-3.7.0/LICENSE.txt": "jquery-3.7.0/LICENSE.txt",
|
||||
|
||||
"jquery-migrate-1.4.1/jquery-migrate.js":
|
||||
"jquery-migrate-1.4.1/dist/jquery-migrate.js",
|
||||
"jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt",
|
||||
|
@ -36,7 +36,7 @@
|
||||
"jquery-1.12.2": "jquery#1.12.2",
|
||||
"jquery-1.12.3": "jquery#1.12.3",
|
||||
"jquery-1.12.4": "jquery#1.12.4",
|
||||
"jquery-3.x": "jquery#3.6.4",
|
||||
"jquery-3.x": "jquery#3.7.0",
|
||||
"jquery-2.0.0": "jquery#2.0.0",
|
||||
"jquery-2.0.1": "jquery#2.0.1",
|
||||
"jquery-2.0.2": "jquery#2.0.2",
|
||||
@ -67,6 +67,7 @@
|
||||
"jquery-3.6.2": "jquery#3.6.2",
|
||||
"jquery-3.6.3": "jquery#3.6.3",
|
||||
"jquery-3.6.4": "jquery#3.6.4",
|
||||
"jquery-3.7.0": "jquery#3.7.0",
|
||||
"jquery-migrate-1.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
|
||||
"jquery-migrate-3.4.1": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.4.1.tgz"
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ module.exports = function( grunt ) {
|
||||
var versions = {
|
||||
"git": "git",
|
||||
"3.x-git": "3.x-git",
|
||||
"3.7": "3.7.0",
|
||||
"3.6": "3.6.4",
|
||||
"3.5": "3.5.1",
|
||||
"3.4": "3.4.1",
|
||||
|
20
external/jquery-3.7.0/LICENSE.txt
vendored
Normal file
20
external/jquery-3.7.0/LICENSE.txt
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
10704
external/jquery-3.7.0/jquery.js
vendored
Normal file
10704
external/jquery-3.7.0/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1853
external/jquery/jquery.js
vendored
1853
external/jquery/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
2
tests/lib/bootstrap.js
vendored
2
tests/lib/bootstrap.js
vendored
@ -1,7 +1,7 @@
|
||||
( function() {
|
||||
"use strict";
|
||||
|
||||
var DEFAULT_JQUERY_VERSION = "3.6.4";
|
||||
var DEFAULT_JQUERY_VERSION = "3.7.0";
|
||||
|
||||
requirejs.config( {
|
||||
paths: {
|
||||
|
@ -30,6 +30,7 @@ QUnit.config.urlConfig.push( {
|
||||
"3.4.0", "3.4.1",
|
||||
"3.5.0", "3.5.1",
|
||||
"3.6.0", "3.6.1", "3.6.2", "3.6.3", "3.6.4",
|
||||
"3.7.0",
|
||||
"3.x-git", "git", "custom"
|
||||
],
|
||||
tooltip: "Which jQuery Core version to test against"
|
||||
|
@ -17,6 +17,7 @@ var versions = [
|
||||
"3.4.0", "3.4.1",
|
||||
"3.5.0", "3.5.1",
|
||||
"3.6.0", "3.6.1", "3.6.2", "3.6.3", "3.6.4",
|
||||
"3.7.0",
|
||||
"3.x-git", "git", "custom"
|
||||
],
|
||||
additionalTests = {
|
||||
|
Loading…
Reference in New Issue
Block a user