Skip to content

Releases: msx2/selectivity-rails

v0.2.0

04 Nov 08:46
Compare
Choose a tag to compare

This version includes:

  • Updated Selectivity.js version (3.0, October 2016 release)

v0.1.9

01 Jul 09:12
Compare
Choose a tag to compare

This version includes:

  • Updated Selectivity.js version (May 2016 release)

v0.1.8

13 Jan 11:24
Compare
Choose a tag to compare

This version includes:

  • Updated Selectivity.js version (2.1.0 with minor updates)
  • Updated finder logic

v0.1.7

13 Nov 18:34
Compare
Choose a tag to compare

This version includes:

  • Fixed _selectivity_select! method now allowing to select options contained within other options, e.g. active from %w(active inactive) collection
  • Updated Selectivity.js version

v0.1.6

27 Sep 09:35
Compare
Choose a tag to compare

This version includes refactored _selectivity_select! - uses standard find element by text for Poltergeist, and xpath search for all other drivers.

v0.1.5

26 Sep 19:51
Compare
Choose a tag to compare

This version includes Selectivity.js v2.0.0

v0.1.4

17 Jun 11:50
Compare
Choose a tag to compare

This version includes Selectivity.js v1.1.1

v0.1.3

14 May 12:50
Compare
Choose a tag to compare

This version includes Selectivity.js v1.1.0

v0.1.2

13 May 14:26
Compare
Choose a tag to compare

Includes:

  • Fixes necessary for Poltergeist/PhantomJS driver to work properly (results in slower tests in other drivers)
  • Updated Selectivity.js version
  • RSpec helper specific methods prefixed with _selectivity in global scope

v0.1.1

07 May 04:51
Compare
Choose a tag to compare

Fixed overwrite of Capybara's select method