Releases: adaptlearning/adapt-contrib-matching
Releases · adaptlearning/adapt-contrib-matching
v3.0.1 - bugfix
Fixes a bug where, when used with v2.x of the Framework, the options couldn't be selected on iOS (#2459)
Minimum requirements
v3.0.0 - the one without the 3rd party library
- 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
- 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
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
- Used Select2's
placeholder
attribute for placeholder text (#1529)
- Updated framework dependency to satisfy future releases (#1704)
Release v2.1.3
Fixes an issue with error highlighting in Firefox (#1682)
Release v2.1.2
- 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
- Update to stop feedback from being required when this component is used in the authoring tool (#1192)
Release v2.1.0
- major update to use third-party library Select2 (#886)
- allow
_canShowMarking
to be set on this component (#1046)
Release v2.0.4
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)