File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.4.0
2
+
3
+ - update jquery to 3.5.1 (note: [ 3.5.0 contains important security updates] ( https://github.com/advisories/GHSA-jpcq-cgw6-v4j6 ) )
4
+ - unescape dollar signs and backticks in ` assert_select_jquery ` to match
5
+ Rails updated behavior.
6
+
1
7
## 4.3.5
2
8
3
9
- update jquery to 3.4.1
Original file line number Diff line number Diff line change 2
2
3
3
| Gem | jQuery | jQuery UJS | jQuery UI |
4
4
| --------| --------| ------------| ----------|
5
+ | 4.4.0 | 1.12.4 & 2.2.4 & 3.5.1 | 1.2.2 | - |
5
6
| 4.3.5 | 1.12.4 & 2.2.4 & 3.4.1 | 1.2.2 | - |
6
7
| 4.3.4 | 1.12.4 & 2.2.4 & 3.4.0 | 1.2.2 | - |
7
8
| 4.3.3 | 1.12.4 & 2.2.4 & 3.3.1 | 1.2.2 | - |
Original file line number Diff line number Diff line change 1
1
module Jquery
2
2
module Rails
3
- VERSION = "4.3.5 "
3
+ VERSION = "4.4.0 "
4
4
JQUERY_VERSION = "1.12.4"
5
5
JQUERY_2_VERSION = "2.2.4"
6
6
JQUERY_3_VERSION = "3.5.1"
You can’t perform that action at this time.
0 commit comments