Releases: Hirurg103/capybara_select2
Releases · Hirurg103/capybara_select2
Capybara Select2 version 0.5.0
CHANGELOG:
- Added specific select2 helpers that allow more refined access to a select2 control ( @Hirurg103 )
- Allow to pass a string value the
search
parameter to search by the different term than an option text (@Hirurg103 )
Capybara Select2 version 0.4.4
CHANGELOG:
- Fixed the issue that
select2
helper doesn't allow to re-select an already selected value ( @Hirurg103 )
Capybara Select2 version 0.4.3
CHANGELOG:
- Added
exact_text
parameter that allows to select select2 options by exact text in case of ambiguous match ( @garymh ) - Fixed
Unable to find css ".select2-results .select2-results__option[role='treeitem']"
in select2 version 4.0.9+ ( @Hirurg103 )
Capybara Select2 version 0.4.0
CHANGELOG:
- Added match strategy when selecting an option ( @r4do )
- Use
:css
explicitly in the find methods. This will allow to avoid issues in projects which use XPatch selector by default ( @etipton ) - Add
have_select2_option
test helper ( @Hirurg103 )
Capybara Select2 version 0.3.2
CHANGELOG:
- Fixed the bug with using
select2
withinwithin
capybara helper ( @kreintjes ) - Fixed the bug with selecting a value from a select with groups ( @kreintjes )
Capybara Select2 version 0.3.0
CHANGELOG:
- Detects select2 version automatically
- Several values can be passed to select2 helper at once
- Raises clear error if options don't specify select2 container XPath, CSS or label
Capybara Select2 version 0.1.1
Added support for dynamic option creation (tagging)
Capybara Select2 version 0.1.0
Supports select2 version 2/3/4. Allows to search for an options via search: true
parameter