Skip to content

Commit 65a9c73

Browse files
Update jquery to 3.7.0
It looks like this version has an important bugfix for focus/blur events. Closes #297
1 parent fb5a7a8 commit 65a9c73

File tree

5 files changed

+846
-1049
lines changed

5 files changed

+846
-1049
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## unreleased
22

3+
- update jquery to 3.7.0
4+
35
## 4.5.1
46

57
- update jquery to 3.6.1

lib/jquery/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
VERSION = "4.5.1"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
6-
JQUERY_3_VERSION = "3.6.1"
6+
JQUERY_3_VERSION = "3.7.0"
77
JQUERY_UJS_VERSION = "1.2.3"
88
end
99
end

0 commit comments

Comments
 (0)