Skip to content

Releases: adaptlearning/adapt-contrib-slider

Release v2.2.0

21 Dec 17:38
Compare
Choose a tag to compare

Release v2.1.6

18 Oct 15:07
Compare
Choose a tag to compare

Fixed

  • IE10/IE11 selection bug (#1844)

Release v2.1.5

22 Aug 13:37
Compare
Choose a tag to compare

Changed:

  • refactor parts for clarity
  • schema: dropdowns to sliders #1380
  • readme fixes

Added:

  • schema: canShowFeedback added #1658
  • schema: more feedback options

Release v2.1.4

23 Feb 17:41
Compare
Choose a tag to compare

Added

  • Support for decimal step values (#1423)

Release v2.1.3

24 Jan 12:39
Compare
Choose a tag to compare
  • moved rangeslider.js to libraries folder to help speed up compilation (#1228)
  • RTL layout fixes for slider marker (#1276)
  • fix for styling not being applied when restoring answer from a previous session (#1309)
  • Update to stop feedback from being required when this component is used in the authoring tool (#1192)

Release v2.1.2

11 Nov 10:43
Compare
Choose a tag to compare
  • fixes issue with breaking Slider on course reentry when _shouldStoreResponses is set to true (#1308)

Release v2.1.1

10 Oct 10:38
Compare
Choose a tag to compare
  • add support for _canShowMarking (#1046)
  • make the placement of the 'buttons' <div> consistent with other question components (#1143)
  • fix typo in the RTL CSS

Release v2.1.0

14 Jul 23:38
Compare
Choose a tag to compare

Major update to use third-party library rangeslider.js (#887).

Note that this updated version works best with v2.0.2 of the vanilla theme - but will still function with older versions.

Also includes the following fixes/changes:

  • fix for error being thrown when _correctRange not defined in json (#888)
  • fix for some RTL layout issues (#913)
  • update to allow for the 'step' of the slider scale to be changed (#862)
  • update properties.schema:
    • with translatable properties in preparation for localisation support (#1066)
    • to allow for some of the aria labels to be inherited from the 'global' aria labels when using the authoring tool (#1111)
  • fix for issue of being unable to click the scale numbers in completed slider components in subsequent sessions (#1060)

Release v2.0.4

28 Apr 14:59
Compare
Choose a tag to compare
  • added _canShowModelAnswer to the properties.schema to make it available to authoring tool users
  • accessibility fix to prevent component from stealing focus on setup
  • fix for misaligned selected attributes

Release v2.0.3

25 Nov 10:49
Compare
Choose a tag to compare
  • fix for issue where, if _correctAnswer was missing from the JSON, _correctRange would not be used instead (#90)
  • fix for multiple issues caused by the slider data-id value being used instead of the index and vice-versa (#85, ABU-1139)