Skip to content

Commit a80d74b

Browse files
Update jQuery to latest v3.6.1
This version contains a bug fix for focus/blur behavior. https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/ Closes #288
1 parent 153d9ff commit a80d74b

File tree

6 files changed

+130
-97
lines changed

6 files changed

+130
-97
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## unreleased
2+
3+
- update jquery to 3.6.1
4+
15
## 4.5.0
26

37
- update jquery to 3.6.0

VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery | jQuery UJS | jQuery UI |
44
|--------|--------|------------| ----------|
5+
| x.x.x | 1.12.4 & 2.2.4 & 3.6.1 | 1.2.2 | - |
56
| 4.5.0 | 1.12.4 & 2.2.4 & 3.6.0 | 1.2.2 | - |
67
| 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
78
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |

lib/jquery/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
VERSION = "4.5.0"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
6-
JQUERY_3_VERSION = "3.6.0"
6+
JQUERY_3_VERSION = "3.6.1"
77
JQUERY_UJS_VERSION = "1.2.2"
88
end
99
end

0 commit comments

Comments
 (0)