Upgrade jQuery 3 to 3.3.1

This commit is contained in:
Rafael Mendonça França
2018-04-18 13:25:32 -04:00
parent 713fabd3c9
commit 65e8dcd012
6 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
## 4.3.3
- update jquery to 3.3.1
## 4.3.2
- update jquery to 3.3.0

View File

@@ -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 | - |

View File

@@ -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

View File

@@ -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 ) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long