We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc8d71 commit 5e049dcCopy full SHA for 5e049dc
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.0.0] - 2026-04-09
10
+
11
### Added
12
- `have_fields_date_range` matcher for date range filter fields
13
- `within_table_footer` finder for table footer row
lib/capybara/active_admin/version.rb
@@ -2,6 +2,6 @@
2
3
module Capybara
4
module ActiveAdmin
5
- VERSION = '0.3.3'
+ VERSION = '1.0.0'
end
0 commit comments