mirror of
https://github.com/rails/jquery-rails.git
synced 2026-01-10 07:07:54 -05:00
Upgrade jQuery 3 to 3.3.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 4.3.3
|
||||
|
||||
- update jquery to 3.3.1
|
||||
|
||||
## 4.3.2
|
||||
|
||||
- update jquery to 3.3.0
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
| Gem | jQuery | jQuery UJS | jQuery UI |
|
||||
|--------|--------|------------| ----------|
|
||||
| 4.3.3 | 1.12.4 & 2.2.4 & 3.3.1 | 1.2.2 | - |
|
||||
| 4.3.2 | 1.12.4 & 2.2.4 & 3.3.0 | 1.2.2 | - |
|
||||
| 4.3.1 | 1.12.4 & 2.2.4 & 3.2.1 | 1.2.2 | - |
|
||||
| 4.3.0 | 1.12.4 & 2.2.4 & 3.2.0 | 1.2.2 | - |
|
||||
|
||||
@@ -3,7 +3,7 @@ module Jquery
|
||||
VERSION = "4.3.2"
|
||||
JQUERY_VERSION = "1.12.4"
|
||||
JQUERY_2_VERSION = "2.2.4"
|
||||
JQUERY_3_VERSION = "3.3.0"
|
||||
JQUERY_3_VERSION = "3.3.1"
|
||||
JQUERY_UJS_VERSION = "1.2.2"
|
||||
end
|
||||
end
|
||||
|
||||
6
vendor/assets/javascripts/jquery3.js
vendored
6
vendor/assets/javascripts/jquery3.js
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.3.0
|
||||
* jQuery JavaScript Library v3.3.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
@@ -9,7 +9,7 @@
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2018-01-19T19:00Z
|
||||
* Date: 2018-01-20T17:24Z
|
||||
*/
|
||||
( function( global, factory ) {
|
||||
|
||||
@@ -129,7 +129,7 @@ function toType( obj ) {
|
||||
|
||||
|
||||
var
|
||||
version = "3.3.0",
|
||||
version = "3.3.1",
|
||||
|
||||
// Define a local copy of jQuery
|
||||
jQuery = function( selector, context ) {
|
||||
|
||||
4
vendor/assets/javascripts/jquery3.min.js
vendored
4
vendor/assets/javascripts/jquery3.min.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/assets/javascripts/jquery3.min.map
vendored
2
vendor/assets/javascripts/jquery3.min.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user