Skip to content

Commit

Permalink
Update jQuery to latest v3.6.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
carlosantoniodasilva committed Nov 10, 2022
1 parent 153d9ff commit a80d74b
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 97 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## unreleased

- update jquery to 3.6.1

## 4.5.0

- update jquery to 3.6.0
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
| x.x.x | 1.12.4 & 2.2.4 & 3.6.1 | 1.2.2 | - |
| 4.5.0 | 1.12.4 & 2.2.4 & 3.6.0 | 1.2.2 | - |
| 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
VERSION = "4.5.0"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.6.0"
JQUERY_3_VERSION = "3.6.1"
JQUERY_UJS_VERSION = "1.2.2"
end
end
Loading

0 comments on commit a80d74b

Please sign in to comment.