Skip to content

Releases: Hirurg103/capybara_select2

Capybara Select2 version 0.5.0

12 Mar 17:58
Compare
Choose a tag to compare

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

04 Mar 15:21
Compare
Choose a tag to compare

CHANGELOG:

  • Fixed the issue that select2 helper doesn't allow to re-select an already selected value ( @Hirurg103 )

Capybara Select2 version 0.4.3

04 Mar 09:55
Compare
Choose a tag to compare

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

10 Apr 19:52
Compare
Choose a tag to compare

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

19 Sep 15:34
Compare
Choose a tag to compare

CHANGELOG:

  • Fixed the bug with using select2 within within capybara helper ( @kreintjes )
  • Fixed the bug with selecting a value from a select with groups ( @kreintjes )

Capybara Select2 version 0.3.0

12 Sep 17:59
Compare
Choose a tag to compare

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

11 Aug 12:11
Compare
Choose a tag to compare

Added support for dynamic option creation (tagging)

Capybara Select2 version 0.1.0

09 Aug 17:47
Compare
Choose a tag to compare

Supports select2 version 2/3/4. Allows to search for an options via search: true parameter