Skip to content

Releases: msx2/selectivity-rails

v0.1.0

06 May 19:15
Compare
Choose a tag to compare

Includes:

  • Support for selecting/unselecting values using input's label, similar to how default

    select 'value', from: 'Field name'

    works

  • Updated Selectivity.js version

  • vendor:update task (thanks @pusewicz!)

v0.0.9

01 May 06:44
Compare
Choose a tag to compare

Updated Selectivity.js version

v0.0.8

18 Apr 12:27
Compare
Choose a tag to compare

Support of multiple elements in both selectivity_select and selectivity_unselect

v0.0.7

18 Apr 04:55
Compare
Choose a tag to compare
  • Bugfix: selecting visible dropdown items that are rendered outside the viewport
  • Added required Ruby version to Gemspec

v0.0.5

17 Apr 18:42
Compare
Choose a tag to compare

Used Selectivity.js version from arendjr/selectivity#35

v0.0.4

17 Apr 12:32
Compare
Choose a tag to compare

Includes:

  • RSpec helper for type: :feature, js: true specs
  • Fixes for Bootstrap styling in selectivity_bootstrap.sass

v0.0.2

16 Apr 19:48
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This release includes:

  • Selectivity.js version used in arendjr/selectivity#30
  • Internationalization with Polish language support
  • Optional styling compatible with Bootstrap