Releases: bboyle/relevance
Releases · bboyle/relevance
v2.1.2
v2.1.1
handle instructions that reference nested questions
- correctly identify the question that controls relevance when it is nested inside a previous group/section
v2.0.2: rebuilt distribution files
regenerate dist files; bump version
v2.0.1: fix polyfill handling of `hidden` state
- 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
- relies on
@hidden
for toggling visibility (to support css3 transition), with jquery fallback
v1.2.0: handle orphan instructions
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
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
remove legacy API