Skip to content

Releases: bboyle/relevance

v2.1.2

28 Jun 04:34
Compare
Choose a tag to compare

Tested for compatibility with jQuery v3 (backwards compatibility with jQuery v1.4.4+)

v2.1.1

15 Feb 07:43
Compare
Choose a tag to compare
  • removed if jquery check
  • compiled with latest grunt-uglify lib
  • fixed travis and saucelabs integration for build

handle instructions that reference nested questions

04 Mar 08:20
Compare
Choose a tag to compare
  • correctly identify the question that controls relevance when it is nested inside a previous group/section

v2.0.2: rebuilt distribution files

27 Feb 05:20
Compare
Choose a tag to compare
regenerate dist files; bump version

v2.0.1: fix polyfill handling of `hidden` state

27 Feb 04:37
Compare
Choose a tag to compare
  • detect whether items are hidden (invisible), not flagged with the hidden attribute, when determining if that can change relevance state (fixes managing relevance on ancestor elements with custom event handlers)
  • fix bug in polyfill detection for modern browsers

v2: based on HTML5 hidden

27 Feb 01:44
Compare
Choose a tag to compare
  • relies on @hidden for toggling visibility (to support css3 transition), with jquery fallback

v1.2.0: handle orphan instructions

24 Feb 06:57
Compare
Choose a tag to compare

Breaking change: Handles instructions that do not match any question/answer combinations in the form. Previously such questions were hidden and could never become relevant. Now they will remain visible.

v1.1.5: handle id/name clash in form elements

19 Feb 09:40
Compare
Choose a tag to compare

ensure that when find a "group of radio buttons" that elements with matching @id are not accidentally included

v1.1.4: Merge pull request #23 from bboyle/bower

03 Apr 03:05
Compare
Choose a tag to compare

v1.1.3: Merge pull request #22 from bboyle/bower

03 Apr 02:46
Compare
Choose a tag to compare