Skip to content

Commit

Permalink
Upgrade jQuery 3 to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 18, 2018
1 parent 713fabd commit 65e8dcd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.3.3

- update jquery to 3.3.1

## 4.3.2

- update jquery to 3.3.0
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Expand Up @@ -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 | - |
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Expand Up @@ -3,7 +3,7 @@ module Rails
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 changes: 3 additions & 3 deletions vendor/assets/javascripts/jquery3.js
@@ -1,5 +1,5 @@
/*!
* jQuery JavaScript Library v3.3.0
* jQuery JavaScript Library v3.3.1
* https://jquery.com/
*
* Includes Sizzle.js
Expand All @@ -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 ) {

Expand Down Expand Up @@ -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 ) {
Expand Down
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/jquery3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/assets/javascripts/jquery3.min.map

Large diffs are not rendered by default.

0 comments on commit 65e8dcd

Please sign in to comment.