Skip to content

Releases: adaptlearning/adapt-contrib-matching

v3.0.1 - bugfix

17 Jul 14:29
e685597
Compare
Choose a tag to compare

Fixes a bug where, when used with v2.x of the Framework, the options couldn't be selected on iOS (#2459)

Minimum requirements

Name Version
Framework 2.0.16

v3.0.0 - the one without the 3rd party library

21 Mar 16:41
Compare
Choose a tag to compare
  • Dropped the select2 library as it wasn't very accessible and doesn't seem to be actively maintained (#116)
  • Updated to Accessibility v4 (requires framework v4+)

v2.3.0 - the one with DRY code

24 Jan 11:48
Compare
Choose a tag to compare
  • Split code into model & view (#1179)
  • Added getInteractionObject() for xAPI support (#1710)
  • Fix to allow HTML tags within matching drop downs to be rendered (rather than escaped) (#2316)

Release v2.2.0

21 Jun 12:35
Compare
Choose a tag to compare

Added:

  • Feedback can have its own title instead of showing the component title (#1876) Note: this feature requires v3 (or better) of the Adapt framework
  • Option to reset only incorrect answers (#1965)

Fixed:

  • dropdown not appearing properly when opened near the end of the page (#1889)

Release v2.1.4

10 Aug 09:53
Compare
Choose a tag to compare
  • Used Select2's placeholder attribute for placeholder text (#1529)
  • Updated framework dependency to satisfy future releases (#1704)

Release v2.1.3

02 Aug 14:22
Compare
Choose a tag to compare

Fixes an issue with error highlighting in Firefox (#1682)

Release v2.1.2

11 Jul 08:53
Compare
Choose a tag to compare
  • Added missing _canShowFeedback property (#1548)
  • Changed Boolean inputs to Checkbox for authoring tool (#1380)
  • Fixed styling and iframe issues (#1543)
  • Fixed stripping of trailing spaces in option text (#1503)
  • Fixed dropdown arrow not clickable (#1501)

Release v2.1.1

24 Jan 12:06
Compare
Choose a tag to compare
  • Update to stop feedback from being required when this component is used in the authoring tool (#1192)

Release v2.1.0

12 Dec 09:02
Compare
Choose a tag to compare
  • major update to use third-party library Select2 (#886)
  • allow _canShowMarking to be set on this component (#1046)

Release v2.0.4

11 Jul 14:36
Compare
Choose a tag to compare

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)