diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bf8dbab..42c560dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 4.3.5
+
+- remove default jquery as it always loading jquery.js, not based on version
+
+## 4.3.4
+
+- update jquery to 3.4.0
+- set the default jquery to 3.4.0
+
+
## 4.3.3
- update jquery to 3.3.1
diff --git a/VERSIONS.md b/VERSIONS.md
index 6aa435f5..2a526e42 100644
--- a/VERSIONS.md
+++ b/VERSIONS.md
@@ -2,6 +2,8 @@
| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
+| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
+| 4.3.4 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
| 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 | - |
diff --git a/lib/jquery/rails/version.rb b/lib/jquery/rails/version.rb
index cd9b2fce..6970f7a7 100644
--- a/lib/jquery/rails/version.rb
+++ b/lib/jquery/rails/version.rb
@@ -1,9 +1,9 @@
module Jquery
module Rails
- VERSION = "4.3.3"
- JQUERY_VERSION = "1.12.4"
+ VERSION = "4.3.5"
+ JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
- JQUERY_3_VERSION = "3.3.1"
+ JQUERY_3_VERSION = "3.4.0"
JQUERY_UJS_VERSION = "1.2.2"
end
end
diff --git a/vendor/assets/javascripts/jquery3.js b/vendor/assets/javascripts/jquery3.js
index 9b5206bc..155d41d6 100644
--- a/vendor/assets/javascripts/jquery3.js
+++ b/vendor/assets/javascripts/jquery3.js
@@ -1,5 +1,5 @@
/*!
- * jQuery JavaScript Library v3.3.1
+ * jQuery JavaScript Library v3.4.0
* https://jquery.com/
*
* Includes Sizzle.js
@@ -9,32 +9,32 @@
* Released under the MIT license
* https://jquery.org/license
*
- * Date: 2018-01-20T17:24Z
+ * Date: 2019-04-10T19:48Z
*/
( function( global, factory ) {
- "use strict";
-
- if ( typeof module === "object" && typeof module.exports === "object" ) {
-
- // For CommonJS and CommonJS-like environments where a proper `window`
- // is present, execute the factory and get jQuery.
- // For environments that do not have a `window` with a `document`
- // (such as Node.js), expose a factory as module.exports.
- // This accentuates the need for the creation of a real `window`.
- // e.g. var jQuery = require("jquery")(window);
- // See ticket #14549 for more info.
- module.exports = global.document ?
- factory( global, true ) :
- function( w ) {
- if ( !w.document ) {
- throw new Error( "jQuery requires a window with a document" );
- }
- return factory( w );
- };
- } else {
- factory( global );
- }
+ "use strict";
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+
+ // For CommonJS and CommonJS-like environments where a proper `window`
+ // is present, execute the factory and get jQuery.
+ // For environments that do not have a `window` with a `document`
+ // (such as Node.js), expose a factory as module.exports.
+ // This accentuates the need for the creation of a real `window`.
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info.
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
// Pass this if window is not defined yet
} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
@@ -43,1608 +43,1627 @@
// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
// enough that all such attempts are guarded in a try block.
-"use strict";
+ "use strict";
-var arr = [];
+ var arr = [];
-var document = window.document;
+ var document = window.document;
-var getProto = Object.getPrototypeOf;
+ var getProto = Object.getPrototypeOf;
-var slice = arr.slice;
+ var slice = arr.slice;
-var concat = arr.concat;
+ var concat = arr.concat;
-var push = arr.push;
+ var push = arr.push;
-var indexOf = arr.indexOf;
+ var indexOf = arr.indexOf;
-var class2type = {};
+ var class2type = {};
-var toString = class2type.toString;
+ var toString = class2type.toString;
-var hasOwn = class2type.hasOwnProperty;
+ var hasOwn = class2type.hasOwnProperty;
-var fnToString = hasOwn.toString;
+ var fnToString = hasOwn.toString;
-var ObjectFunctionString = fnToString.call( Object );
+ var ObjectFunctionString = fnToString.call( Object );
-var support = {};
+ var support = {};
-var isFunction = function isFunction( obj ) {
+ var isFunction = function isFunction( obj ) {
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML