Skip to content

Commit a894bfd

Browse files
authored
Chore/changelog (#978)
* Update changelog * Update QUnit
1 parent 77a4aa4 commit a894bfd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

33
## 23.0.0 / unreleased
44

5-
* [BUGFIX] `form_with` default argument exception on Rails 8.0 ([#974](https://github.com/DavyJonesLocker/client_side_validations/issues/974))
65
* [FEATURE] Breaking change: Add `csv` prefix to CSV related data attributes:
76
- `data-changed` => `data-csv-changed`
87
- `data-valid` => `data-csv-valid`
@@ -11,9 +10,13 @@
1110
* [FEATURE] Drop Internet Explorer and other older browsers support
1211
* [FEATURE] Drop Ruby < 3.1
1312
* [FEATURE] Drop jQuery < 3.7.1 Compatibility
14-
* [ENHANCEMENT] Update QUnit to 2.23.0
13+
* [ENHANCEMENT] Update QUnit to 2.24.1
1514
* [ENHANCEMENT] Test against Ruby 3.4
1615

16+
## 22.3.1 / 2025-01-29
17+
18+
* [BUGFIX] `form_with` default argument exception on Rails 8.0 ([#974](https://github.com/DavyJonesLocker/client_side_validations/issues/974))
19+
1720
## 22.3.0 / 2024-11-12
1821

1922
* [FEATURE] Rails 8.0 compatibility

test/javascript/server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def call(env)
3030
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })
3131

3232
DEFAULT_JQUERY_VERSION = '3.7.1'
33-
QUNIT_VERSION = '2.23.0'
33+
QUNIT_VERSION = '2.24.1'
3434

3535
helpers do
3636
def jquery_version

0 commit comments

Comments
 (0)