Releases: adaptlearning/adapt-contrib-gmcq
Releases · adaptlearning/adapt-contrib-gmcq
v5.3.0
Added
Fixed
Minimum requirements
v5.2.0
Added
Fixed
Minimum requirements
v5.1.0 - the one with support for correct answer accessibility
Added
Support for screen reader accessibility for the correct answer toggle button (Part of #2942)
Note: this feature requires Adapt Framework v5.12.0 (or better)
Minimum requirements
v5.0.2 - minor amends
Changed
- Improvement to ARIA region label (#2543)
- Less code clean-up (#2891)
Minimum requirements
v5.0.1 - bugfix
Fixed
- no visual focus state when using the keyboard to navigate (#2668)
v5.0.0 - the one with BEM, rem and SMACSS
Changed:
- Updated HTML naming convention to adhere to BEM
- Adopted relative unit measurement (rem) instead of fixed (px)
- Updated CSS to use a SMACSS approach
- Indentation amended to use 2 spaces instead of 4
Framework dependency version has been updated to v5+ due to breaking naming change.
Minimum requirements
v4.0.0 - the one with the (data) model & the (mcq) dependency
- Updated to use new
ItemsQuestionModel
(#1180)
- Allow just the
src
property to be set if you only want one image size (#1768)
- Added ability for custom title in feedback (#1876)
- Added dependency on adapt-contrib-mcq (#2045)
- Deleted
.gitignore
(#2059)
- Updated to Accessibility v4 (requires framework v4+)
- Framework dependency bumped to v4+ due to (#1180)
Minimum requirements
Release v3.0.0
- Dropped support for IE8 (#1604)
- Note: although this component may work in IE9 & 10, no further testing will be conducted in those versions
- Updated framework dependency to satisfy future releases (#1704)
Minimum requirements
Release v2.1.1
- Changed Boolean inputs to Checkbox for authoring tool (#1380)
- Removed the
_assetFields
property from bower.json as that hasn't been needed in some time